HomeSort by relevance Sort by last modified time
    Searched refs:IsType3Font (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fpdfapi/font/
cpdf_type3font.h 26 bool IsType3Font() const override;
cpdf_font.h 43 virtual bool IsType3Font() const;
69 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; }
cpdf_type3font.cpp 32 bool CPDF_Type3Font::IsType3Font() const {
cpdf_font.cpp 81 bool CPDF_Font::IsType3Font() const {
  /external/pdfium/core/fpdfapi/render/
cpdf_textrenderer.cpp 83 if (pFont->IsType3Font())
cpdf_renderstatus.cpp     [all...]

Completed in 741 milliseconds