Searched defs:CPDF_Pattern (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_pattern.cpp10 CPDF_Pattern::CPDF_Pattern(const CFX_AffineMatrix* pParentMatrix) : function in class:CPDF_Pattern
17 CPDF_Pattern::~CPDF_Pattern()
21 CPDF_Pattern(parentMatrix)
63 CPDF_ShadingPattern::CPDF_ShadingPattern(CPDF_Document* pDoc, CPDF_Object* pPatternObj, FX_BOOL bShading, const CFX_AffineMatrix* parentMatrix) : CPDF_Pattern(parentMatrix)
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h24 class CPDF_Pattern;
48 typedef CPDF_CountedObject<CPDF_Pattern*> CPDF_CountedPattern;
700 void SetValue(CPDF_Pattern* pPattern, FX_FLOAT* comp, int ncomps);
704 CPDF_Pattern* GetPattern() const;
719 class CPDF_Pattern class
723 virtual ~CPDF_Pattern();
736 CPDF_Pattern(const CFX_AffineMatrix* pParentMatrix);
740 class CPDF_TilingPattern : public CPDF_Pattern
764 class CPDF_ShadingPattern : public CPDF_Pattern

Completed in 88 milliseconds