Home
last modified time | relevance | path

Searched refs:GetFontDict (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp292 m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict(), FALSE); in CPDF_TextStateData()
299 pPageData->ReleaseFont(m_pFont->GetFontDict()); in ~CPDF_TextStateData()
309 pPageData->ReleaseFont(pStateData->m_pFont->GetFontDict()); in SetFont()
Dfpdf_page_doc.cpp266 if (pFont->GetFontDict()->KeyExist("Widths")) in GetStandardFont()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp202 pFont->GetFontDict()); in AddFontToAnnotDict()
/external/pdfium/core/src/fpdfdoc/
Ddoc_utils.cpp480 if (pFont->GetFontDict() == pElement) { in FindInterFormFont()
566 pFonts->SetAtReference(csNameTag, pDocument, pFont->GetFontDict()); in AddInterFormFont()
Ddoc_ap.cpp92 pPDFFont->GetFontDict()); in GetAnnotSysPDFFont()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp305 pFont->m_pDocument->GetPageData()->GetFont(pFont->GetFontDict(), FALSE); in GetCachedType3()
313 pFont->m_pDocument->GetPageData()->ReleaseFont(pFont->GetFontDict()); in ReleaseCachedType3()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h147 CPDF_Dictionary* GetFontDict() const { return m_pFontDict; } in GetFontDict() function
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp41 CPDF_Dictionary* pFontDict = m_StockFonts[i]->GetFontDict(); in ~CFX_StockFontArray()