39 path.setFillType(fill);
41 paint.setStrokeCap(cap);
45 paint.setStyle(style);
57 constexpr FillAndName gFills[] = {
67 constexpr StyleAndName
gStyles[] = {
77 constexpr CapAndName gCaps[] = {
90 path.fName =
"moveTo-quad";
96 const char title[] =
"Quad Drawn Into Rectangle Clips With "
97 "Indicated Style, Fill and Linecaps, with stroke width 10";
105 for (
size_t cap = 0; cap <
std::size(gCaps); ++cap) {
110 for (
size_t fill = 0; fill <
std::size(gFills); ++fill) {
122 gCaps[cap].fCap, gCaps[cap].fJoin,
gStyles[style].fStyle,
135 labelFont, labelPaint);
137 labelFont, labelPaint);
139 labelFont, labelPaint);
150 using INHERITED =
GM;
166 path.setFillType(fill);
168 paint.setStrokeCap(cap);
172 paint.setStyle(style);
184 constexpr FillAndName gFills[] = {
190 struct StyleAndName {
194 constexpr StyleAndName
gStyles[] = {
204 constexpr CapAndName gCaps[] = {
218 path.fName =
"moveTo-quad-close";
223 const char title[] =
"Quad Closed Drawn Into Rectangle Clips With "
224 "Indicated Style, Fill and Linecaps, with stroke width 10";
232 for (
size_t cap = 0; cap <
std::size(gCaps); ++cap) {
237 for (
size_t fill = 0; fill <
std::size(gFills); ++fill) {
249 gCaps[cap].fCap, gCaps[cap].fJoin,
gStyles[style].fStyle,
262 labelFont, labelPaint);
264 labelFont, labelPaint);
266 labelFont, labelPaint);
277 using INHERITED =
GM;
282DEF_GM(
return new QuadPathGM; )
284DEF_GM(
return new QuadClosePathGM; )
SkStrokeRec::Style fStyle
static const int strokeWidth
constexpr SkColor SK_ColorBLACK
static SkPath clip(const SkPath &path, const SkHalfPlane &plane)
void drawRect(const SkRect &rect, const SkPaint &paint)
void clipRect(const SkRect &rect, SkClipOp op, bool doAntiAlias)
void translate(SkScalar dx, SkScalar dy)
void drawPath(const SkPath &path, const SkPaint &paint)
void drawString(const char str[], SkScalar x, SkScalar y, const SkFont &font, const SkPaint &paint)
@ kButt_Cap
no stroke extension
void setStyle(Style style)
void setColor(SkColor color)
void setAntiAlias(bool aa)
@ kStroke_Style
set to stroke geometry
@ kFill_Style
set to fill geometry
@ kStrokeAndFill_Style
sets to stroke and fill geometry
@ kBevel_Join
connects outside edges
void setStrokeWidth(SkScalar width)
GM(SkColor backgroundColor=SK_ColorWHITE)
void onDraw(SkCanvas *canvas) override
SkString getName() const override
void drawPath(SkPath &path, SkCanvas *canvas, SkColor color, const SkRect &clip, SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth)
SkISize getISize() override
void onDraw(SkCanvas *canvas) override
SkString getName() const override
SkISize getISize() override
void drawPath(SkPath &path, SkCanvas *canvas, SkColor color, const SkRect &clip, SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth)
sk_sp< SkBlender > blender SkRect rect
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
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
font
Font Metadata and Metrics.
DEF_GM(return F(C(clipbox), 0.0f, 0.0f, {})) DEF_GM(return F(C(clipbox)
static SkString join(const CommandLineFlags::StringArray &)
static constexpr SkISize Make(int32_t w, int32_t h)
static constexpr SkRect MakeWH(float w, float h)
static constexpr SkFontStyle gStyles[]