Lines Matching defs:quickReject

1596 bool SkCanvas::quickReject(const SkRect& src) const {
1637 bool SkCanvas::quickReject(const SkPath& path) const {
1638 return path.isEmpty() || this->quickReject(path.getBounds());
1994 if (this->quickReject(paint.computeFastStrokeBounds(r, &storage))) {
2023 if (this->quickReject(paint.computeFastBounds(r, &storage))) {
2049 if (this->quickReject(paint.computeFastBounds(regionRect, &storage))) {
2067 if (this->quickReject(paint.computeFastBounds(oval, &storage))) {
2088 if (this->quickReject(paint.computeFastBounds(oval, &storage))) {
2105 if (this->quickReject(paint.computeFastBounds(rrect.getBounds(), &storage))) {
2132 if (this->quickReject(paint.computeFastBounds(outer.getBounds(), &storage))) {
2154 if (this->quickReject(paint.computeFastBounds(pathBounds, &storage))) {
2204 if (this->quickReject(tmp)) {
2250 if (this->quickReject(storage)) {
2287 if (this->quickReject(paint->computeFastBounds(bounds, &storage))) {
2331 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) {
2361 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) {
2386 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) {
2409 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) {
2432 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) {
2528 if (cullRect && this->quickReject(*cullRect)) {
2549 if (this->quickReject(paint.computeFastBounds(storage, &tmp))) {
2655 if (this->quickReject(bounds)) {
2703 if (cull && this->quickReject(*cull)) {
2830 if (this->quickReject(bounds)) {