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 63 CPDF_ShadingPattern::CPDF_ShadingPattern(CPDF_Document* pDoc, CPDF_Object* pPatternObj, FX_BOOL bShading, const CFX_AffineMatrix* parentMatrix) : CPDF_Pattern(parentMatrix)
88 CPDF_ShadingPattern::~CPDF_ShadingPattern()
92 void CPDF_ShadingPattern::Clear()
109 FX_BOOL CPDF_ShadingPattern::Load()
152 FX_BOOL CPDF_ShadingPattern::Reload()
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 26 class CPDF_ShadingPattern;
764 class CPDF_ShadingPattern : public CPDF_Pattern
768 CPDF_ShadingPattern(CPDF_Document* pDoc, CPDF_Object* pPatternObj, FX_BOOL bShading, const CFX_AffineMatrix* parentMatrix);
770 virtual ~CPDF_ShadingPattern();

Completed in 840 milliseconds