HomeSort by relevance Sort by last modified time
    Searched defs:CPDF_Type3Font (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/font/
cpdf_type3font.cpp 7 #include "core/fpdfapi/font/cpdf_type3font.h"
22 CPDF_Type3Font::CPDF_Type3Font()
30 CPDF_Type3Font::~CPDF_Type3Font() {}
32 bool CPDF_Type3Font::IsType3Font() const {
36 const CPDF_Type3Font* CPDF_Type3Font::AsType3Font() const {
40 CPDF_Type3Font* CPDF_Type3Font::AsType3Font()
    [all...]
cpdf_type3font.h 20 class CPDF_Type3Font : public CPDF_SimpleFont {
22 CPDF_Type3Font();
23 ~CPDF_Type3Font() override;
27 const CPDF_Type3Font* AsType3Font() const override;
28 CPDF_Type3Font* AsType3Font() override;

Completed in 431 milliseconds