Home | History | Annotate | Download | only in core

Lines Matching refs:srcPts

127 // srcPts[] must be monotonic in X and Y
128 void SkEdgeClipper::clipMonoQuad(const SkPoint srcPts[3], const SkRect& clip) {
130 bool reverse = sort_increasing_Y(pts, srcPts, 3);
196 bool SkEdgeClipper::clipQuad(const SkPoint srcPts[3], const SkRect& clip) {
201 bounds.set(srcPts, 3);
205 int countY = SkChopQuadAtYExtrema(srcPts, monoY);
322 // srcPts[] must be monotonic in X and Y
393 bool SkEdgeClipper::clipCubic(const SkPoint srcPts[4], const SkRect& clip) {
398 bounds.set(srcPts, 4);
402 int countY = SkChopCubicAtYExtrema(srcPts, monoY);