Home | History | Annotate | Download | only in core

Lines Matching defs:quadPts

323                 SkPoint quadPts[5];
324 int count = orig.chopIntoQuadsPOW2(quadPts, 1);
327 if (!check_edge_against_rect(quadPts[0], quadPts[2], rect, direction)) {
330 if (!check_edge_against_rect(quadPts[2], quadPts[4], rect, direction)) {