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.cpp302 m_pFont = m_pFont->m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict(), FALSE); in CPDF_TextStateData()
309 pFont->m_pDocument->GetPageData()->ReleaseFont(pFont->GetFontDict()); in ~CPDF_TextStateData()
318 pDocPageData->ReleaseFont(pStateFont->GetFontDict()); in SetFont()
Dfpdf_page_doc.cpp313 if (pFont->GetFontDict()->KeyExist(FX_BSTRC("Widths"))) { in GetStandardFont()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp221 pStreamResFontList->SetAtReference(sAlias, m_pDocument, pFont->GetFontDict()); in AddFontToAnnotDict()
/external/pdfium/core/src/fpdfdoc/
Ddoc_utils.cpp519 if (pFont->GetFontDict() == pElement) { in FindInterFormFont()
606 pFonts->SetAtReference(csNameTag, pDocument, pFont->GetFontDict()); in AddInterFormFont()
Ddoc_ap.cpp80 pFontList->SetAtReference(sSysFontAlias, pDoc, pPDFFont->GetFontDict()); in GetAnnotSysPDFFont()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp308 pFont->m_pDocument->GetPageData()->GetFont(pFont->GetFontDict(), FALSE); in GetCachedType3()
317 pFont->m_pDocument->GetPageData()->ReleaseFont(pFont->GetFontDict()); in ReleaseCachedType3()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h133 CPDF_Dictionary* GetFontDict() const in GetFontDict() function
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp81 pStockFonts->m_pStockFonts[i]->GetFontDict()->Release(); in Clear()
100 pStockFonts->m_pStockFonts[i]->GetFontDict()->Release(); in ClearAll()