Home
last modified time | relevance | path

Searched refs:FGAS_GetFontHashCode (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dfgas_fontutils.h19 uint32_t FGAS_GetFontHashCode(uint16_t wCodePage, uint32_t dwFontStyles);
Dfgas_fontutils.cpp12 uint32_t FGAS_GetFontHashCode(uint16_t wCodePage, uint32_t dwFontStyles) { in FGAS_GetFontHashCode() function
Dcfgas_fontmgr.cpp117 uint32_t dwHash = FGAS_GetFontHashCode(wCodePage, dwFontStyles); in GetFontByCodePage()
177 m_CPFonts[FGAS_GetFontHashCode(wCodePage, dwFontStyles)] = pFont; in GetFontByUnicode()
211 dwHash = FGAS_GetFontHashCode(wCodePage, dwFontStyles); in LoadFont()