HomeSort by relevance Sort by last modified time
    Searched defs:intersectWith (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrClip.cpp 80 static void intersectWith(SkRect* dst, const SkRect& src) {
117 intersectWith(&fList.back().fRect, e.fRect);
  /frameworks/base/libs/hwui/
Rect.h 107 return !intersectWith(l, t, r, b).isEmpty();
116 intersectWith(tmp);
177 void intersectWith(Rect& tmp) const {
184 Rect intersectWith(float l, float t, float r, float b) const {
  /external/llvm/lib/Support/
ConstantRange.cpp 255 return intersectWith(CR.inverse());
258 /// intersectWith - Return the range that results from the intersection of this
262 /// same set size, A.intersectWith(B) might not be equal to B.intersectWith(A).
263 ConstantRange ConstantRange::intersectWith(const ConstantRange &CR) const {
272 return CR.intersectWith(*this);

Completed in 197 milliseconds