Lines Matching refs:quickReject

1488         if (this->quickReject(rect)) {  in onClipRect()
1614 if (this->quickReject(path.getBounds())) { in onClipPath()
1732 bool SkCanvas::quickReject(const SkRect& rect) const { in quickReject() function in SkCanvas
1759 bool SkCanvas::quickReject(const SkPath& path) const { in quickReject() function in SkCanvas
1760 return path.isEmpty() || this->quickReject(path.getBounds()); in quickReject()
2036 if (this->quickReject(paint.computeFastStrokeBounds(r, &storage))) { in onDrawPoints()
2063 if (this->quickReject(paint.computeFastBounds(tmp, &storage))) { in onDrawRect()
2083 if (this->quickReject(paint.computeFastBounds(oval, &storage))) { in onDrawOval()
2103 if (this->quickReject(paint.computeFastBounds(rrect.getBounds(), &storage))) { in onDrawRRect()
2133 if (this->quickReject(paint.computeFastBounds(outer.getBounds(), &storage))) { in onDrawDRRect()
2158 if (this->quickReject(paint.computeFastBounds(pathBounds, &storage))) { in onDrawPath()
2211 if (this->quickReject(tmp)) { in onDrawImage()
2264 if (this->quickReject(storage)) { in onDrawImageRect()
2304 if (this->quickReject(paint->computeFastBounds(tmp, &tmp))) { in onDrawBitmap()
2347 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in internalDrawBitmapRect()
2380 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawImageNine()
2406 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawBitmapNine()
2582 if (this->quickReject(paint.computeFastBounds(storage, &tmp))) { in onDrawTextBlob()
2661 if (this->quickReject(bounds)) { in drawPatch()
2703 if (this->quickReject(bounds)) { in onDrawDrawable()
2712 if (cull && this->quickReject(*cull)) { in onDrawAtlas()
2812 if (this->quickReject(paint.computeFastBounds(r, &storage))) { in drawRoundRect()
2889 if (this->quickReject(bounds)) { in onDrawPicture()