Home
last modified time | relevance | path

Searched refs:mUseEmbeddedBitmap (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DScaledFontDWrite.h29 mUseEmbeddedBitmap(false), in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
63 bool UseEmbeddedBitmaps() { return mUseEmbeddedBitmap; } in UseEmbeddedBitmaps()
72 bool mUseEmbeddedBitmap; variable
95 : mUseEmbeddedBitmap(aScaledFont->mUseEmbeddedBitmap), in InstanceData()
100 bool mUseEmbeddedBitmap; member
H A DScaledFontDWrite.cpp127 mUseEmbeddedBitmap(aUseEmbeddedBitmap), in ScaledFontDWrite()
524 face, this, aGlyphSize, instanceData->mUseEmbeddedBitmap, in CreateScaledFont()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DScaledFontDWrite.h29 mUseEmbeddedBitmap(false), in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
64 bool UseEmbeddedBitmaps() const { return mUseEmbeddedBitmap; } in UseEmbeddedBitmaps()
81 bool mUseEmbeddedBitmap; variable
106 : mUseEmbeddedBitmap(aScaledFont->mUseEmbeddedBitmap), in InstanceData()
116 bool mUseEmbeddedBitmap; member
H A DScaledFontDWrite.cpp132 mUseEmbeddedBitmap(aUseEmbeddedBitmap), in ScaledFontDWrite()
411 : mUseEmbeddedBitmap(false), in InstanceData()
419 mUseEmbeddedBitmap = true; in InstanceData()
665 face, this, aGlyphSize, instanceData.mUseEmbeddedBitmap, in CreateScaledFont()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DScaledFontDWrite.h29 mUseEmbeddedBitmap(false), in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
64 bool UseEmbeddedBitmaps() const { return mUseEmbeddedBitmap; } in UseEmbeddedBitmaps()
81 bool mUseEmbeddedBitmap; variable
106 : mUseEmbeddedBitmap(aScaledFont->mUseEmbeddedBitmap), in InstanceData()
116 bool mUseEmbeddedBitmap; member
H A DScaledFontDWrite.cpp132 mUseEmbeddedBitmap(aUseEmbeddedBitmap), in ScaledFontDWrite()
404 : mUseEmbeddedBitmap(false), in InstanceData()
412 mUseEmbeddedBitmap = true; in InstanceData()
658 face, this, aGlyphSize, instanceData.mUseEmbeddedBitmap, in CreateScaledFont()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DScaledFontDWrite.h29 mUseEmbeddedBitmap(false), in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
64 bool UseEmbeddedBitmaps() const { return mUseEmbeddedBitmap; } in UseEmbeddedBitmaps()
81 bool mUseEmbeddedBitmap; variable
106 : mUseEmbeddedBitmap(aScaledFont->mUseEmbeddedBitmap), in InstanceData()
116 bool mUseEmbeddedBitmap; member
H A DScaledFontDWrite.cpp132 mUseEmbeddedBitmap(aUseEmbeddedBitmap), in ScaledFontDWrite()
411 : mUseEmbeddedBitmap(false), in InstanceData()
419 mUseEmbeddedBitmap = true; in InstanceData()
665 face, this, aGlyphSize, instanceData.mUseEmbeddedBitmap, in CreateScaledFont()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DScaledFontDWrite.h54 bool UseEmbeddedBitmaps() const { return mUseEmbeddedBitmap; } in UseEmbeddedBitmaps()
67 bool mUseEmbeddedBitmap; variable
81 : mUseEmbeddedBitmap(aScaledFont->mUseEmbeddedBitmap), in InstanceData()
89 bool mUseEmbeddedBitmap = false; member
H A DScaledFontDWrite.cpp128 mUseEmbeddedBitmap(aUseEmbeddedBitmap), in ScaledFontDWrite()
399 mUseEmbeddedBitmap = true; in InstanceData()
647 face, this, aGlyphSize, instanceData.mUseEmbeddedBitmap, in CreateScaledFont()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DScaledFontDWrite.h25 , mUseEmbeddedBitmap(false) in MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME()
45 bool UseEmbeddedBitmaps() { return mUseEmbeddedBitmap; } in UseEmbeddedBitmaps()
54 bool mUseEmbeddedBitmap; variable
H A DScaledFontDWrite.cpp110 , mUseEmbeddedBitmap(aUseEmbeddedBitmap) in ScaledFontDWrite()