Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h43 virtual bool IsType3Font() const;
69 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.cpp81 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.cpp1737 if (pFont->IsType3Font()) in ProcessText()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp1179 if (pFont && pFont->IsType3Font()) { in FindFont()
1249 pFont->IsType3Font() ? TextRenderingMode::MODE_FILL in AddTextObject()