Home | History | Annotate | Download | only in skia

Lines Matching refs:rectPts

472                         SkPoint rectPts[4],
485 SkScalar sDist = LineSide(startPerp, rectPts[i]);
486 SkScalar eDist = LineSide(endPerp, rectPts[i]);
509 clipStart ? pts[0] : beforeNeg ? rectPts[minPerpPtIndex]
510 : rectPts[maxPerpPtIndex];
512 ? rectPts[maxPerpPtIndex]
513 : rectPts[minPerpPtIndex];
520 SkScalar dist = LineSide(pts, rectPts[i]);
535 // rectPts[minBounds] and rectPts[maxBounds] and perpendicular to the
537 clip->moveTo(IntersectSides(rectPts[minBounds], slope, startEdgePt));
538 clip->lineTo(IntersectSides(rectPts[minBounds], slope, endEdgePt));
539 clip->lineTo(IntersectSides(rectPts[maxBounds], slope, endEdgePt));
540 clip->lineTo(IntersectSides(rectPts[maxBounds], slope, startEdgePt));
2072 SkPoint rectPts[4] = {{skRect.fLeft, skRect.fTop},
2076 ClipAngledGradient(pts, rectPts, clipStart, clipEnd, &skClip);