Home
last modified time | relevance | path

Searched refs:OpCanCache (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas_op.h33 virtual bool OpCanCache(const SkRect& bound) in OpCanCache() function
H A Dskia_canvas_autocache.h34 bool OpCanCache(const SkRect& bound) override;
H A Dskia_canvas_autocache.cpp71 bool SkiaCanvasAutoCache::OpCanCache(const SkRect& bound) in OpCanCache() function in OHOS::Rosen::Drawing::SkiaCanvasAutoCache
H A Dskia_canvas.cpp638 if (!skiaCanvasOp_->OpCanCache(nodeBound)) { in OpCalculateAfter()