HomeSort by relevance Sort by last modified time
    Searched refs:GetFontDict (Results 1 - 11 of 11) sorted by null

  /external/pdfium/core/fpdfapi/font/
cfx_stockfontarray.cpp 19 delete m_StockFonts[i]->GetFontDict();
cpdf_font.h 70 CPDF_Dictionary* GetFontDict() const { return m_pFontDict; }
  /external/pdfium/core/fpdfdoc/
cpvt_fontmap.cpp 42 pPDFFont->GetFontDict()->GetObjNum());
cpdf_interform.cpp 189 if (pFont->GetFontDict() == pElement) {
273 pFont->GetFontDict()->GetObjNum());
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_textstate.cpp 119 m_pFont = m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict());
154 pPageData->ReleaseFont(m_pFont->GetFontDict());
cpdf_docpagedata.cpp 163 if (pFont->GetFontDict()->KeyExist("Widths"))
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 192 sAlias, m_pDocument.Get(), pFont->GetFontDict()->GetObjNum());
  /external/pdfium/fpdfsdk/
fpdfedittext.cpp 482 pPageData->ReleaseFont(pFont->GetFontDict());
495 pTextObj->m_TextState.SetFont(pDoc->LoadFont(pFont->GetFontDict()));
fpdfedit_embeddertest.cpp 731 CPDF_Dictionary* font_dict = typed_font->GetFontDict();
760 CPDF_Dictionary* font_dict = typed_font->GetFontDict();
791 CPDF_Dictionary* font_dict = typed_font->GetFontDict();
    [all...]
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator.cpp 375 uint32_t dwObjNum = pFont->GetFontDict()->GetObjNum();
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 77 pDoc->GetPageData()->ReleaseFont(pFont->GetFontDict());
    [all...]

Completed in 1305 milliseconds