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

  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 286 CPDF_Dictionary* pFonts = pDR->GetDict("Font");
287 if (pFonts == NULL) {
291 FX_POSITION pos = pFonts->GetStartPos();
295 pObj = pFonts->GetNextElement(pos, csKey);
317 CPDF_Dictionary* pFonts = pDR->GetDict("Font");
318 if (pFonts == NULL) {
322 FX_POSITION pos = pFonts->GetStartPos();
326 pObj = pFonts->GetNextElement(pos, csKey);
356 CPDF_Dictionary* pFonts = pDR->GetDict("Font");
357 if (pFonts == NULL)
    [all...]
doc_formcontrol.cpp 300 CPDF_Dictionary* pFonts = ((CPDF_Dictionary*)pObj)->GetDict("Font");
301 if (pFonts != NULL) {
302 CPDF_Dictionary *pElement = pFonts->GetDict(csFontNameTag);
316 CPDF_Dictionary* pFonts = ((CPDF_Dictionary*)pObj)->GetDict("Font");
317 if (pFonts != NULL) {
318 CPDF_Dictionary *pElement = pFonts->GetDict(csFontNameTag);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 129 CPDF_Dictionary* pFonts = pResDict->GetDict("Font");
130 if (pFonts == NULL) return NULL;
134 FX_POSITION pos = pFonts->GetStartPos();
139 pObj = pFonts->GetNextElement(pos, csKey);
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp 886 CPDF_Array* pFonts = m_pFontDict->GetArray(FX_BSTRC("DescendantFonts"));
887 if (pFonts == NULL) {
890 if (pFonts->GetCount() != 1) {
893 CPDF_Dictionary* pCIDFontDict = pFonts->GetDict(0);
    [all...]

Completed in 7544 milliseconds