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

/external/skia/include/core/
H A DSkRegion.h170 bool quickReject(const SkIRect& rect) const function in class:SkRegion
180 bool quickReject(const SkRegion& rgn) const { function in class:SkRegion
/external/skia/src/core/
H A DSkCanvas.cpp54 // Helpers for computing fast bounds for quickReject tests
905 bool SkCanvas::quickReject(const SkRect& rect, EdgeType et) const { function in class:SkCanvas
934 bool SkCanvas::quickReject(const SkPath& path, EdgeType et) const { function in class:SkCanvas
935 return path.isEmpty() || this->quickReject(path.getBounds(), et);
1055 if (this->quickReject(paint.computeFastBounds(r, &storage),
1074 if (this->quickReject(paint.computeFastBounds(bounds, &storage),
1098 if (this->quickReject(fastBounds, paint2EdgeType(paint))) {
1115 if (this->quickReject(dst, paint2EdgeType(paint))) {
1331 if (this->quickReject(paint.computeFastBounds(r, &storage),
1347 if (this->quickReject(pain
[all...]

Completed in 14 milliseconds