Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h40 virtual bool IsType3Font() const;
65 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; } in IsEmbedded()
Dcpdf_type3font.h26 bool IsType3Font() const override;
Dcpdf_type3font.cpp32 bool CPDF_Type3Font::IsType3Font() const { in IsType3Font() function in CPDF_Type3Font
Dcpdf_font.cpp77 bool CPDF_Font::IsType3Font() const { in IsType3Font() function in CPDF_Font
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp77 if (pFont->IsType3Font()) in DrawTextString()
Dcpdf_renderstatus.cpp1700 if (pFont->IsType3Font()) in ProcessText()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp1186 if (pFont && pFont->IsType3Font()) { in FindFont()
1256 pFont->IsType3Font() ? TextRenderingMode::MODE_FILL in AddTextObject()