Home | History | Annotate | Download | only in core

Lines Matching refs:pathBounds

1999     const SkRect& pathBounds = path.getBounds();
2001 LOOPER_BEGIN(paint, &pathBounds)
2253 const SkRect& pathBounds = path.getBounds();
2256 if (this->quickReject(paint.computeFastBounds(pathBounds, &storage))) {
2261 if (pathBounds.width() <= 0 && pathBounds.height() <= 0) {
2268 LOOPER_BEGIN(paint, &pathBounds)