Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/font/
Dfx_fontutils.cpp20 if (dwFontStyles & FX_FONTSTYLE_Script) { in FGAS_GetFontHashCode()
Dfx_stdfontmgr.cpp430 if ((dwFontStyles & FX_FONTSTYLE_Script) == in FX_GetSimilarValue()
431 (pFont->dwFontStyles & FX_FONTSTYLE_Script)) { in FX_GetSimilarValue()
449 dwStyles |= FX_FONTSTYLE_Script; in FX_GetGdiFontStyles()
Dfx_gefont.cpp210 if (dwFontStyles & FX_FONTSTYLE_Script) { in LoadFont()
Dfx_gdifont.cpp175 if (dwFontStyles & FX_FONTSTYLE_Script) { in LoadFont()
/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h15 #define FX_FONTSTYLE_Script 0x08 macro