Searched refs:dwHash (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafontmgr.cpp | 55 uint32_t FPF_SkiaGetSubstFont(uint32_t dwHash, in FPF_SkiaGetSubstFont() argument 60 skFontMap, pEnd, dwHash, [](const FPF_SKIAFONTMAP& item, uint32_t hash) { in FPF_SkiaGetSubstFont() 63 if (pFontMap < pEnd && pFontMap->dwFamily == dwHash) in FPF_SkiaGetSubstFont() 139 uint32_t dwHash = 0; in FPF_SKIANormalizeFontName() local 146 dwHash = 31 * dwHash + tolower(ch); in FPF_SKIANormalizeFontName() 148 return dwHash; in FPF_SKIANormalizeFontName() 260 uint32_t dwHash = FPF_SKIAGetFamilyHash(bsFamilyname, dwStyle, uCharset); in CreateFont() local 261 auto family_iter = m_FamilyFonts.find(dwHash); in CreateFont() 336 m_FamilyFonts[dwHash] = std::move(pFont); in CreateFont()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 187 uint32_t dwHash, in GetFontByUnicodeImpl() argument 212 m_Hash2Fonts[dwHash].push_back(pFont); in GetFontByUnicodeImpl() 656 uint32_t dwHash, in GetFontByUnicodeImpl() argument 660 m_Hash2CandidateList[dwHash].get(); in GetFontByUnicodeImpl() 666 m_Hash2CandidateList[dwHash] = std::move(pNewFonts); in GetFontByUnicodeImpl() 677 m_Hash2Fonts[dwHash].push_back(pFont); in GetFontByUnicodeImpl() 784 uint32_t dwHash = FX_HashCode_GetA(bsHash.AsStringView(), false); in GetFontByCodePage() local 785 auto* pFontVector = &m_Hash2Fonts[dwHash]; in GetFontByCodePage() 808 m_Hash2CandidateList[dwHash].get(); in GetFontByCodePage() 814 m_Hash2CandidateList[dwHash] = std::move(pNewFonts); in GetFontByCodePage() [all …]
|
D | cfgas_fontmgr.h | 121 uint32_t dwHash,
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdata.h | 20 uint32_t dwHash; // Hashed as wide string. member 26 uint32_t dwHash; // Hashed as wide string. member
|
D | cfx_cssdata.cpp | 288 const uint32_t& hash) { return iter.dwHash < hash; }); in GetPropertyByName() 290 if (result != std::end(propertyTable) && result->dwHash == hash) in GetPropertyByName() 309 return iter.dwHash < hash; in GetPropertyValueByName() 312 if (result != std::end(propertyValueTable) && result->dwHash == hash) in GetPropertyValueByName()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fontmgr.cpp | 30 uint32_t dwHash = FX_HashCode_GetW(wsFontFamily, false); in GetFont() local 31 ByteString bsKey = ByteString::Format("%u%u%u", dwHash, dwFontStyles, 0xFFFF); in GetFont()
|
D | cxfa_ffdoc.cpp | 174 uint32_t dwHash = FX_HashCode_GetW(wsName, false); in GetPDFNamedImage() local 175 auto it = m_HashToDibDpiMap.find(dwHash); in GetPDFNamedImage() 219 m_HashToDibDpiMap[dwHash] = {pDibSource, iImageXDpi, iImageYDpi}; in GetPDFNamedImage()
|
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_stringformatter.cpp | 874 uint32_t dwHash = FX_HashCode_GetW(wsCategory.AsStringView(), false); in GetCategory() local 875 if (dwHash == FX_LOCALECATEGORY_DateTimeHash) in GetCategory() 877 if (dwHash == FX_LOCALECATEGORY_TextHash) in GetCategory() 879 if (dwHash == FX_LOCALECATEGORY_NumHash) in GetCategory() 881 if (dwHash == FX_LOCALECATEGORY_ZeroHash) in GetCategory() 883 if (dwHash == FX_LOCALECATEGORY_NullHash) in GetCategory() 885 if (dwHash == FX_LOCALECATEGORY_DateHash) { in GetCategory() 889 } else if (dwHash == FX_LOCALECATEGORY_TimeHash) { in GetCategory()
|