Searched defs:intersect (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Rect.h | 120 bool intersect(float l, float t, float r, float b) { in intersect() function 130 bool intersect(const Rect& r) { in intersect() function
|
/frameworks/native/libs/ui/ |
D | Rect.cpp | 82 bool Rect::intersect(const Rect& with, Rect* result) const { in intersect() function in android::Rect
|
D | Region.cpp | 308 const Region Region::intersect(const Rect& rhs) const { in intersect() function in android::Region 328 const Region Region::intersect(const Region& rhs) const { in intersect() function in android::Region 374 const Region Region::intersect(const Region& rhs, int dx, int dy) const { in intersect() function in android::Region
|
/frameworks/base/graphics/java/android/graphics/ |
D | RectF.java | 345 public boolean intersect(float left, float top, float right, float bottom) { in intersect() method in RectF 376 public boolean intersect(RectF r) { in intersect() method in RectF
|
D | Rect.java | 380 public boolean intersect(int left, int top, int right, int bottom) { in intersect() method in Rect 402 public boolean intersect(Rect r) { in intersect() method in Rect
|