Home | History | Annotate | Download | only in core

Lines Matching refs:quadPts

348                 SkPoint quadPts[5];
349 int count = orig.chopIntoQuadsPOW2(quadPts, 1);
352 if (!check_edge_against_rect(quadPts[0], quadPts[2], rect, direction)) {
355 if (!check_edge_against_rect(quadPts[2], quadPts[4], rect, direction)) {