Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DCollisionSystem.java699 public boolean calculateIntersection(Vector2 otherStart, Vector2 otherEnd, in calculateIntersection() argument
707 final float x4 = otherEnd.x; in calculateIntersection()
711 final float y4 = otherEnd.y; in calculateIntersection()
/external/skia/src/pathops/
DSkOpSegment.cpp1124 SkOpSpanBase* otherEnd; in nextChase() local
1133 otherEnd = step > 0 ? foundSpan->upCast()->next() : foundSpan->prev(); in nextChase()
1151 otherEnd = next->end(); in nextChase()
1153 int foundStep = foundSpan->step(otherEnd); in nextChase()
1158 if (!otherEnd) { in nextChase()
1163 SkOpSpan* foundMin = foundSpan->starter(otherEnd); in nextChase()