Searched refs:devBounds (Results 1 – 1 of 1) sorted by relevance
56 SkRect devBounds; in apply() local57 bool rect = matrix.mapRect(&devBounds, bounds) && fillsBounds; in apply()58 if (!this->bounds.intersect(aa ? devBounds.roundOut() : devBounds.round())) { in apply()