Home
last modified time | relevance | path

Searched refs:GetFontType (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp201 if (pFont->GetFontType() == PDFFONT_TYPE3) { in ProcessText()
552 if (!pFont->IsEmbedded() && pFont->GetFontType() != PDFFONT_CIDFONT) { in Load()
668 if (pFont->GetFontType() == PDFFONT_TYPE3) in DrawTextString()
719 if (pFont->GetFontType() & PDFFONT_CIDFONT) { in DrawNormalText()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_doc.cpp264 if (pFont->GetFontType() != PDFFONT_TYPE1) in GetStandardFont()
Dfpdf_page.cpp115 if (pFont->GetFontType() != PDFFONT_CIDFONT) { in GetItemInfo()
Dfpdf_page_parser.cpp1235 if (pFont->GetFontType() == PDFFONT_TYPE3) { in AddTextObject()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h110 int GetFontType() const { return m_FontType; } in GetFontType() function