Searched refs:pFonts (Results 1 – 5 of 5) sorted by relevance
286 CPDF_Dictionary* pFonts = pDict->GetDictFor("Font"); in GetDefaultControlFont() local287 if (pFonts) { in GetDefaultControlFont()288 CPDF_Dictionary* pElement = pFonts->GetDictFor(csFontNameTag); in GetDefaultControlFont()303 CPDF_Dictionary* pFonts = pDict->GetDictFor("Font"); in GetDefaultControlFont() local304 if (pFonts) { in GetDefaultControlFont()305 CPDF_Dictionary* pElement = pFonts->GetDictFor(csFontNameTag); in GetDefaultControlFont()
112 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in GetFont() local113 if (!pFonts) in GetFont()116 CPDF_Dictionary* pElement = pFonts->GetDictFor(csAlias); in GetFont()136 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in GetNativeFont() local137 if (!pFonts) in GetNativeFont()140 for (const auto& it : *pFonts) { in GetNativeFont()176 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in FindFont() local177 if (!pFonts) in FindFont()180 for (const auto& it : *pFonts) { in FindFont()209 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()
1021 std::vector<RetainPtr<CFGAS_GEFont>>* pFonts = &m_Hash2Fonts[dwHash]; in GetFontByUnicode() local1022 for (size_t i = 0; i < pFonts->size(); ++i) { in GetFontByUnicode()1023 if (VerifyUnicode((*pFonts)[i], wUnicode)) in GetFontByUnicode()1024 return (*pFonts)[i]; in GetFontByUnicode()1044 pFonts->push_back(pFont); in GetFontByUnicode()1065 pFonts->push_back(pFont); in GetFontByUnicode()
341 CPDF_Array* pFonts = m_pFontDict->GetArrayFor("DescendantFonts"); in Load() local342 if (!pFonts || pFonts->GetCount() != 1) in Load()345 CPDF_Dictionary* pCIDFontDict = pFonts->GetDictAt(0); in Load()