HomeSort by relevance Sort by last modified time
    Searched refs:pFonts (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_formcontrol.cpp 292 CPDF_Dictionary* pFonts = pDict->GetDictFor("Font");
293 if (pFonts) {
294 CPDF_Dictionary* pElement = pFonts->GetDictFor(csFontNameTag);
308 CPDF_Dictionary* pFonts = pDict->GetDictFor("Font");
309 if (pFonts) {
310 CPDF_Dictionary* pElement = pFonts->GetDictFor(csFontNameTag);
cpdf_interform.cpp 114 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font");
115 if (!pFonts)
118 CPDF_Dictionary* pElement = pFonts->GetDictFor(csAlias);
138 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font");
139 if (!pFonts)
142 for (const auto& it : *pFonts) {
178 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font");
179 if (!pFonts)
182 for (const auto& it : *pFonts) {
211 CPDF_Dictionary* pFonts = pDR->GetDictFor("Font")
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 117 CPDF_Dictionary* pFonts = pResDict->GetDictFor("Font");
118 if (!pFonts)
123 for (const auto& it : *pFonts) {
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 327 CPDF_Array* pFonts = m_pFontDict->GetArrayFor("DescendantFonts");
328 if (!pFonts || pFonts->GetCount() != 1)
331 CPDF_Dictionary* pCIDFontDict = pFonts->GetDictAt(0);
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 677 std::vector<CFX_RetainPtr<CFGAS_GEFont>>* pFonts = &m_Hash2Fonts[dwHash];
678 for (size_t i = 0; i < pFonts->size(); ++i) {
679 if (VerifyUnicode((*pFonts)[i], wUnicode))
680 return (*pFonts)[i];
700 pFonts->push_back(pFont);
    [all...]

Completed in 774 milliseconds