Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/canvas/
DCanvasFrontend.cpp56 SkRect devBounds; in apply() local
57 bool rect = matrix.mapRect(&devBounds, bounds) && fillsBounds; in apply()
58 if (!this->bounds.intersect(aa ? devBounds.roundOut() : devBounds.round())) { in apply()