Home
last modified time | relevance | path

Searched refs:posB (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
DIntervalMap.h2042 typename MapB::const_iterator posB; variable
2051 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2053 posA.advanceTo(posB.start()); in advance()
2054 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) in advance()
2056 } else if (Traits::stopLess(posB.stop(), posA.start())) { in advance()
2058 posB.advanceTo(posA.start()); in advance()
2059 if (!posB.valid() || !Traits::stopLess(posA.stop(), posB.start())) in advance()
2067 posA.advanceTo(posB.start()); in advance()
2068 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) in advance()
2071 posB.advanceTo(posA.start()); in advance()
[all …]
/external/webkit/Source/WebCore/svg/
DSVGAnimationElement.cpp107 float posB = 0; in parseKeySplines() local
108 if (!parseNumber(cur, end, posB)) { in parseKeySplines()
133 result.append(UnitBezier(posA, posB, posC, posD)); in parseKeySplines()