Searched refs:CPDF_StitchFunc (Results 1 – 5 of 5) sorted by relevance
15 CPDF_StitchFunc::CPDF_StitchFunc() in CPDF_StitchFunc() function in CPDF_StitchFunc20 CPDF_StitchFunc::~CPDF_StitchFunc() { in ~CPDF_StitchFunc()25 bool CPDF_StitchFunc::v_Init(CPDF_Object* pObj) { in v_Init()79 bool CPDF_StitchFunc::v_Call(float* inputs, float* outputs) const { in v_Call()
15 class CPDF_StitchFunc : public CPDF_Function {17 CPDF_StitchFunc();18 ~CPDF_StitchFunc() override;
36 pFunc = pdfium::MakeUnique<CPDF_StitchFunc>(); in Load()149 const CPDF_StitchFunc* CPDF_Function::ToStitchFunc() const { in ToStitchFunc()151 ? static_cast<const CPDF_StitchFunc*>(this) in ToStitchFunc()
15 class CPDF_StitchFunc; variable48 const CPDF_StitchFunc* ToStitchFunc() const;
426 bool AddStitching(const CPDF_StitchFunc* pFunc, in AddStitching()2023 } else if (const CPDF_StitchFunc* pStitchFunc = pFuncs[j]->ToStitchFunc()) { in DrawShading()