987 {
990 paint.setAntiAlias(
true);
992 paint.setStrokeWidth(2);
993
995 path.moveTo(-100, 1);
996 path.cubicTo(-101, 1, -118, -47, -138, -44);
997
998
1000 6222222.5f, 28333.334f, 0.0f, 0.0f, 1.0f);
1001 for (
int i = 0;
i < loops; ++
i) {
1005 }
1006 }
constexpr SkColor SK_ColorBLACK
static SkScalar ComputeResScaleForStroking(const SkMatrix &matrix)
static SkMatrix MakeAll(SkScalar scaleX, SkScalar skewX, SkScalar transX, SkScalar skewY, SkScalar scaleY, SkScalar transY, SkScalar pers0, SkScalar pers1, SkScalar pers2)
@ kStroke_Style
set to stroke geometry
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
SK_API bool FillPathWithPaint(const SkPath &src, const SkPaint &paint, SkPath *dst, const SkRect *cullRect, SkScalar resScale=1)