Searched defs:quickContains (Results 1 – 7 of 7) sorted by relevance
51 bool quickContains(const SkIRect& r) const { in quickContains() function
69 bool quickContains(const SkIRect& rect) const { in quickContains() function
358 bool quickContains(const SkRect& devRect) const { in quickContains() function362 bool quickContains(const SkRRect& devRRect) const { in quickContains() function
1585 bool SkAAClip::quickContains(int left, int top, int right, int bottom) const { in quickContains() function in SkAAClip
303 bool quickContains(const SkIRect& r) const { in quickContains() function
57 public native boolean quickContains(int left, int top, int right, int bottom); in quickContains() method in RegionNatives
148 protected boolean quickContains(int left, int top, int right, int bottom) { in quickContains() method in ShadowNativeRegion