Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dfgas_fontutils.cpp37 CFX_WideString wsFont(pszFontFamily); in FGAS_GetFontFamilyHash() local
39 wsFont += L"Bold"; in FGAS_GetFontFamilyHash()
42 wsFont += L"Italic"; in FGAS_GetFontFamilyHash()
44 wsFont += wCodePage; in FGAS_GetFontFamilyHash()
45 return FX_HashCode_GetW(wsFont.AsStringC(), false); in FGAS_GetFontFamilyHash()