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

12345

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp21 AlphaSlider::AlphaSlider(orientation dir, BMessage* message,
/haiku/src/servers/app/stackandtile/
H A DSATGroup.h105 orientation_t orientation);
H A DSATGroup.cpp634 Tab::Tab(SATGroup* group, Variable* variable, orientation_t orientation) argument
638 fOrientation(orientation)
/haiku/headers/os/interface/
H A DInterfaceDefs.h179 // View orientation/alignment/style
187 enum orientation { enum
H A DView.h591 BScrollBar* ScrollBar(orientation direction) const;
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp81 x_flipped(int32 orientation) argument
83 return orientation == 2 || orientation == 3
84 || orientation == 7 || orientation == 8;
89 y_flipped(int32 orientation) argument
91 return orientation == 3 || orientation == 4
92 || orientation == 6 || orientation
[all...]
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMediaFormatIO.cpp135 const char* const gKey_orientation = "orientation";
644 switch(f.orientation) {
1046 f.orientation = B_VIDEO_TOP_LEFT_RIGHT;
1048 f.orientation = B_VIDEO_BOTTOM_LEFT_RIGHT;
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp794 uint32 orientation,
792 MouseMoved( BPoint point, uint32 orientation, const BMessage* dragMessage) argument
/haiku/headers/os/media/
H A DMediaDefs.h381 uint32 orientation; // B_VIDEO_TOP_LEFT_RIGHT is preferred. member in struct:media_raw_video_format
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp436 rvf->orientation = B_VIDEO_TOP_LEFT_RIGHT;
H A DMediaConverterWindow.cpp638 format.u.raw_video.orientation = B_VIDEO_TOP_LEFT_RIGHT;
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp534 BMessage* message, int32 minValue, int32 maxValue, orientation posture,
/haiku/src/kits/interface/
H A DScrollView.cpp457 BScrollView::ScrollBar(orientation direction) const
H A DView.cpp1699 BView::ScrollBar(orientation direction) const
/haiku/src/kits/tracker/
H A DPoseView.h545 void InsertPoseAfter(BPose* pose, int32* index, int32 orientation,
H A DPoseView.cpp1808 int32 orientation = BSearchList(list, pose, &poseIndex, poseIndex); local
1810 if (orientation == kInsertAfter)
2116 BPoseView::InsertPoseAfter(BPose* pose, int32* index, int32 orientation, argument
2119 if (orientation == kInsertAfter) {
9369 int32 orientation = BSearchList(poseList, pose, &afterIndex, oldIndex); local
9372 if (orientation == kInsertAtFront)
9391 InsertPoseAfter(pose, &afterIndex, orientation, &invalidRect);
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp1165 format->u.encoded_video.output.orientation
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp977 fDefaultFormatRawVideo.u.raw_video.orientation = B_VIDEO_TOP_LEFT_RIGHT;

Completed in 188 milliseconds

12345