Home | History | Annotate | Download | only in core

Lines Matching refs:pathBounds

1997     const SkRect& pathBounds = path.getBounds();
1999 LOOPER_BEGIN(paint, &pathBounds)
2217 const SkRect& pathBounds = path.getBounds();
2220 if (this->quickReject(paint.computeFastBounds(pathBounds, &storage))) {
2225 if (pathBounds.width() <= 0 && pathBounds.height() <= 0) {
2232 LOOPER_BEGIN(paint, &pathBounds)