Searched refs:orientation (Results 101 - 118 of 118) sorted by last modified time

12345

/haiku/src/apps/haiku3d/
H A DCamera.h18 const Quaternion& orientation, float fov = 50.0f, float near = 1.0f,
H A DMeshInstance.cpp17 const Vector3& position, const Quaternion& orientation, float animOffset)
22 fOrientation(orientation),
16 MeshInstance(Mesh* mesh, Texture* texture, const Vector3& position, const Quaternion& orientation, float animOffset) argument
H A DMeshInstance.h21 const Vector3& position, const Quaternion& orientation,
/haiku/src/apps/icon-o-matic/generic/gui/
H A DGroup.h18 orientation direction = B_HORIZONTAL);
38 orientation fOrientation;
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp35 orientation posture);
49 orientation posture)
/haiku/src/apps/mediaplayer/supplier/
H A DImageTrackVideoSupplier.cpp27 fFormat.u.encoded_video.output.orientation = B_VIDEO_TOP_LEFT_RIGHT;
/haiku/src/apps/switcher/
H A DGroupListView.h41 enum orientation orientation = B_VERTICAL,
H A DWindowsView.cpp351 orientation
H A DWindowsView.h25 orientation _Orientation(uint32 location);
/haiku/src/apps/terminal/
H A DTermScrollView.cpp21 float min, float max, orientation direction)
/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/cortex/TipManager/
H A DTipManagerImpl.cpp794 uint32 orientation,
792 MouseMoved( BPoint point, uint32 orientation, const BMessage* dragMessage) argument
H A DTipManagerImpl.h335 uint32 orientation,
/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 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);

Completed in 224 milliseconds

12345