Home
last modified time | relevance | path

Searched refs:aOrientation (Results 126 – 150 of 517) sorted by relevance

12345678910>>...21

/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxTextRun.h484 mOrientation = aOrientation; in SetProperties()
491 bool Matches(gfxFont* aFont, mozilla::gfx::ShapedTextFlags aOrientation, in Matches()
583 mozilla::gfx::ShapedTextFlags aOrientation, bool aIsCJK);
612 mozilla::gfx::ShapedTextFlags aOrientation);
629 mozilla::gfx::ShapedTextFlags aOrientation);
830 mozilla::gfx::ShapedTextFlags aOrientation, Metrics* aMetrics) const;
837 mozilla::gfx::ShapedTextFlags aOrientation,
844 mozilla::gfx::ShapedTextFlags aOrientation) const;
1108 mozilla::gfx::ShapedTextFlags aOrientation) in TextRange()
1113 orientation(aOrientation) {} in TextRange()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/vr/
H A DVRServiceTest.cpp77 const Nullable<Float32Array>& aOrientation, in SetPose() argument
90 if (!aOrientation.IsNull()) { in SetPose()
91 const Float32Array& value = aOrientation.Value(); in SetPose()
186 const Nullable<Float32Array>& aOrientation, in NewPoseMove() argument
196 if (!aOrientation.IsNull()) { in NewPoseMove()
197 const Float32Array& value = aOrientation.Value(); in NewPoseMove()
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DImageOps.cpp61 Orientation aOrientation) { in Orient() argument
62 RefPtr<Image> orientedImage = new OrientedImage(aImage, aOrientation); in Orient()
68 Orientation aOrientation) { in Orient() argument
70 new OrientedImage(static_cast<Image*>(aImage), aOrientation); in Orient()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DImageOps.h65 Orientation aOrientation);
67 Orientation aOrientation);
H A DOrientedImage.h61 OrientedImage(Image* aImage, Orientation aOrientation) in OrientedImage() argument
63 , mOrientation(aOrientation) in OrientedImage()
/dports/cad/opencascade/opencascade-7.6.0/src/RWStepShape/
H A DRWStepShape_RWFaceBound.cxx55 Standard_Boolean aOrientation; in ReadStep() local
57 data->ReadBoolean (num,3,"orientation",ach,aOrientation); in ReadStep()
62 ent->Init(aName, aBound, aOrientation); in ReadStep()
/dports/lang/spidermonkey78/firefox-78.9.0/image/decoders/
H A DEXIF.h21 explicit EXIFData(Orientation aOrientation) : orientation(aOrientation) {} in EXIFData()
/dports/www/firefox/firefox-99.0/layout/style/
H A DCSSScrollTimelineRule.cpp36 void CSSScrollTimelineRule::GetOrientation(nsString& aOrientation) const { in GetOrientation()
37 Servo_ScrollTimelineRule_GetOrientationAsString(mRawRule, &aOrientation); in GetOrientation()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/decoders/
H A DEXIF.h26 explicit EXIFData(Orientation aOrientation) : orientation(aOrientation) { } in EXIFData()
/dports/lang/spidermonkey60/firefox-60.9.0/image/decoders/
H A DEXIF.h21 explicit EXIFData(Orientation aOrientation) : orientation(aOrientation) {} in EXIFData()
/dports/www/firefox-esr/firefox-91.8.0/dom/vr/
H A DXRRigidTransform.h27 const gfx::QuaternionDouble& aOrientation);
37 const gfx::QuaternionDouble& aOrientation);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/vr/
H A DXRRigidTransform.h27 const gfx::QuaternionDouble& aOrientation);
37 const gfx::QuaternionDouble& aOrientation);
/dports/www/firefox/firefox-99.0/dom/vr/
H A DXRRigidTransform.h27 const gfx::QuaternionDouble& aOrientation);
37 const gfx::QuaternionDouble& aOrientation);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/vr/
H A DXRRigidTransform.h27 const gfx::QuaternionDouble& aOrientation);
37 const gfx::QuaternionDouble& aOrientation);
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/
H A DnsPrintSettingsX.mm386 nsPrintSettingsX::GetOrientation(int32_t *aOrientation)
392 *aOrientation = nsIPrintSettings::kPortraitOrientation;
394 *aOrientation = nsIPrintSettings::kLandscapeOrientation;
397 nsPrintSettings::GetOrientation(aOrientation);
403 nsPrintSettingsX::SetOrientation(int32_t aOrientation)
411 if (aOrientation == nsIPrintSettings::kPortraitOrientation) {
427 nsPrintSettings::SetOrientation(aOrientation);
/dports/www/firefox-esr/firefox-91.8.0/hal/sandbox/
H A DSandboxHal.cpp85 bool LockScreenOrientation(const hal::ScreenOrientation& aOrientation) { in LockScreenOrientation() argument
87 Hal()->SendLockScreenOrientation(aOrientation, &allowed); in LockScreenOrientation()
236 const ScreenOrientation& aOrientation, bool* aAllowed) override { in RecvLockScreenOrientation() argument
241 *aAllowed = hal::LockScreenOrientation(aOrientation); in RecvLockScreenOrientation()
/dports/lang/spidermonkey78/firefox-78.9.0/hal/sandbox/
H A DSandboxHal.cpp85 bool LockScreenOrientation(const hal::ScreenOrientation& aOrientation) { in LockScreenOrientation() argument
87 Hal()->SendLockScreenOrientation(aOrientation, &allowed); in LockScreenOrientation()
240 const ScreenOrientation& aOrientation, bool* aAllowed) override { in RecvLockScreenOrientation() argument
245 *aAllowed = hal::LockScreenOrientation(aOrientation); in RecvLockScreenOrientation()
/dports/www/firefox/firefox-99.0/hal/sandbox/
H A DSandboxHal.cpp73 const hal::ScreenOrientation& aOrientation) { in LockScreenOrientation() argument
75 ->SendLockScreenOrientation(aOrientation) in LockScreenOrientation()
221 const ScreenOrientation& aOrientation, in RecvLockScreenOrientation() argument
228 hal::LockScreenOrientation(aOrientation) in RecvLockScreenOrientation()
/dports/mail/thunderbird/thunderbird-91.8.0/hal/sandbox/
H A DSandboxHal.cpp85 bool LockScreenOrientation(const hal::ScreenOrientation& aOrientation) { in LockScreenOrientation() argument
87 Hal()->SendLockScreenOrientation(aOrientation, &allowed); in LockScreenOrientation()
236 const ScreenOrientation& aOrientation, bool* aAllowed) override { in RecvLockScreenOrientation() argument
241 *aAllowed = hal::LockScreenOrientation(aOrientation); in RecvLockScreenOrientation()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/import_gfx/
H A Dgraphics_importer_buffer.cpp62 double aHeight, double aWidth, double aThickness, double aOrientation, in AddText() argument
66 aThickness, aOrientation, aHJustify, aVJustify ) ); in AddText()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxTextRun.h499 uint16_t aOrientation);
517 uint32_t aCharIndex, uint16_t aOrientation);
533 char16_t aSpaceChar, uint16_t aOrientation);
710 uint16_t aOrientation) const;
722 uint16_t aOrientation,
731 uint16_t aOrientation,
737 TextRunDrawParams& aParams, uint16_t aOrientation) const;
929 Script aRunScript, uint16_t aOrientation);
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DImageMetadata.h56 void SetSize(int32_t aWidth, int32_t aHeight, Orientation aOrientation, in SetSize() argument
60 mOrientation.emplace(aOrientation); in SetSize()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_solid.h121 void SetOrientation( double aOrientation ) { m_orientation = aOrientation; } in SetOrientation() argument
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DImageMetadata.h56 void SetSize(int32_t aWidth, int32_t aHeight, Orientation aOrientation, in SetSize() argument
60 mOrientation.emplace(aOrientation); in SetSize()
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DImageOps.h78 Orientation aOrientation);
80 Orientation aOrientation);

12345678910>>...21