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

  /external/pdfium/core/fpdfapi/page/
cpdf_textstate.cpp 119 m_pFont = m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict());
127 pPageData->ReleaseFont(m_pFont->GetFontDict());
135 pPageData->ReleaseFont(m_pFont->GetFontDict());
cpdf_docpagedata.cpp 171 if (pFont->GetFontDict()->KeyExist("Widths"))
  /external/pdfium/core/fpdfdoc/
cpvt_fontmap.cpp 44 pPDFFont->GetFontDict()->GetObjNum());
cpdf_interform.cpp 191 if (pFont->GetFontDict() == pElement) {
274 pFont->GetFontDict()->GetObjNum());
    [all...]
  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 66 CPDF_Dictionary* GetFontDict() const { return m_pFontDict; }
fpdf_font.cpp 55 delete m_StockFonts[i]->GetFontDict();
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 193 sAlias, m_pDocument, pFont->GetFontDict()->GetObjNum());
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 462 CPDF_Dictionary* font_dict = type1_font->GetFontDict();
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 73 pFont->m_pDocument->GetPageData()->ReleaseFont(pFont->GetFontDict());
    [all...]

Completed in 9306 milliseconds