Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp629 CFX_ByteString bsHash; in GetFontByCodePage() local
630 bsHash.Format("%d, %d", wCodePage, dwFontStyles); in GetFontByCodePage()
631 bsHash += FX_UTF8Encode(CFX_WideStringC(pszFontFamily)); in GetFontByCodePage()
632 uint32_t dwHash = FX_HashCode_GetA(bsHash.AsStringC(), false); in GetFontByCodePage()
670 CFX_ByteString bsHash; in GetFontByUnicode() local
672 bsHash.Format("%d, %d, %d", wCodePage, wBitField, dwFontStyles); in GetFontByUnicode()
674 bsHash.Format("%d, %d", wCodePage, dwFontStyles); in GetFontByUnicode()
675 bsHash += FX_UTF8Encode(CFX_WideStringC(pszFontFamily)); in GetFontByUnicode()
676 uint32_t dwHash = FX_HashCode_GetA(bsHash.AsStringC(), false); in GetFontByUnicode()