Home | History | Annotate | Download | only in gpu

Lines Matching full:circle

62  * The output of this effect is a modulation of the input color and coverage for a circle. It
63 * operates in a space normalized by the circle radius (outer radius in the case of a stroke)
64 * with origin at the circle center. Two vertex attributes are used:
416 * implict equation used is for a unit circle (x^2 + y^2 - 1 = 0) and the edge corrected by
808 const SkRect& circle,
810 SkPoint center = SkPoint::Make(circle.centerX(), circle.centerY());
812 SkScalar radius = viewMatrix.mapRadius(SkScalarHalf(circle.width()));
839 // and the outset ensures the box will cover all partially covered by the circle.
860 const SkRect& circle,
862 SkAutoTUnref<GrBatch> batch(create_circle_batch(color, viewMatrix, useCoverageAA, circle,
1920 // The way the effect interpolates the offset-to-ellipse/circle-center attribute only works on
1929 // if the corners are circles, use the circle renderer
2063 SkRect circle = GrTest::TestSquare(random);
2064 return create_circle_batch(color, viewMatrix, useCoverageAA, circle,