Searched refs:pFonts (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_utils.cpp305 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); local
306 if (pFonts == NULL) {
310 FX_POSITION pos = pFonts->GetStartPos();
314 pObj = pFonts->GetNextElement(pos, csKey);
336 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); local
337 if (pFonts == NULL) {
341 FX_POSITION pos = pFonts->GetStartPos();
345 pObj = pFonts->GetNextElement(pos, csKey);
375 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); local
376 if (pFonts
397 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); local
440 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); local
499 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); local
535 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); local
596 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); local
646 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); local
658 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); local
[all...]
H A Ddoc_formcontrol.cpp301 CPDF_Dictionary* pFonts = ((CPDF_Dictionary*)pObj)->GetDict("Font"); local
302 if (pFonts != NULL) {
303 CPDF_Dictionary *pElement = pFonts->GetDict(csFontNameTag);
317 CPDF_Dictionary* pFonts = ((CPDF_Dictionary*)pObj)->GetDict("Font"); local
318 if (pFonts != NULL) {
319 CPDF_Dictionary *pElement = pFonts->GetDict(csFontNameTag);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CBA_Fontmap.cpp129 CPDF_Dictionary* pFonts = pResDict->GetDict("Font"); local
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/
H A Dfpdf_font_cid.cpp1000 CPDF_Array* pFonts = m_pFontDict->GetArray(FX_BSTRC("DescendantFonts")); local
1001 if (pFonts == NULL) {
1004 if (pFonts->GetCount() != 1) {
1007 CPDF_Dictionary* pCIDFontDict = pFonts->GetDict(0);
H A Dfpdf_font.cpp65 CFX_StockFontArray* pFonts = FX_NEW CFX_StockFontArray(); local
66 if (pFonts) {
67 pFonts->m_pStockFonts[index] = pFont;
69 m_pStockMap.SetAt(key, pFonts);

Completed in 150 milliseconds