Flutter Engine
The Flutter Engine
Path_addOval.cpp
Go to the documentation of this file.
1// Copyright 2019 Google LLC.
2// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4REG_FIDDLE(Path_addOval, 256, 120, false, 0) {
5void draw(SkCanvas* canvas) {
8 oval.addOval({20, 20, 160, 80});
9 canvas->drawPath(oval, paint);
10}
11} // END FIDDLE
REG_FIDDLE(Path_addOval, 256, 120, false, 0)
Definition: Path_addOval.cpp:4
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition: aaclip.cpp:27
void drawPath(const SkPath &path, const SkPaint &paint)
Definition: SkCanvas.cpp:1747
Definition: SkPath.h:59
const Paint & paint
Definition: color_source.cc:38
SkRect oval
Definition: SkRecords.h:249