• Home
  • Raw
  • Download

Lines Matching refs:quickReject

1596 bool SkCanvas::quickReject(const SkRect& src) const {  in quickReject()  function in SkCanvas
1637 bool SkCanvas::quickReject(const SkPath& path) const { in quickReject() function in SkCanvas
1638 return path.isEmpty() || this->quickReject(path.getBounds()); in quickReject()
1994 if (this->quickReject(paint.computeFastStrokeBounds(r, &storage))) { in onDrawPoints()
2023 if (this->quickReject(paint.computeFastBounds(r, &storage))) { in onDrawRect()
2049 if (this->quickReject(paint.computeFastBounds(regionRect, &storage))) { in onDrawRegion()
2067 if (this->quickReject(paint.computeFastBounds(oval, &storage))) { in onDrawOval()
2088 if (this->quickReject(paint.computeFastBounds(oval, &storage))) { in onDrawArc()
2105 if (this->quickReject(paint.computeFastBounds(rrect.getBounds(), &storage))) { in onDrawRRect()
2132 if (this->quickReject(paint.computeFastBounds(outer.getBounds(), &storage))) { in onDrawDRRect()
2154 if (this->quickReject(paint.computeFastBounds(pathBounds, &storage))) { in onDrawPath()
2204 if (this->quickReject(tmp)) { in onDrawImage()
2250 if (this->quickReject(storage)) { in onDrawImageRect()
2287 if (this->quickReject(paint->computeFastBounds(bounds, &storage))) { in onDrawBitmap()
2331 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in internalDrawBitmapRect()
2361 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawImageNine()
2386 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawBitmapNine()
2409 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawImageLattice()
2432 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawBitmapLattice()
2528 if (cullRect && this->quickReject(*cullRect)) { in onDrawTextRSXform()
2549 if (this->quickReject(paint.computeFastBounds(storage, &tmp))) { in onDrawTextBlob()
2655 if (this->quickReject(bounds)) { in onDrawPatch()
2703 if (cull && this->quickReject(*cull)) { in onDrawAtlas()
2830 if (this->quickReject(bounds)) { in onDrawPicture()