Home
last modified time | relevance | path

Searched refs:aOrientation (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/
H A DOrientationObserver.cpp112 if (aOrientation & sOrientationMappings[i].mDomOrientation) { in ConvertToScreenRotation()
264 MOZ_ASSERT(aOrientation | (eScreenOrientation_PortraitPrimary | in LockScreenOrientation()
270 if (aOrientation == eScreenOrientation_Default) { in LockScreenOrientation()
271 aOrientation = (sOrientationOffset == sDefaultPortrait) ? in LockScreenOrientation()
278 if (aOrientation != eScreenOrientation_LandscapePrimary && in LockScreenOrientation()
279 aOrientation != eScreenOrientation_LandscapeSecondary && in LockScreenOrientation()
280 aOrientation != eScreenOrientation_PortraitPrimary && in LockScreenOrientation()
281 aOrientation != eScreenOrientation_PortraitSecondary) { in LockScreenOrientation()
289 mAllowedOrientations = aOrientation; in LockScreenOrientation()
304 if (currOrientation & aOrientation) { in LockScreenOrientation()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsScreen.cpp194 nsScreen::GetMozOrientation(nsString& aOrientation) const in GetMozOrientation()
198 aOrientation.AssignLiteral("portrait-primary"); in GetMozOrientation()
201 aOrientation.AssignLiteral("portrait-secondary"); in GetMozOrientation()
204 aOrientation.AssignLiteral("landscape-primary"); in GetMozOrientation()
207 aOrientation.AssignLiteral("landscape-secondary"); in GetMozOrientation()
215 nsScreen::GetSlowMozOrientation(nsAString& aOrientation) in GetSlowMozOrientation() argument
219 aOrientation = orientation; in GetSlowMozOrientation()
225 ScreenOrientationInternal aOrientation) in UpdateDocShellOrientationLock() argument
243 rootShell->SetOrientationLock(aOrientation); in UpdateDocShellOrientationLock()
247 nsScreen::MozLockOrientation(const nsAString& aOrientation, ErrorResult& aRv) in MozLockOrientation() argument
[all …]
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DOrientationDelegateTest.kt52 override fun onOrientationLock(aOrientation: Int): GeckoResult<AllowOrDeny> { in <lambda>()
55 aOrientation, in <lambda>()
59 activity.requestedOrientation = aOrientation in <lambda>()
74 override fun onOrientationLock(aOrientation: Int): GeckoResult<AllowOrDeny> { in <lambda>()
77 aOrientation, in <lambda>()
81 activity.requestedOrientation = aOrientation in <lambda>()
153 override fun onOrientationLock(aOrientation: Int): GeckoResult<AllowOrDeny> { in <lambda>()
156 aOrientation, in <lambda>()
160 activity.requestedOrientation = aOrientation in <lambda>()
/dports/cad/opencascade/opencascade-7.6.0/src/StepGeom/
H A DStepGeom_OrientedSurface.cxx38 const Standard_Boolean aOrientation) in Init() argument
42 theOrientation = aOrientation; in Init()
60 void StepGeom_OrientedSurface::SetOrientation (const Standard_Boolean aOrientation) in SetOrientation() argument
62 theOrientation = aOrientation; in SetOrientation()
H A DStepGeom_Vector.cxx26 const Handle(StepGeom_Direction)& aOrientation, in Init() argument
30 orientation = aOrientation; in Init()
37 void StepGeom_Vector::SetOrientation(const Handle(StepGeom_Direction)& aOrientation) in SetOrientation() argument
39 orientation = aOrientation; in SetOrientation()
/dports/cad/opencascade/opencascade-7.6.0/src/StepFEA/
H A DStepFEA_ParametricCurve3dElementCoordinateDirection.cxx39 … const Handle(StepGeom_Direction) &aOrientation) in Init()
43 theOrientation = aOrientation; in Init()
61 …cCurve3dElementCoordinateDirection::SetOrientation (const Handle(StepGeom_Direction) &aOrientation) in SetOrientation() argument
63 theOrientation = aOrientation; in SetOrientation()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DPrintTargetPS.cpp32 PageOrientation aOrientation) in PrintTargetPS() argument
35 , mOrientation(aOrientation) in PrintTargetPS()
54 PageOrientation aOrientation) in CreateOrNull() argument
61 if (aOrientation == LANDSCAPE) { in CreateOrNull()
76 aStream, aOrientation); in CreateOrNull()
/dports/cad/opencascade/opencascade-7.6.0/src/StepShape/
H A DStepShape_FaceBound.cxx27 const Standard_Boolean aOrientation) in Init() argument
31 orientation = aOrientation; in Init()
47 void StepShape_FaceBound::SetOrientation(const Standard_Boolean aOrientation) in SetOrientation() argument
49 orientation = aOrientation; in SetOrientation()
H A DStepShape_OrientedOpenShell.cxx28 const Standard_Boolean aOrientation) in Init() argument
32 orientation = aOrientation; in Init()
50 void StepShape_OrientedOpenShell::SetOrientation(const Standard_Boolean aOrientation) in SetOrientation() argument
52 orientation = aOrientation; in SetOrientation()
H A DStepShape_OrientedClosedShell.cxx28 const Standard_Boolean aOrientation) in Init() argument
32 orientation = aOrientation; in Init()
50 void StepShape_OrientedClosedShell::SetOrientation(const Standard_Boolean aOrientation) in SetOrientation() argument
52 orientation = aOrientation; in SetOrientation()
H A DStepShape_OrientedFace.cxx28 const Standard_Boolean aOrientation) in Init() argument
32 orientation = aOrientation; in Init()
50 void StepShape_OrientedFace::SetOrientation(const Standard_Boolean aOrientation) in SetOrientation() argument
52 orientation = aOrientation; in SetOrientation()
H A DStepShape_OrientedPath.cxx28 const Standard_Boolean aOrientation) in Init() argument
32 orientation = aOrientation; in Init()
50 void StepShape_OrientedPath::SetOrientation(const Standard_Boolean aOrientation) in SetOrientation() argument
52 orientation = aOrientation; in SetOrientation()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DPrintTargetPS.cpp30 PageOrientation aOrientation) in PrintTargetPS() argument
33 mOrientation(aOrientation) {} in PrintTargetPS()
49 PageOrientation aOrientation) { in CreateOrNull() argument
55 if (aOrientation == LANDSCAPE) { in CreateOrNull()
68 new PrintTargetPS(surface, aSizeInPoints, aStream, aOrientation); in CreateOrNull()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DPrintTargetPS.cpp30 PageOrientation aOrientation) in PrintTargetPS() argument
33 mOrientation(aOrientation) {} in PrintTargetPS()
49 PageOrientation aOrientation) { in CreateOrNull() argument
55 if (aOrientation == LANDSCAPE) { in CreateOrNull()
68 new PrintTargetPS(surface, aSizeInPoints, aStream, aOrientation); in CreateOrNull()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DPrintTargetPS.cpp30 PageOrientation aOrientation) in PrintTargetPS() argument
33 mOrientation(aOrientation) {} in PrintTargetPS()
49 PageOrientation aOrientation) { in CreateOrNull() argument
55 if (aOrientation == LANDSCAPE) { in CreateOrNull()
68 new PrintTargetPS(surface, aSizeInPoints, aStream, aOrientation); in CreateOrNull()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DPrintTargetPS.cpp31 PageOrientation aOrientation) in PrintTargetPS() argument
34 mOrientation(aOrientation) {} in PrintTargetPS()
49 PageOrientation aOrientation) { in CreateOrNull() argument
55 if (aOrientation == LANDSCAPE) { in CreateOrNull()
68 new PrintTargetPS(surface, aSizeInPoints, aStream, aOrientation); in CreateOrNull()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsScreen.cpp164 void nsScreen::GetMozOrientation(nsString& aOrientation, in GetMozOrientation() argument
168 aOrientation.AssignLiteral("portrait-primary"); in GetMozOrientation()
171 aOrientation.AssignLiteral("portrait-secondary"); in GetMozOrientation()
174 aOrientation.AssignLiteral("landscape-primary"); in GetMozOrientation()
177 aOrientation.AssignLiteral("landscape-secondary"); in GetMozOrientation()
185 nsPIDOMWindowInner* aWindow, ScreenOrientationInternal aOrientation) { in UpdateDocShellOrientationLock() argument
202 rootShell->SetOrientationLock(aOrientation); in UpdateDocShellOrientationLock()
205 bool nsScreen::MozLockOrientation(const nsAString& aOrientation, in MozLockOrientation() argument
207 nsString orientation(aOrientation); in MozLockOrientation()
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DOrientedImage.cpp80 Orientation aOrientation, SourceSurface* aSurface) { in OrientSurface() argument
84 if (aOrientation.IsIdentity()) { in OrientSurface()
91 if (aOrientation.SwapsWidthAndHeight()) { in OrientSurface()
115 ctx->Multiply(OrientationMatrix(aOrientation, originalSize)); in OrientSurface()
239 gfxMatrix OrientedImage::OrientationMatrix(Orientation aOrientation, in OrientationMatrix() argument
248 if (aOrientation.flip == Flip::Horizontal && !aOrientation.flipFirst) { in OrientationMatrix()
249 if (aOrientation.SwapsWidthAndHeight()) { in OrientationMatrix()
259 switch (aOrientation.rotation) { in OrientationMatrix()
279 if (aOrientation.flip == Flip::Horizontal && aOrientation.flipFirst) { in OrientationMatrix()
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DOrientedImage.cpp79 Orientation aOrientation, SourceSurface* aSurface) { in OrientSurface() argument
83 if (aOrientation.IsIdentity()) { in OrientSurface()
90 if (aOrientation.SwapsWidthAndHeight()) { in OrientSurface()
114 ctx->Multiply(OrientationMatrix(aOrientation, originalSize)); in OrientSurface()
237 gfxMatrix OrientedImage::OrientationMatrix(Orientation aOrientation, in OrientationMatrix() argument
246 if (aOrientation.flip == Flip::Horizontal && !aOrientation.flipFirst) { in OrientationMatrix()
247 if (aOrientation.SwapsWidthAndHeight()) { in OrientationMatrix()
257 switch (aOrientation.rotation) { in OrientationMatrix()
277 if (aOrientation.flip == Flip::Horizontal && aOrientation.flipFirst) { in OrientationMatrix()
/dports/www/firefox/firefox-99.0/image/
H A DOrientedImage.cpp79 Orientation aOrientation, SourceSurface* aSurface) { in OrientSurface() argument
83 if (aOrientation.IsIdentity()) { in OrientSurface()
90 if (aOrientation.SwapsWidthAndHeight()) { in OrientSurface()
114 ctx->Multiply(OrientationMatrix(aOrientation, originalSize)); in OrientSurface()
213 gfxMatrix OrientedImage::OrientationMatrix(Orientation aOrientation, in OrientationMatrix() argument
222 if (aOrientation.flip == Flip::Horizontal && !aOrientation.flipFirst) { in OrientationMatrix()
223 if (aOrientation.SwapsWidthAndHeight()) { in OrientationMatrix()
233 switch (aOrientation.rotation) { in OrientationMatrix()
253 if (aOrientation.flip == Flip::Horizontal && aOrientation.flipFirst) { in OrientationMatrix()
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DOrientedImage.cpp80 Orientation aOrientation, SourceSurface* aSurface) { in OrientSurface() argument
84 if (aOrientation.IsIdentity()) { in OrientSurface()
91 if (aOrientation.SwapsWidthAndHeight()) { in OrientSurface()
115 ctx->Multiply(OrientationMatrix(aOrientation, originalSize)); in OrientSurface()
239 gfxMatrix OrientedImage::OrientationMatrix(Orientation aOrientation, in OrientationMatrix() argument
248 if (aOrientation.flip == Flip::Horizontal && !aOrientation.flipFirst) { in OrientationMatrix()
249 if (aOrientation.SwapsWidthAndHeight()) { in OrientationMatrix()
259 switch (aOrientation.rotation) { in OrientationMatrix()
279 if (aOrientation.flip == Flip::Horizontal && aOrientation.flipFirst) { in OrientationMatrix()
/dports/www/firefox/firefox-99.0/hal/android/
H A DAndroidHal.cpp80 static bool IsSupportedScreenOrientation(hal::ScreenOrientation aOrientation) { in IsSupportedScreenOrientation() argument
97 if (aOrientation == supportedOrientation) { in IsSupportedScreenOrientation()
105 const hal::ScreenOrientation& aOrientation) { in LockScreenOrientation() argument
106 if (!IsSupportedScreenOrientation(aOrientation)) { in LockScreenOrientation()
117 auto result = runtime->LockScreenOrientation(uint32_t(aOrientation)); in LockScreenOrientation()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsScreen.cpp178 void nsScreen::GetMozOrientation(nsString& aOrientation, in GetMozOrientation() argument
182 aOrientation.AssignLiteral("portrait-primary"); in GetMozOrientation()
185 aOrientation.AssignLiteral("portrait-secondary"); in GetMozOrientation()
188 aOrientation.AssignLiteral("landscape-primary"); in GetMozOrientation()
191 aOrientation.AssignLiteral("landscape-secondary"); in GetMozOrientation()
199 hal::ScreenOrientation aOrientation) { in UpdateDocShellOrientationLock() argument
216 Unused << bc->SetOrientationLock(aOrientation); in UpdateDocShellOrientationLock()
219 bool nsScreen::MozLockOrientation(const nsAString& aOrientation, in MozLockOrientation() argument
221 nsString orientation(aOrientation); in MozLockOrientation()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsScreen.cpp178 void nsScreen::GetMozOrientation(nsString& aOrientation, in GetMozOrientation() argument
182 aOrientation.AssignLiteral("portrait-primary"); in GetMozOrientation()
185 aOrientation.AssignLiteral("portrait-secondary"); in GetMozOrientation()
188 aOrientation.AssignLiteral("landscape-primary"); in GetMozOrientation()
191 aOrientation.AssignLiteral("landscape-secondary"); in GetMozOrientation()
199 hal::ScreenOrientation aOrientation) { in UpdateDocShellOrientationLock() argument
214 bc->SetOrientationLock(aOrientation); in UpdateDocShellOrientationLock()
217 bool nsScreen::MozLockOrientation(const nsAString& aOrientation, in MozLockOrientation() argument
219 nsString orientation(aOrientation); in MozLockOrientation()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsScreen.cpp178 void nsScreen::GetMozOrientation(nsString& aOrientation, in GetMozOrientation() argument
182 aOrientation.AssignLiteral("portrait-primary"); in GetMozOrientation()
185 aOrientation.AssignLiteral("portrait-secondary"); in GetMozOrientation()
188 aOrientation.AssignLiteral("landscape-primary"); in GetMozOrientation()
191 aOrientation.AssignLiteral("landscape-secondary"); in GetMozOrientation()
199 hal::ScreenOrientation aOrientation) { in UpdateDocShellOrientationLock() argument
216 Unused << bc->SetOrientationLock(aOrientation); in UpdateDocShellOrientationLock()
219 bool nsScreen::MozLockOrientation(const nsAString& aOrientation, in MozLockOrientation() argument
221 nsString orientation(aOrientation); in MozLockOrientation()

12345678910>>...21