Searched refs:otherEnd (Results 1 – 2 of 2) sorted by relevance
699 public boolean calculateIntersection(Vector2 otherStart, Vector2 otherEnd, in calculateIntersection() argument707 final float x4 = otherEnd.x; in calculateIntersection()711 final float y4 = otherEnd.y; in calculateIntersection()
1124 SkOpSpanBase* otherEnd; in nextChase() local1133 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()