Searched refs:pFonts (Results 1 – 4 of 4) sorted by relevance
224 CPDF_Dictionary* pFonts = pDict->GetDictFor("Font"); in GetDefaultControlFont() local225 if (ValidateFontResourceDict(pFonts)) { in GetDefaultControlFont()226 CPDF_Dictionary* pElement = pFonts->GetDictFor(*csFontNameTag); in GetDefaultControlFont()245 CPDF_Dictionary* pFonts = pDict->GetDictFor("Font"); in GetDefaultControlFont() local246 if (!ValidateFontResourceDict(pFonts)) in GetDefaultControlFont()249 CPDF_Dictionary* pElement = pFonts->GetDictFor(*csFontNameTag); in GetDefaultControlFont()
132 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in GetFont() local133 if (!ValidateFontResourceDict(pFonts)) in GetFont()136 CPDF_Dictionary* pElement = pFonts->GetDictFor(csAlias); in GetFont()154 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in GetNativeFont() local155 if (!ValidateFontResourceDict(pFonts)) in GetNativeFont()158 CPDF_DictionaryLocker locker(pFonts); in GetNativeFont()195 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in FindFont() local196 if (!ValidateFontResourceDict(pFonts)) in FindFont()199 CPDF_DictionaryLocker locker(pFonts); in FindFont()229 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font"); in FindFont() local[all …]
224 const CPDF_Dictionary* pFonts = pResDict->GetDictFor("Font"); in FindResFontSameCharset() local225 if (!pFonts) in FindResFontSameCharset()229 CPDF_DictionaryLocker locker(pFonts); in FindResFontSameCharset()
332 const CPDF_Array* pFonts = m_pFontDict->GetArrayFor("DescendantFonts"); in Load() local333 if (!pFonts || pFonts->size() != 1) in Load()336 const CPDF_Dictionary* pCIDFontDict = pFonts->GetDictAt(0); in Load()