Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp198 if (pFont->GetFontType() == PDFFONT_TYPE3) { in ProcessText()
547 if (!pFont->IsEmbedded() && pFont->GetFontType() != PDFFONT_CIDFONT) { in Load()
637 if (pFont->GetFontType() == PDFFONT_TYPE3) in DrawTextString()
681 if (pFont->GetFontType() & PDFFONT_CIDFONT) { in DrawNormalText()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_doc.cpp333 if (pFont->GetFontType() != PDFFONT_TYPE1) { in GetStandardFont()
Dfpdf_page.cpp123 if (pFont->GetFontType() != PDFFONT_CIDFONT) { in GetItemInfo()
Dfpdf_page_parser.cpp1287 if (pFont->GetFontType() == PDFFONT_TYPE3) { in AddTextObject()
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp469 if(pPDFFont->GetFontType() == PDFFONT_TYPE3) { in Display()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h86 int GetFontType() const { return m_FontType; } in GetFontType() function