Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DIntervalMap.h2061 typename MapA::const_iterator posA; variable
2071 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2073 posA.advanceTo(posB.start()); in advance()
2074 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) in advance()
2076 } else if (Traits::stopLess(posB.stop(), posA.start())) { in advance()
2078 posB.advanceTo(posA.start()); in advance()
2079 if (!posB.valid() || !Traits::stopLess(posA.stop(), posB.start())) in advance()
2087 posA.advanceTo(posB.start()); in advance()
2088 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) in advance()
2091 posB.advanceTo(posA.start()); in advance()
[all …]
/external/webkit/Source/WebCore/svg/
DSVGAnimationElement.cpp101 float posA = 0; in parseKeySplines() local
102 if (!parseNumber(cur, end, posA)) { in parseKeySplines()
133 result.append(UnitBezier(posA, posB, posC, posD)); in parseKeySplines()