Lines Matching refs:quickReject
1119 if (this->quickReject(rect)) { in clipRect()
1212 if (this->quickReject(path.getBounds())) { in clipPath()
1337 bool SkCanvas::quickReject(const SkRect& rect) const { in quickReject() function in SkCanvas
1370 bool SkCanvas::quickReject(const SkPath& path) const { in quickReject() function in SkCanvas
1371 return path.isEmpty() || this->quickReject(path.getBounds()); in quickReject()
1517 if (this->quickReject(paint.computeFastStrokeBounds(r, &storage))) { in drawPoints()
1538 if (this->quickReject(paint.computeFastBounds(r, &storage))) { in drawRect()
1557 if (this->quickReject(paint.computeFastBounds(oval, &storage))) { in drawOval()
1576 if (this->quickReject(paint.computeFastBounds(rrect.getBounds(), &storage))) { in drawRRect()
1603 if (this->quickReject(paint.computeFastBounds(bounds, &storage))) { in drawPath()
1636 if (this->quickReject(bounds)) { in drawBitmap()
1661 if (this->quickReject(*bounds)) { in internalDrawBitmapRect()
1715 if (this->quickReject(*bounds)) { in internalDrawBitmapNine()
2050 if (this->quickReject(paint.computeFastBounds(r, &storage))) { in drawRoundRect()