Home
last modified time | relevance | path

Searched refs:ToStitchFunc (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_function.h54 const CPDF_StitchFunc* ToStitchFunc() const;
Dcpdf_function.cpp186 const CPDF_StitchFunc* CPDF_Function::ToStitchFunc() const { in ToStitchFunc() function in CPDF_Function
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1364 } else if (const CPDF_StitchFunc* pStitchFunc = pFuncs[j]->ToStitchFunc()) { in DrawShading()