Searched refs:pFonts (Results 1 – 5 of 5) sorted by relevance
279 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); in CountInterFormFonts() local280 if (!pFonts) { in CountInterFormFonts()284 for (const auto& it : *pFonts) { in CountInterFormFonts()308 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); in GetInterFormFont() local309 if (!pFonts) { in GetInterFormFont()313 for (const auto& it : *pFonts) { in GetInterFormFont()343 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); in GetInterFormFont() local344 if (!pFonts) { in GetInterFormFont()347 CPDF_Dictionary* pElement = pFonts->GetDict(csAlias); in GetInterFormFont()367 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); in GetInterFormFont() local[all …]
278 CPDF_Dictionary* pFonts = pDict->GetDict("Font"); in GetDefaultControlFont() local279 if (pFonts) { in GetDefaultControlFont()280 CPDF_Dictionary* pElement = pFonts->GetDict(csFontNameTag); in GetDefaultControlFont()295 CPDF_Dictionary* pFonts = pDict->GetDict("Font"); in GetDefaultControlFont() local296 if (pFonts) { in GetDefaultControlFont()297 CPDF_Dictionary* pElement = pFonts->GetDict(csFontNameTag); in GetDefaultControlFont()
666 CFX_ArrayTemplate<IFX_Font*>* pFonts; in Release() local667 m_Hash2Fonts.GetNextAssoc(pos, dwHash, pFonts); in Release()668 if (NULL != pFonts) { in Release()669 delete pFonts; in Release()735 CFX_ArrayTemplate<IFX_Font*>* pFonts = NULL; in GetFontByCodePage() local737 if (m_Hash2Fonts.Lookup(dwHash, pFonts)) { in GetFontByCodePage()738 if (NULL == pFonts) { in GetFontByCodePage()741 if (0 != pFonts->GetSize()) { in GetFontByCodePage()742 return pFonts->GetAt(0)->Retain(); in GetFontByCodePage()745 if (!pFonts) in GetFontByCodePage()[all …]
115 CPDF_Dictionary* pFonts = pResDict->GetDict("Font"); in FindResFontSameCharset() local116 if (!pFonts) in FindResFontSameCharset()121 for (const auto& it : *pFonts) { in FindResFontSameCharset()
1159 CPDF_Array* pFonts = m_pFontDict->GetArray("DescendantFonts"); in _Load() local1160 if (!pFonts) { in _Load()1163 if (pFonts->GetCount() != 1) { in _Load()1166 CPDF_Dictionary* pCIDFontDict = pFonts->GetDict(0); in _Load()