Home
last modified time | relevance | path

Searched defs:shouldDrawAsTiledImageRect (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DDevice.h203 bool shouldDrawAsTiledImageRect() const override { return true; } in shouldDrawAsTiledImageRect() function
/aosp_15_r20/external/skia/src/core/
H A DSkDevice.h368 virtual bool shouldDrawAsTiledImageRect() const { return false; } in shouldDrawAsTiledImageRect() function