Searched refs:ToStitchFunc (Results 1 – 3 of 3) sorted by relevance
48 const CPDF_StitchFunc* ToStitchFunc() const;
149 const CPDF_StitchFunc* CPDF_Function::ToStitchFunc() const { in ToStitchFunc() function in CPDF_Function
2023 } else if (const CPDF_StitchFunc* pStitchFunc = pFuncs[j]->ToStitchFunc()) { in DrawShading()