Searched defs:bsHash (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/xfa/src/fgas/src/font/ |
H A D | fx_stdfontmgr.cpp | 731 CFX_ByteString bsHash;
local 732 bsHash.Format("%d, %d", wCodePage, dwFontStyles);
733 bsHash += CFX_WideString(pszFontFamily).UTF8Encode();
734 FX_DWORD dwHash = FX_HashCode_String_GetA(bsHash, bsHash.GetLength());
782 CFX_ByteString bsHash;
local 784 bsHash.Format("%d, %d, %d", wCodePage, wBitField, dwFontStyles);
786 bsHash.Format("%d, %d", wCodePage, dwFontStyles);
788 bsHash += CFX_WideString(pszFontFamily).UTF8Encode();
789 FX_DWORD dwHash = FX_HashCode_String_GetA(bsHash, bsHas 904 CFX_ByteString bsHash; local 942 CFX_ByteString bsHash; local [all...] |
Completed in 65 milliseconds