Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/font/
Dfx_fontutils.cpp14 if (dwFontStyles & FX_FONTSTYLE_Serif) { in FGAS_GetFontHashCode()
Dfx_stdfontmgr.cpp426 if ((dwFontStyles & FX_FONTSTYLE_Serif) == in FX_GetSimilarValue()
427 (pFont->dwFontStyles & FX_FONTSTYLE_Serif)) { in FX_GetSimilarValue()
446 dwStyles |= FX_FONTSTYLE_Serif; in FX_GetGdiFontStyles()
1149 if (dwStyleMask & FX_FONTSTYLE_Serif) { in CalcPenalty()
1301 flag |= FX_FONTSTYLE_Serif; in GetFlags()
Dfx_gefont.cpp204 if (dwFontStyles & FX_FONTSTYLE_Serif) { in LoadFont()
Dfx_gdifont.cpp172 if (dwFontStyles & FX_FONTSTYLE_Serif) { in LoadFont()
/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h13 #define FX_FONTSTYLE_Serif 0x02 macro