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

  /external/pdfium/core/fpdfapi/font/
cpdf_type1font.h 18 bool IsType1Font() const override;
cpdf_font.h 38 virtual bool IsType1Font() const;
cpdf_font.cpp 69 bool CPDF_Font::IsType1Font() const {
423 if (!IsType1Font())
cpdf_type1font.cpp 68 bool CPDF_Type1Font::IsType1Font() const {
  /external/pdfium/core/fpdfapi/page/
cpdf_docpagedata.cpp 169 if (!pFont->IsType1Font())
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 459 EXPECT_TRUE(type1_font->IsType1Font());

Completed in 155 milliseconds