Searched refs:orientation (Results 1 - 25 of 118) sorted by path

12345

/haiku/headers/libs/agg/
H A Dagg_path_storage.h702 // Arrange the orientation of a polygon, all polygons in a path,
705 // the same orientation, i.e. path_flags_cw or path_flags_ccw
707 unsigned arrange_polygon_orientation(unsigned start, path_flags_e orientation);
708 unsigned arrange_orientations(unsigned path_id, path_flags_e orientation);
709 void arrange_orientations_all_paths(path_flags_e orientation);
1244 path_flags_e orientation)
1246 if(orientation == path_flags_none) return start;
1264 if(perceive_polygon_orientation(start, end) != unsigned(orientation))
1266 // Invert polygon, set orientation flag, and skip all end_poly
1272 m_vertices.modify_command(end++, set_orientation(cmd, orientation));
1243 arrange_polygon_orientation(unsigned start, path_flags_e orientation) argument
1282 arrange_orientations(unsigned start, path_flags_e orientation) argument
1303 arrange_orientations_all_paths(path_flags_e orientation) argument
[all...]
/haiku/headers/libs/alm/
H A DALMGroup.h12 #include <InterfaceDefs.h> // for enum orientation
36 enum orientation Orientation() const;
49 enum orientation orien = B_HORIZONTAL);
51 enum orientation orien);
63 enum orientation fOrientation;
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h35 JobData::Orientation orientation, const BPoint* scale,
H A DJobData.h292 void SetOrientation(Orientation orientation);
482 JobData::SetOrientation(Orientation orientation) argument
484 fOrientation = orientation;
H A DPageSetupDlg.h31 void AddOrientationItem(const char *name, JobData::Orientation orientation);
H A DPrinterCap.h73 JobData::Orientation orientation);
/haiku/headers/os/interface/
H A DChannelSlider.h21 orientation orientation,
27 orientation orientation,
67 virtual orientation Orientation() const;
68 void SetOrientation(orientation orientation);
H A DGridLayout.h83 orientation orientation,
H A DGroupLayout.h12 BGroupLayout(orientation orientation,
20 orientation Orientation() const;
21 void SetOrientation(orientation orientation);
54 virtual void PrepareItems(orientation orientation);
59 orientation orientation,
87 orientation fOrientatio
[all...]
H A DGroupLayoutBuilder.h15 orientation orientation = B_HORIZONTAL,
31 BGroupLayoutBuilder& AddGroup(orientation orientation,
H A DGroupView.h16 orientation orientation = B_HORIZONTAL,
19 orientation orientation = B_HORIZONTAL,
H A DSeparatorView.h16 BSeparatorView(orientation orientation,
20 orientation orientation = B_HORIZONTAL,
27 orientation orientation = B_HORIZONTAL,
33 orientation orientation = B_HORIZONTAL,
39 orientation orientation
[all...]
H A DSlider.h40 orientation posture,
48 int32 maxValue, orientation posture,
143 orientation Orientation() const;
144 virtual void SetOrientation(orientation);
221 orientation fOrientation;
H A DSplitLayoutBuilder.h13 orientation orientation = B_HORIZONTAL,
H A DSplitView.h16 orientation orientation = B_HORIZONTAL,
31 orientation Orientation() const;
32 void SetOrientation(orientation orientation);
89 orientation orientation,
112 orientation orientation,
H A DTwoDimensionalLayout.h28 orientation orientation);
75 virtual void PrepareItems(orientation orientation);
82 orientation orientation,
/haiku/headers/private/shared/
H A DToolBar.h18 orientation ont = B_HORIZONTAL);
19 BToolBar(orientation ont = B_HORIZONTAL);
51 orientation fOrientation;
/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/add-ons/print/drivers/pcl6/
H A DPCL6Writer.cpp353 PCL6Writer::BeginPage(Orientation orientation, MediaSize mediaSize, argument
356 AppendData((uint8)orientation);
370 PCL6Writer::BeginPage(Orientation orientation, MediaSize mediaSize, argument
373 AppendData((uint8)orientation);
H A DPCL6Writer.h171 void BeginPage(Orientation orientation, MediaSize mediaSize,
173 void BeginPage(Orientation orientation, MediaSize mediaSize,
/haiku/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp86 int32 orientation; member in struct:__anon1582
87 } orientation[] = variable in typeref:struct:__anon1582
107 // load orientation
108 if (fSetupMsg->FindInt32("orientation", &fCurrentOrientation) != B_OK)
166 fOrientationMenu = new BMenuField("orientation", "Orientation:",
170 for (int32 i = 0; orientation[i].label != NULL; i++) {
172 message->AddInt32("orientation", orientation[i].orientation);
173 BMenuItem* item = new BMenuItem(orientation[
315 int32 orientation; local
[all...]
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.h93 orientation posture = B_HORIZONTAL,
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.h85 orientation posture = B_HORIZONTAL,
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp794 uint32 orientation,
792 MouseMoved( BPoint point, uint32 orientation, const BMessage* dragMessage) argument
H A DTipManagerImpl.h335 uint32 orientation,

Completed in 120 milliseconds

12345