OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
263
///
intersectWith
- Return the range that results from the intersection of this
267
/// same set size, A.
intersectWith
(B) might not be equal to B.
intersectWith
(A).
268
ConstantRange ConstantRange::
intersectWith
(const ConstantRange &CR) const {
277
return CR.
intersectWith
(*this);
Completed in 58 milliseconds