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

  /external/skia/gpu/src/
GrClip.cpp 90 static void intersectWith(SkRect* dst, const SkRect& src) {
127 intersectWith(&fList.back().fRect, e.fRect);
  /frameworks/base/libs/hwui/
Rect.h 34 Rect intersectWith(float l, float t, float r, float b) const {
118 return !intersectWith(l,t,r,b).isEmpty();
126 Rect tmp(intersectWith(l,t,r,b));
  /external/llvm/lib/Support/
ConstantRange.cpp 262 /// intersectWith - Return the range that results from the intersection of this
266 /// same set size, A.intersectWith(B) might not be equal to B.intersectWith(A).
267 ConstantRange ConstantRange::intersectWith(const ConstantRange &CR) const {
276 return CR.intersectWith(*this);

Completed in 2191 milliseconds