Home
last modified time | relevance | path

Searched defs:overlaps (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DPODInterval.h105 bool overlaps(const T& low, const T& high) const in overlaps() function
114 bool overlaps(const PODInterval& other) const in overlaps() function
DLoopBlinnPathProcessor.cpp781 … 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/
DMachineLoopRanges.cpp72 bool MachineLoopRange::overlaps(SlotIndex Start, SlotIndex Stop) { in overlaps() function in MachineLoopRange
DLiveInterval.cpp146 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/
DScheduleDAG.h123 bool overlaps(const SDep &Other) const { in overlaps() function
/external/webkit/Source/WebKit/android/jni/
DPicturePile.cpp215 Vector<int> overlaps; in applyWebkitInvals() local
/external/webkit/Source/WebKit/chromium/tests/
DPODIntervalTreeTest.cpp161 …Vector<PODInterval<float, UserData1> > overlaps = tree.allOverlaps(tree.createInterval(3, 5, data1… in TEST() local
/external/valgrind/main/coregrind/
Dm_transtab.c1132 Bool overlaps ( Addr64 start, ULong range, VexGuestExtents* vge ) in overlaps() function