Lines Matching refs:bsHash
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()
1097 uint32_t dwHash = FX_HashCode_GetA(bsHash.AsStringView(), false); in LoadFont()