Searched refs:dwHash (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 219 uint32_t dwHash, in GetFontByUnicodeImpl() argument 243 m_Hash2Fonts[dwHash].push_back(pFont); in GetFontByUnicodeImpl() 669 uint32_t dwHash, in GetFontByUnicodeImpl() argument 672 if (!pdfium::Contains(m_Hash2CandidateList, dwHash)) { in GetFontByUnicodeImpl() 673 m_Hash2CandidateList[dwHash] = in GetFontByUnicodeImpl() 676 for (const auto& info : m_Hash2CandidateList[dwHash]) { in GetFontByUnicodeImpl() 685 m_Hash2Fonts[dwHash].push_back(pFont); in GetFontByUnicodeImpl() 784 uint32_t dwHash = ShortFormHash(wCodePage, dwFontStyles, pszFontFamily); in GetFontByCodePage() local 785 auto* pFontVector = &m_Hash2Fonts[dwHash]; in GetFontByCodePage() 812 if (!pdfium::Contains(m_Hash2CandidateList, dwHash)) { in GetFontByCodePage() [all …]
|
D | cfgas_fontmgr.h | 107 uint32_t dwHash,
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdata.cpp | 65 const uint32_t& hash) { return iter.dwHash < hash; }); in GetPropertyByName() 67 if (result != std::end(propertyTable) && result->dwHash == hash) in GetPropertyByName() 86 return iter.dwHash < hash; in GetPropertyValueByName() 89 if (result != std::end(propertyValueTable) && result->dwHash == hash) in GetPropertyValueByName()
|
D | cfx_cssdata.h | 20 uint32_t dwHash; // Hashed as wide string. member 26 uint32_t dwHash; // Hashed as wide string. member
|
/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() 246 uint32_t dwHash = FPF_SKIAGetFamilyHash(bsFamilyname, dwStyle, uCharset); in CreateFont() local 247 auto family_iter = m_FamilyFonts.find(dwHash); in CreateFont() 321 m_FamilyFonts[dwHash] = std::move(font); in CreateFont()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdoc.cpp | 280 uint32_t dwHash = FX_HashCode_GetW(wsName); in GetPDFNamedImage() local 281 auto it = m_HashToDibDpiMap.find(dwHash); in GetPDFNamedImage() 318 m_HashToDibDpiMap[dwHash] = {pDibSource, iImageXDpi, iImageYDpi}; in GetPDFNamedImage()
|