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

  /external/pdfium/core/fpdfapi/font/
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;
cpdf_type3font.cpp 7 #include "core/fpdfapi/font/cpdf_type3font.h"
26 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_font.h 28 class CPDF_Type3Font;
49 virtual const CPDF_Type3Font* AsType3Font() const;
50 virtual CPDF_Type3Font* AsType3Font();
cpdf_font.cpp 18 #include "core/fpdfapi/font/cpdf_type3font.h"
105 const CPDF_Type3Font* CPDF_Font::AsType3Font() const {
109 CPDF_Type3Font* CPDF_Font::AsType3Font() {
337 pFont = pdfium::MakeUnique<CPDF_Type3Font>();
  /external/pdfium/core/fpdfapi/render/
cpdf_docrenderdata.h 21 class CPDF_Type3Font;
28 RetainPtr<CPDF_Type3Cache> GetCachedType3(CPDF_Type3Font* pFont);
29 void MaybePurgeCachedType3(CPDF_Type3Font* pFont);
cpdf_type3cache.h 13 #include "core/fpdfapi/font/cpdf_type3font.h"
32 explicit CPDF_Type3Cache(CPDF_Type3Font* pFont);
41 UnownedPtr<CPDF_Type3Font> const m_pFont;
cpdf_docrenderdata.cpp 11 #include "core/fpdfapi/font/cpdf_type3font.h"
48 CPDF_Type3Font* pFont) {
58 void CPDF_DocRenderData::MaybePurgeCachedType3(CPDF_Type3Font* pFont) {
cpdf_renderstatus.h 37 class CPDF_Type3Font;
151 static RetainPtr<CPDF_Type3Cache> GetCachedType3(CPDF_Type3Font* pFont);
168 std::vector<CPDF_Type3Font*> m_Type3FontCache;
cpdf_type3cache.cpp 14 #include "core/fpdfapi/font/cpdf_type3font.h"
82 CPDF_Type3Cache::CPDF_Type3Cache(CPDF_Type3Font* pFont) : m_pFont(pFont) {}
cpdf_renderstatus.cpp 18 #include "core/fpdfapi/font/cpdf_type3font.h"
71 void ReleaseCachedType3(CPDF_Type3Font* pFont) {
82 explicit CPDF_RefType3Cache(CPDF_Type3Font* pType3Font)
91 UnownedPtr<CPDF_Type3Font> const m_pType3Font;
    [all...]

Completed in 399 milliseconds