Home | History | Annotate | Download | only in core

Lines Matching defs:newBounds

2541         SkRect newBounds = bounds;
2543 matrix->mapRect(&newBounds);
2545 canvas->saveLayer(&newBounds, paint);