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

/external/skia/src/core/
H A DSkRasterClip.h65 bool quickReject(const SkIRect& rect) const { function in class:SkRasterClip
H A DSkCanvas.cpp1340 if (this->quickReject(rect)) {
1472 if (this->quickReject(path.getBounds())) {
1684 bool SkCanvas::quickReject(const SkRect& rect) const { function in class:SkCanvas
1714 bool SkCanvas::quickReject(const SkPath& path) const { function in class:SkCanvas
1715 return path.isEmpty() || this->quickReject(path.getBounds());
1889 if (this->quickReject(*bounds)) {
1910 if (this->quickReject(*bounds)) {
1929 if (this->quickReject(*bounds)) {
1948 if (this->quickReject(*bounds)) {
1978 if (this->quickReject(*bound
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h216 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/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.h64 bool quickReject(const SkIRect& rect) const { function in class:SkRasterClip
H A DSkCanvas.cpp1345 if (this->quickReject(rect)) {
1442 if (this->quickReject(path.getBounds())) {
1578 bool SkCanvas::quickReject(const SkRect& rect) const { function in class:SkCanvas
1607 bool SkCanvas::quickReject(const SkPath& path) const { function in class:SkCanvas
1608 return path.isEmpty() || this->quickReject(path.getBounds());
1754 if (this->quickReject(*bounds)) {
1775 if (this->quickReject(*bounds)) {
1794 if (this->quickReject(*bounds)) {
1813 if (this->quickReject(*bounds)) {
1843 if (this->quickReject(*bound
[all...]
/external/skia/include/core/
H A DSkRect.h216 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/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 675 milliseconds