Home | History | Annotate | Download | only in gm

Lines Matching full:style

4  * Use of this source code is governed by a BSD-style license that can be
27 SkPaint::Style style, SkPath::FillType fill,
35 paint.setStyle(style);
54 SkPaint::Style fStyle;
87 "Indicated Style, Fill and Linecaps, with stroke width 10";
108 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
109 if (0 < style) {
115 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
130 canvas->drawText(gStyles[style].fName,
131 strlen(gStyles[style].fName),
168 SkPaint::Style style, SkPath::FillType fill,
176 paint.setStyle(style);
195 SkPaint::Style fStyle;
229 "Indicated Style, Fill and Linecaps, with stroke width 10";
250 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
251 if (0 < style) {
257 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
272 canvas->drawText(gStyles[style].fName,
273 strlen(gStyles[style].fName),