Searched refs:kRad (Results 1 - 2 of 2) sorted by relevance

/external/skia/gm/
H A Dhairlines.cpp141 constexpr SkScalar kRad = SkIntToScalar(2000); variable
148 SkRect circle = SkRect::MakeLTRB(-kRad, -kRad, kRad, kRad);
154 SkPoint p0 = SkPoint::Make(kRad * cosV, kRad * sinV);
158 SkPoint p1 = SkPoint::Make(kRad * cosV, kRad * sinV);
/external/skqp/gm/
H A Dhairlines.cpp141 constexpr SkScalar kRad = SkIntToScalar(2000); variable
148 SkRect circle = SkRect::MakeLTRB(-kRad, -kRad, kRad, kRad);
154 SkPoint p0 = SkPoint::Make(kRad * cosV, kRad * sinV);
158 SkPoint p1 = SkPoint::Make(kRad * cosV, kRad * sinV);

Completed in 135 milliseconds