Home
last modified time | relevance | path

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

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