Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dfgas_fontutils.cpp23 if (dwFontStyles & FX_FONTSTYLE_Script) { in FGAS_GetFontHashCode()
Dcfgas_fontmgr.h32 #define FX_FONTSTYLE_Script 0x08 macro
Dcfgas_fontmgr.cpp43 if ((dwFontStyles & FX_FONTSTYLE_Script) == in GetSimilarityScore()
44 (pFont->dwFontStyles & FX_FONTSTYLE_Script)) { in GetSimilarityScore()
309 dwStyles |= FX_FONTSTYLE_Script; in FX_GetGdiFontStyles()
Dcfgas_gefont.cpp141 if (dwFontStyles & FX_FONTSTYLE_Script) in LoadFontInternal()