Lines Matching refs:drawBounds
273 if (clip.drawBounds().isEmptyNegativeOrNaN()) {
291 fColorDepthBoundsManager->getMostRecentDraw(clip.drawBounds());
338 Rect drawBounds = shape.bounds();
341 drawBounds.outset(localStyleOutset);
343 drawBounds = localToDevice.mapRect(drawBounds);
347 drawBounds.outset(0.5f);
350 drawBounds.intersect(SkRect::Make(scissor));
351 if (drawBounds.isEmptyNegativeOrNaN()) {
353 return {{drawBounds, scissor}, DrawOrder::kNoIntersection};
357 return {{drawBounds, scissor}, DrawOrder::kNoIntersection};