Searched refs:fPostProcess (Results 1 – 4 of 4) sorted by relevance
71 , fPostProcess(std::move(postProcess)) in SkAnimatedImage()73 , fSimple(fScaledSize == fDecodeInfo.dimensions() && !fPostProcess in SkAnimatedImage()319 if (fPostProcess) { in onDraw()323 SkAutoCanvasRestore acr(canvas, fPostProcess != nullptr); in onDraw()329 if (fPostProcess) { in onDraw()330 canvas->drawPicture(fPostProcess); in onDraw()
81 , fPostProcess(std::move(postProcess)) in SkAnimatedImage()83 , fSimple(fScaledSize == fDecodeInfo.dimensions() && !fPostProcess in SkAnimatedImage()329 if (fPostProcess) { in onDraw()333 SkAutoCanvasRestore acr(canvas, fPostProcess != nullptr); in onDraw()339 if (fPostProcess) { in onDraw()340 canvas->drawPicture(fPostProcess); in onDraw()
131 const sk_sp<SkPicture> fPostProcess; variable
144 const sk_sp<SkPicture> fPostProcess; variable