Searched refs:bsHash (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 955 ByteString bsHash = ByteString::Format("%d, %d", wCodePage, dwFontStyles); in GetFontByCodePage() local 956 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in GetFontByCodePage() 957 uint32_t dwHash = FX_HashCode_GetA(bsHash.AsStringView(), false); in GetFontByCodePage() 1012 ByteString bsHash; in GetFontByUnicode() local 1014 bsHash = in GetFontByUnicode() 1017 bsHash = ByteString::Format("%d, %d", wCodePage, dwFontStyles); in GetFontByUnicode() 1019 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in GetFontByUnicode() 1020 uint32_t dwHash = FX_HashCode_GetA(bsHash.AsStringView(), false); in GetFontByUnicode() 1095 ByteString bsHash = ByteString::Format("%d, %d", wCodePage, dwFontStyles); in LoadFont() local 1096 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in LoadFont() [all …]
|