Home
last modified time | relevance | path

Searched refs:FX_FONTSTYLE_Serif (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dfgas_fontutils.cpp17 if (dwFontStyles & FX_FONTSTYLE_Serif) { in FGAS_GetFontHashCode()
Dcfgas_fontmgr.cpp39 if ((dwFontStyles & FX_FONTSTYLE_Serif) == in GetSimilarityScore()
40 (pFont->dwFontStyles & FX_FONTSTYLE_Serif)) { in GetSimilarityScore()
307 dwStyles |= FX_FONTSTYLE_Serif; in FX_GetGdiFontStyles()
937 if (dwStyleMask & FX_FONTSTYLE_Serif) in CalcPenalty()
1053 flag |= FX_FONTSTYLE_Serif; in GetFlags()
Dcfgas_fontmgr.h30 #define FX_FONTSTYLE_Serif 0x02 macro
Dcfgas_gefont.cpp137 if (dwFontStyles & FX_FONTSTYLE_Serif) in LoadFontInternal()