Searched defs:quickReject (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.h65 bool quickReject(const SkIRect& rect) const { function in class:SkRasterClip
H A DSkCanvas.cpp1110 if (this->quickReject(rect)) {
1206 if (this->quickReject(path.getBounds())) {
1425 bool SkCanvas::quickReject(const SkRect& rect) const { function in class:SkCanvas
1455 bool SkCanvas::quickReject(const SkPath& path) const { function in class:SkCanvas
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(pain
[all...]
/external/skia/src/core/
H A DSkRasterClip.h65 bool quickReject(const SkIRect& rect) const { function in class:SkRasterClip
H A DSkCanvas.cpp1110 if (this->quickReject(rect)) {
1206 if (this->quickReject(path.getBounds())) {
1425 bool SkCanvas::quickReject(const SkRect& rect) const { function in class:SkCanvas
1455 bool SkCanvas::quickReject(const SkPath& path) const { function in class:SkCanvas
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(pain
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h202 bool quickReject(int l, int t, int r, int b) const { function in struct:SkIRect
H A DSkRegion.h211 bool quickReject(const SkIRect& rect) const { function in class:SkRegion
221 bool quickReject(const SkRegion& rgn) const { function in class:SkRegion
/external/skia/include/core/
H A DSkRect.h202 bool quickReject(int l, int t, int r, int b) const { function in struct:SkIRect
H A DSkRegion.h211 bool quickReject(const SkIRect& rect) const { function in class:SkRegion
221 bool quickReject(const SkRegion& rgn) const { function in class:SkRegion

Completed in 716 milliseconds