Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_textstate.cpp119 m_pFont = m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict()); in TextData()
154 pPageData->ReleaseFont(m_pFont->GetFontDict()); in ReleaseFont()
Dcpdf_docpagedata.cpp163 if (pFont->GetFontDict()->KeyExist("Widths")) in GetStandardFont()
/external/pdfium/core/fpdfapi/font/
Dcfx_stockfontarray.cpp19 delete m_StockFonts[i]->GetFontDict(); in ~CFX_StockFontArray()
Dcpdf_font.h70 CPDF_Dictionary* GetFontDict() const { return m_pFontDict; } in GetFontDict() function
/external/pdfium/core/fpdfdoc/
Dcpvt_fontmap.cpp42 pPDFFont->GetFontDict()->GetObjNum()); in GetAnnotSysPDFFont()
Dcpdf_interform.cpp189 if (pFont->GetFontDict() == pElement) { in FindFont()
273 pFont->GetFontDict()->GetObjNum()); in AddFont()
/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp731 CPDF_Dictionary* font_dict = typed_font->GetFontDict(); in TEST_F()
760 CPDF_Dictionary* font_dict = typed_font->GetFontDict(); in TEST_F()
791 CPDF_Dictionary* font_dict = typed_font->GetFontDict(); in TEST_F()
833 CPDF_Dictionary* font_dict = typed_font->GetFontDict(); in TEST_F()
Dfpdfedittext.cpp482 pPageData->ReleaseFont(pFont->GetFontDict()); in FPDFFont_Close()
495 pTextObj->m_TextState.SetFont(pDoc->LoadFont(pFont->GetFontDict())); in FPDFPageObj_CreateTextObj()
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp192 sAlias, m_pDocument.Get(), pFont->GetFontDict()->GetObjNum()); in AddFontToAnnotDict()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp375 uint32_t dwObjNum = pFont->GetFontDict()->GetObjNum(); in ProcessText()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp77 pDoc->GetPageData()->ReleaseFont(pFont->GetFontDict()); in ReleaseCachedType3()
1839 pDoc->GetPageData()->GetFont(pFont->GetFontDict()); in GetCachedType3()