Searched defs:overlaps (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | PODInterval.h | 105 bool overlaps(const T& low, const T& high) const in overlaps() function 114 bool overlaps(const PODInterval& other) const in overlaps() function
|
D | LoopBlinnPathProcessor.cpp | 781 … Vector<IntervalType> overlaps = tree.allOverlaps(tree.createInterval(seg->getPoint(0).y(), in determineSidesToFill() local 972 Vector<SweepInterval> overlaps; in subdivideCurves() local
|
/external/llvm/lib/CodeGen/ |
D | MachineLoopRanges.cpp | 72 bool MachineLoopRange::overlaps(SlotIndex Start, SlotIndex Stop) { in overlaps() function in MachineLoopRange
|
D | LiveInterval.cpp | 146 bool LiveInterval::overlaps(const LiveInterval &Other, in overlaps() function in LiveInterval 190 bool LiveInterval::overlaps(SlotIndex Start, SlotIndex End) const { in overlaps() function in LiveInterval
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 123 bool overlaps(const SDep &Other) const { in overlaps() function
|
/external/webkit/Source/WebKit/android/jni/ |
D | PicturePile.cpp | 215 Vector<int> overlaps; in applyWebkitInvals() local
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | PODIntervalTreeTest.cpp | 161 …Vector<PODInterval<float, UserData1> > overlaps = tree.allOverlaps(tree.createInterval(3, 5, data1… in TEST() local
|
/external/valgrind/main/coregrind/ |
D | m_transtab.c | 1132 Bool overlaps ( Addr64 start, ULong range, VexGuestExtents* vge ) in overlaps() function
|