Searched refs:FGAS_GetFontFamilyHash (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | fgas_fontutils.h | 20 uint32_t FGAS_GetFontFamilyHash(const FX_WCHAR* pszFontFamily,
|
D | fgas_fontutils.cpp | 34 uint32_t FGAS_GetFontFamilyHash(const FX_WCHAR* pszFontFamily, in FGAS_GetFontFamilyHash() function
|
D | cfgas_fontmgr.cpp | 138 dwHash = FGAS_GetFontFamilyHash(pFD->wsFontFace, dwFontStyles, wCodePage); in GetFontByCodePage() 152 FGAS_GetFontFamilyHash(pszFontFamily, dwFontStyles, pRet->wBitField); in GetFontByUnicode() 178 m_FamilyFonts[FGAS_GetFontFamilyHash(pFontFace, dwFontStyles, wCodePage)] = in GetFontByUnicode() 189 FGAS_GetFontFamilyHash(pszFontFamily, dwFontStyles, wCodePage); in LoadFont()
|