Home
last modified time | relevance | path

Searched refs:IsType3Font (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h73 virtual bool IsType3Font() const;
100 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; } in IsEmbedded()
Dcpdf_type3font.h31 bool IsType3Font() const override;
Dcpdf_type3font.cpp36 bool CPDF_Type3Font::IsType3Font() const { in IsType3Font() function in CPDF_Type3Font
Dcpdf_font.cpp71 bool CPDF_Font::IsType3Font() const { in IsType3Font() function in CPDF_Font
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp83 if (pFont->IsType3Font()) in DrawTextString()
Dcpdf_renderstatus.cpp844 if (pFont->IsType3Font()) in ProcessText()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp1157 if (pFont && pFont->IsType3Font()) { in FindFont()
1225 pFont->IsType3Font() ? TextRenderingMode::MODE_FILL in AddTextObject()