Home
last modified time | relevance | path

Searched defs:Orientation (Results 1 – 8 of 8) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_screen.js18 export const Orientation = { variable
107 Orientation, property
Dohos_window.js47 export const Orientation = { variable
/third_party/cups-filters/filter/
Dcommon.c36 int Orientation = 0, /* 0 = portrait, 1 = landscape, etc. */ variable
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl30 …se(tmat4x4<T, P> const & ModelMatrix, tvec3<T, P> & Scale, tquat<T, P> & Orientation, tvec3<T, P> …
/third_party/ffmpeg/libavfilter/
Dvaf_spectrumsynth.c43 enum Orientation { VERTICAL, HORIZONTAL, NB_ORIENTATIONS }; enum
Davf_showspectrum.c52 enum Orientation { VERTICAL, HORIZONTAL, NB_ORIENTATIONS }; enum
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_negative.h943 dng_orientation Orientation () in Orientation() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp172919 struct Orientation struct
172921 explicit Orientation(Angle aRotation = Angle::D0, in Orientation() argument
172927 bool IsIdentity() const { in IsIdentity()
172931 bool SwapsWidthAndHeight() const { in SwapsWidthAndHeight()
172935 bool operator==(const Orientation& aOther) const { in operator ==()
172939 bool operator!=(const Orientation& aOther) const { in operator !=()
172943 Angle rotation;
172944 Flip flip;