Searched refs:bottomPt (Results 1 – 1 of 1) sorted by relevance
286 SkDPoint bottomPt = { x, bottom }; in vertical() local287 if ((t = line.exactPoint(bottomPt)) >= 0) { in vertical()288 insert(t, (double) !flipped, bottomPt); in vertical()318 SkDPoint bottomPt = { x, bottom }; in vertical() local319 if ((t = line.nearPoint(bottomPt, nullptr)) >= 0) { in vertical()320 insert(t, (double) !flipped, bottomPt); in vertical()