Searched refs:pFonts (Results 1 – 5 of 5) sorted by relevance
292 CPDF_Dictionary* pFonts = pDict->GetDictFor("Font"); in GetDefaultControlFont() local293 if (pFonts) { in GetDefaultControlFont()294 CPDF_Dictionary* pElement = pFonts->GetDictFor(csFontNameTag); in GetDefaultControlFont()308 CPDF_Dictionary* pFonts = pDict->GetDictFor("Font"); in GetDefaultControlFont() local309 if (pFonts) { in GetDefaultControlFont()310 CPDF_Dictionary* pElement = pFonts->GetDictFor(csFontNameTag); in GetDefaultControlFont()
114 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in GetFont() local115 if (!pFonts) in GetFont()118 CPDF_Dictionary* pElement = pFonts->GetDictFor(csAlias); in GetFont()138 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in GetNativeFont() local139 if (!pFonts) in GetNativeFont()142 for (const auto& it : *pFonts) { in GetNativeFont()178 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in FindFont() local179 if (!pFonts) in FindFont()182 for (const auto& it : *pFonts) { in FindFont()211 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in FindFont() local[all …]
117 CPDF_Dictionary* pFonts = pResDict->GetDictFor("Font"); in FindResFontSameCharset() local118 if (!pFonts) in FindResFontSameCharset()123 for (const auto& it : *pFonts) { in FindResFontSameCharset()
327 CPDF_Array* pFonts = m_pFontDict->GetArrayFor("DescendantFonts"); in Load() local328 if (!pFonts || pFonts->GetCount() != 1) in Load()331 CPDF_Dictionary* pCIDFontDict = pFonts->GetDictAt(0); in Load()
677 std::vector<CFX_RetainPtr<CFGAS_GEFont>>* pFonts = &m_Hash2Fonts[dwHash]; in GetFontByUnicode() local678 for (size_t i = 0; i < pFonts->size(); ++i) { in GetFontByUnicode()679 if (VerifyUnicode((*pFonts)[i], wUnicode)) in GetFontByUnicode()680 return (*pFonts)[i]; in GetFontByUnicode()700 pFonts->push_back(pFont); in GetFontByUnicode()