Searched refs:fPostProcess (Results 1 – 2 of 2) sorted by relevance
61 , fPostProcess(std::move(postProcess)) in SkAnimatedImage()343 if (fPostProcess) { in onDraw()348 SkAutoCanvasRestore acr(canvas, fPostProcess != nullptr); in onDraw()352 if (fPostProcess) { in onDraw()353 canvas->drawPicture(fPostProcess); in onDraw()374 if (fPostProcess) { in getCurrentFrame()
143 const sk_sp<SkPicture> fPostProcess; variable165 bool simple() const { return fMatrix.isIdentity() && !fPostProcess in simple()