31 {
32
35 SkScalar radius = 0.0295275590551181f;
36
40
41
42
43 canvas->translate(-800, -200);
44
45
46
47
49
50 canvas->translate(tx, ty);
51
52
57
58
61 stroke.setStrokeWidth(1.f);
64
65
66
68
70 .
arcTo(boundingBox, 180.f, 180.f,
false)
72
73
74
75
76
78
79 canvas->drawPath(
path, fill);
80}
constexpr SkColor SK_ColorBLUE
constexpr SkColor SK_ColorRED
void setStyle(Style style)
void setColor(SkColor color)
void setAntiAlias(bool aa)
@ kStroke_Style
set to stroke geometry
@ kFill_Style
set to fill geometry
SkPathBuilder & arcTo(const SkRect &oval, SkScalar startAngleDeg, SkScalar sweepAngleDeg, bool forceMoveTo)
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
static constexpr SkRect MakeLTRB(float l, float t, float r, float b)