Home
last modified time | relevance | path

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

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