Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_textstate.cpp119 m_pFont = m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict()); in TextData()
127 pPageData->ReleaseFont(m_pFont->GetFontDict()); in ~TextData()
135 pPageData->ReleaseFont(m_pFont->GetFontDict()); in SetFont()
Dcpdf_docpagedata.cpp171 if (pFont->GetFontDict()->KeyExist("Widths")) in GetStandardFont()
/external/pdfium/core/fpdfdoc/
Dcpvt_fontmap.cpp44 pPDFFont->GetFontDict()->GetObjNum()); in GetAnnotSysPDFFont()
Dcpdf_interform.cpp191 if (pFont->GetFontDict() == pElement) { in FindFont()
274 pFont->GetFontDict()->GetObjNum()); in AddFont()
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h66 CPDF_Dictionary* GetFontDict() const { return m_pFontDict; } in GetFontDict() function
Dfpdf_font.cpp55 delete m_StockFonts[i]->GetFontDict(); in ~CFX_StockFontArray()
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp193 sAlias, m_pDocument, pFont->GetFontDict()->GetObjNum()); in AddFontToAnnotDict()
/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp462 CPDF_Dictionary* font_dict = type1_font->GetFontDict(); in TEST_F()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp73 pFont->m_pDocument->GetPageData()->ReleaseFont(pFont->GetFontDict()); in ReleaseCachedType3()
1799 pFont->m_pDocument->GetPageData()->GetFont(pFont->GetFontDict()); in GetCachedType3()