Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxGDIFontList.h192 mWindowsFamily(0), in GDIFontFamily()
217 if (mWindowsFamily == FF_ROMAN && mWindowsPitch & FIXED_PITCH) { in MatchesGenericFamily()
223 if (mWindowsFamily == FF_MODERN && mWindowsPitch & VARIABLE_PITCH) { in MatchesGenericFamily()
228 switch (mWindowsFamily) { in MatchesGenericFamily()
283 uint8_t mWindowsFamily; variable
H A DgfxGDIFontList.cpp649 family->mWindowsFamily = lf.lfPitchAndFamily & 0xF0; in EnumFontFamExProc()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxGDIFontList.h190 : gfxFontFamily(aName), mWindowsFamily(0), mWindowsPitch(0), mCharset() {} in GDIFontFamily()
213 if (mWindowsFamily == FF_ROMAN && mWindowsPitch & FIXED_PITCH) { in MatchesGenericFamily()
219 if (mWindowsFamily == FF_MODERN && mWindowsPitch & VARIABLE_PITCH) { in MatchesGenericFamily()
224 switch (mWindowsFamily) { in MatchesGenericFamily()
279 uint8_t mWindowsFamily; variable
H A DgfxGDIFontList.cpp642 family->mWindowsFamily = lf.lfPitchAndFamily & 0xF0; in EnumFontFamExProc()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxGDIFontList.h192 mWindowsFamily(0), in GDIFontFamily()
217 if (mWindowsFamily == FF_ROMAN && mWindowsPitch & FIXED_PITCH) { in MatchesGenericFamily()
223 if (mWindowsFamily == FF_MODERN && mWindowsPitch & VARIABLE_PITCH) { in MatchesGenericFamily()
228 switch (mWindowsFamily) { in MatchesGenericFamily()
283 uint8_t mWindowsFamily; variable
H A DgfxGDIFontList.cpp658 family->mWindowsFamily = lf.lfPitchAndFamily & 0xF0; in EnumFontFamExProc()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxGDIFontList.h192 mWindowsFamily(0), in GDIFontFamily()
217 if (mWindowsFamily == FF_ROMAN && mWindowsPitch & FIXED_PITCH) { in MatchesGenericFamily()
223 if (mWindowsFamily == FF_MODERN && mWindowsPitch & VARIABLE_PITCH) { in MatchesGenericFamily()
228 switch (mWindowsFamily) { in MatchesGenericFamily()
283 uint8_t mWindowsFamily; variable
H A DgfxGDIFontList.cpp659 family->mWindowsFamily = lf.lfPitchAndFamily & 0xF0; in EnumFontFamExProc()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxGDIFontList.h192 mWindowsFamily(0), in GDIFontFamily()
217 if (mWindowsFamily == FF_ROMAN && mWindowsPitch & FIXED_PITCH) { in MatchesGenericFamily()
223 if (mWindowsFamily == FF_MODERN && mWindowsPitch & VARIABLE_PITCH) { in MatchesGenericFamily()
228 switch (mWindowsFamily) { in MatchesGenericFamily()
283 uint8_t mWindowsFamily; variable
H A DgfxGDIFontList.cpp658 family->mWindowsFamily = lf.lfPitchAndFamily & 0xF0; in EnumFontFamExProc()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxGDIFontList.h157 if (mWindowsFamily == FF_ROMAN && mWindowsPitch & FIXED_PITCH) { in MatchesGenericFamily()
163 if (mWindowsFamily == FF_MODERN && mWindowsPitch & VARIABLE_PITCH) { in MatchesGenericFamily()
168 switch (mWindowsFamily) { in MatchesGenericFamily()
250 uint8_t mWindowsFamily; variable
H A DgfxGDIFontList.cpp128 mWindowsFamily(0), mWindowsPitch(0), in GDIFontEntry()
489 fe->mWindowsFamily = logFont.lfPitchAndFamily & 0xF0; in FamilyAddStylesProc()