Searched refs:Orientation (Results 1 - 25 of 45) sorted by relevance

12

/haiku-fatelf/src/apps/haiku3d/
H A DCamera.h23 const Quaternion& Orientation() const;
46 Camera::Orientation() const function in class:Camera
/haiku-fatelf/headers/libs/print/libprint/
H A DPageSetupDlg.h31 void AddOrientationItem(const char *name, JobData::Orientation orientation);
32 JobData::Orientation GetOrientation();
H A DJobData.h60 enum Orientation { enum in class:JobData
291 Orientation GetOrientation() const;
292 void SetOrientation(Orientation orientation);
375 Orientation fOrientation;
474 inline JobData::Orientation
482 JobData::SetOrientation(Orientation orientation)
H A DPreview.h117 JobData::Orientation fOrientation;
H A DPrinterCap.h73 JobData::Orientation orientation);
77 JobData::Orientation fOrientation;
H A DGraphicsDriver.h35 JobData::Orientation orientation, const BPoint* scale,
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPrinterDriver.h99 } Orientation; typedef in class:PrinterDriver
107 volatile Orientation fOrientation;
/haiku-fatelf/src/add-ons/print/drivers/preview/
H A DPrinterDriver.h56 } Orientation; typedef in class:PrinterDriver
64 volatile Orientation fOrientation;
/haiku-fatelf/src/apps/deskbar/
H A DTimeView.h96 bool Orientation() const;
157 TTimeView::Orientation() const function in class:TTimeView
/haiku-fatelf/src/libs/alm/
H A DALMGroup.cpp46 ALMGroup::Orientation() const function in class:ALMGroup
109 if (Orientation() == B_HORIZONTAL) {
/haiku-fatelf/headers/libs/alm/
H A DALMGroup.h36 enum orientation Orientation() const;
/haiku-fatelf/src/apps/launchbox/
H A DPadView.h38 enum orientation Orientation() const;
H A DPadView.cpp82 if (Orientation() == B_VERTICAL) {
137 if (fButtonLayout->Orientation() == B_HORIZONTAL) {
360 if (fButtonLayout->Orientation() == B_HORIZONTAL)
458 PadView::Orientation() const function in class:PadView
460 return fButtonLayout->Orientation();
/haiku-fatelf/src/kits/interface/
H A DSplitView.cpp93 BSplitView::Orientation() const function in class:BSplitView
95 return fSplitLayout->Orientation();
247 DrawSplitter(frame, updateRect, Orientation(),
289 if (Orientation() == B_VERTICAL)
H A DGroupLayoutBuilder.cpp160 if (layout->Orientation() == B_HORIZONTAL)
H A DTwoDimensionalLayout.cpp62 orientation Orientation();
624 BTwoDimensionalLayout::CompoundLayouter::Orientation() function in class:BTwoDimensionalLayout::CompoundLayouter
1224 fLayout->PrepareItems(compoundLayouter->Orientation());
1232 if (compoundLayouter->Orientation() == B_HORIZONTAL)
1243 if (compoundLayouter->Orientation() == B_HORIZONTAL)
1254 enum orientation orientation = compoundLayouter->Orientation();
1307 return (compoundLayouter->Orientation() == B_HORIZONTAL
/haiku-fatelf/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.h27 enum Orientation { enum in class:PCL6Writer
171 void BeginPage(Orientation orientation, MediaSize mediaSize,
173 void BeginPage(Orientation orientation, MediaSize mediaSize,
/haiku-fatelf/src/bin/desklink/
H A DVolumeControl.cpp212 float cursorPosition = Orientation() == B_HORIZONTAL ? where.x : where.y;
384 rightFillColor, position, flags, Orientation());
451 if (Orientation() == B_HORIZONTAL) {
/haiku-fatelf/headers/os/interface/
H A DGroupLayout.h20 orientation Orientation() const;
H A DSplitView.h32 orientation Orientation() const;
H A DChannelSlider.h69 virtual orientation Orientation() const;
H A DScrollBar.h52 orientation Orientation() const;
/haiku-fatelf/src/libs/print/libprint/
H A DPageSetupDlg.cpp72 PageSetupView::AddOrientationItem(const char* name, JobData::Orientation orientation)
136 BMenuField* orientation = new BMenuField("orientation", "Orientation:", fOrientation);
234 JobData::Orientation
241 return (JobData::Orientation)orientation;
331 JobData::Orientation orientation = GetOrientation();
/haiku-fatelf/src/apps/mediaplayer/interface/
H A DVolumeSlider.cpp51 float cursorPosition = Orientation() == B_HORIZONTAL ? where.x : where.y;
260 if (Orientation() == B_HORIZONTAL) {
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dprintrcy.y172 Orientation: ORIENTATION tINT label
386 Standard_Value: Destination | Scaling | Orientation | Autosize_Roll_Paper |

Completed in 272 milliseconds

12