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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 51 CPDF_ShadingPattern::CPDF_ShadingPattern(CPDF_Document* pDoc, CPDF_Object* pPatternObj, FX_BOOL bShading, const CFX_AffineMatrix* parentMatrix) : CPDF_Pattern(parentMatrix)
75 CPDF_ShadingPattern::~CPDF_ShadingPattern()
79 void CPDF_ShadingPattern::Clear()
95 FX_BOOL CPDF_ShadingPattern::Load()
135 FX_BOOL CPDF_ShadingPattern::Reload()
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 28 class CPDF_ShadingPattern;
778 class CPDF_ShadingPattern : public CPDF_Pattern
782 CPDF_ShadingPattern(CPDF_Document* pDoc, CPDF_Object* pPatternObj, FX_BOOL bShading, const CFX_AffineMatrix* parentMatrix);
784 virtual ~CPDF_ShadingPattern();

Completed in 117 milliseconds