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

/external/skia/include/core/
H A DSkRect.h225 bool quickReject(int l, int t, int r, int b) const { function in struct:SkIRect
H A DSkRegion.h210 bool quickReject(const SkIRect& rect) const { function in class:SkRegion
220 bool quickReject(const SkRegion& rgn) const { function in class:SkRegion
/external/skia/src/core/
H A DSkRasterClip.h64 bool quickReject(const SkIRect& rect) const { function in class:SkRasterClip
H A DSkCanvas.cpp1365 if (this->quickReject(rect)) {
1464 if (this->quickReject(path.getBounds())) {
1582 bool SkCanvas::quickReject(const SkRect& rect) const { function in class:SkCanvas
1609 bool SkCanvas::quickReject(const SkPath& path) const { function in class:SkCanvas
1610 return path.isEmpty() || this->quickReject(path.getBounds());
1821 if (this->quickReject(*bounds)) {
1848 if (this->quickReject(*bounds)) {
1868 if (this->quickReject(*bounds)) {
1888 if (this->quickReject(*bounds)) {
1918 if (this->quickReject(*bound
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 135 milliseconds