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

  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 305 CPDF_Dictionary* pFonts = pDR->GetDict("Font");
306 if (pFonts == NULL) {
310 FX_POSITION pos = pFonts->GetStartPos();
314 pObj = pFonts->GetNextElement(pos, csKey);
336 CPDF_Dictionary* pFonts = pDR->GetDict("Font");
337 if (pFonts == NULL) {
341 FX_POSITION pos = pFonts->GetStartPos();
345 pObj = pFonts->GetNextElement(pos, csKey);
375 CPDF_Dictionary* pFonts = pDR->GetDict("Font");
376 if (pFonts == NULL) {
    [all...]
doc_formcontrol.cpp 301 CPDF_Dictionary* pFonts = ((CPDF_Dictionary*)pObj)->GetDict("Font");
302 if (pFonts != NULL) {
303 CPDF_Dictionary *pElement = pFonts->GetDict(csFontNameTag);
317 CPDF_Dictionary* pFonts = ((CPDF_Dictionary*)pObj)->GetDict("Font");
318 if (pFonts != NULL) {
319 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     [all...]
fpdf_font.cpp 65 CFX_StockFontArray* pFonts = FX_NEW CFX_StockFontArray();
66 if (pFonts) {
67 pFonts->m_pStockFonts[index] = pFont;
69 m_pStockMap.SetAt(key, pFonts);
    [all...]

Completed in 163 milliseconds