Home | History | Annotate | Download | only in pathops

Lines Matching defs:above

1104         // if vertical, and directly above test point, wait for another one
2493 const SkOpSpan& above = fTs[tIndex + 1];
2494 if (approximately_negative(above.fT - t)) {
2495 nextDoorWind = above.fWindValue;
2496 nextOppWind = above.fOppValue;