Searched refs:orientation (Results 76 - 100 of 118) sorted by relevance

12345

/haiku/src/apps/mediaplayer/supplier/
H A DImageTrackVideoSupplier.cpp27 fFormat.u.encoded_video.output.orientation = B_VIDEO_TOP_LEFT_RIGHT;
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.h93 orientation posture = B_HORIZONTAL,
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp36 float value1, float value2, orientation dir, border_style border)
46 float value1, float value2, orientation dir, border_style border)
407 orientation dir, border_style border)
458 float fixedValue1, float fixedValue2, orientation orient) const
/haiku/src/apps/icon-o-matic/generic/gui/
H A DGroup.cpp14 Group::Group(BRect frame, const char* name, orientation direction)
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h35 JobData::Orientation orientation, const BPoint* scale,
H A DPrinterCap.h73 JobData::Orientation orientation);
/haiku/src/apps/launchbox/
H A DMainWindow.cpp412 // restore orientation
413 int32 orientation; local
414 if (message->FindInt32("orientation", &orientation) == B_OK)
415 fPadView->SetOrientation((enum orientation)orientation);
492 // store orientation
493 if (message->ReplaceInt32("orientation",
495 message->AddInt32("orientation", (int32)fPadView->Orientation());
H A DPadView.cpp462 PadView::SetOrientation(enum orientation orientation) argument
464 if (orientation == B_VERTICAL) {
475 enum orientation
/haiku/src/apps/haiku3d/texture/
H A DVideoFileTexture.cpp88 format.u.raw_video.orientation = B_VIDEO_TOP_LEFT_RIGHT;
/haiku/headers/os/game/
H A DDirectWindow.h43 buffer_orientation orientation; member in struct:__anon1
/haiku/headers/os/interface/
H A DScrollView.h64 BScrollBar* ScrollBar(orientation direction) const;
/haiku/src/kits/interface/
H A DSplitLayout.cpp157 BSplitLayout::BSplitLayout(orientation orientation, float spacing) argument
159 fOrientation(orientation),
314 orientation
322 BSplitLayout::SetOrientation(orientation orientation) argument
324 if (orientation != fOrientation) {
325 fOrientation = orientation;
1237 // LayoutItems() will use the correct values. But, if our orientation is
H A DScrollBar.cpp207 float min, float max, orientation direction)
237 float min, float max, orientation direction)
285 int32 orientation; local
286 if (data->FindInt32("_orient", &orientation) < B_OK) {
289 fOrientation = (enum orientation)orientation;
957 BScrollBar::SetOrientation(orientation direction)
968 orientation
H A DGridLayout.cpp677 BGridLayout::GetColumnRowConstraints(orientation orientation, int32 index, argument
680 if (orientation == B_HORIZONTAL) {
H A DSlider.cpp67 BMessage* message, int32 minValue, int32 maxValue, orientation posture,
97 int32 minValue, int32 maxValue, orientation posture, thumb_style thumbType,
151 fOrientation = (orientation)orient;
564 Returns \c true if the relevant coordinate (depending on the orientation
1431 orientation
1439 BSlider::SetOrientation(orientation posture)
1808 _ReservedSlider1__7BSlider(BSlider* slider, orientation _orientation)
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.h335 uint32 orientation,
/haiku/src/apps/switcher/
H A DWindowsView.cpp351 orientation
/haiku/src/tests/kits/media/mpeg2_decoder_test/
H A Dmpeg2_decoder_test.cpp31 - encoded_video.output.orientation = B_VIDEO_TOP_LEFT_RIGHT
216 rawMediaFormat.u.raw_video.orientation = B_VIDEO_TOP_LEFT_RIGHT;
/haiku/src/libs/print/libprint/
H A DPreview.cpp93 const char *kJDOrientation = "orientation";
131 JobData::Orientation orientation, BRect printableRect)
143 if (JobData::kPortrait == orientation)
151 if (JobData::kPortrait == orientation) {
161 if (JobData::kPortrait == orientation) {
130 CalulateOffset(int32 numberOfPagesPerPage, int32 index, JobData::Orientation orientation, BRect printableRect) argument
H A DGraphicsDriver.cpp325 JobData::Orientation orientation, const BPoint* scale,
341 if (JobData::kPortrait == orientation) {
349 if (JobData::kPortrait == orientation) {
358 if (JobData::kPortrait == orientation) {
324 GetOffset(int32 nup, int index, JobData::Orientation orientation, const BPoint* scale, BRect scaledPhysicalRect, BRect scaledPrintableRect, BRect physicalRect) argument
/haiku/src/system/libroot/posix/glibc/libio/
H A Dgenops.c611 _IO_no_init (fp, flags, orientation, wd, jmp)
614 int orientation; variable
642 fp->_mode = orientation;
644 if (orientation >= 0)
/haiku/src/apps/cortex/InfoView/
H A DEndPointInfoView.cpp202 s = MediaString::forVideoOrientation(format.u.raw_video.orientation);
H A DConnectionInfoView.cpp167 s = MediaString::forVideoOrientation(format.u.raw_video.orientation);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp794 // verify requested orientation
798 if( format->u.raw_video.orientation != media_raw_video_format::wildcard.orientation ) {
799 if( format->u.raw_video.orientation != B_VIDEO_TOP_LEFT_RIGHT ) {
800 DPRINT(( "Unsupported orientation (%d)\n", format->u.raw_video.orientation ));
809 // set image orientation if yet undefined
813 if( format->u.raw_video.orientation == media_raw_video_format::wildcard.orientation )
814 format->u.raw_video.orientation
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp35 orientation posture);
49 orientation posture)

Completed in 185 milliseconds

12345