Lines Matching refs:quickReject
1110 if (this->quickReject(rect)) {
1206 if (this->quickReject(path.getBounds())) {
1425 bool SkCanvas::quickReject(const SkRect& rect) const {
1455 bool SkCanvas::quickReject(const SkPath& path) const {
1456 return path.isEmpty() || this->quickReject(path.getBounds());
1616 if (this->quickReject(paint.computeFastStrokeBounds(r, &storage))) {
1637 if (this->quickReject(paint.computeFastBounds(r, &storage))) {
1656 if (this->quickReject(paint.computeFastBounds(oval, &storage))) {
1675 if (this->quickReject(paint.computeFastBounds(rrect.getBounds(), &storage))) {
1710 if (this->quickReject(paint.computeFastBounds(bounds, &storage))) {
1743 if (this->quickReject(bounds)) {
1769 if (this->quickReject(*bounds)) {
1810 if (this->quickReject(*bounds)) {
2125 if (this->quickReject(paint.computeFastBounds(r, &storage))) {