Searched refs:bsHash (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 782 ByteString bsHash = ByteString::Format("%d, %d", wCodePage, dwFontStyles); in GetFontByCodePage() local 783 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in GetFontByCodePage() 784 uint32_t dwHash = FX_HashCode_GetA(bsHash.AsStringView(), false); in GetFontByCodePage() 842 ByteString bsHash; in GetFontByUnicode() local 844 bsHash = in GetFontByUnicode() 847 bsHash = ByteString::Format("%d, %d", wCodePage, dwFontStyles); in GetFontByUnicode() 849 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in GetFontByUnicode() 850 uint32_t dwHash = FX_HashCode_GetA(bsHash.AsStringView(), false); in GetFontByUnicode() 865 ByteString bsHash = ByteString::Format("%d, %d", wCodePage, dwFontStyles); in LoadFont() local 866 bsHash += FX_UTF8Encode(WideStringView(pszFontFamily)); in LoadFont() [all …]
|