Home | History | Annotate | Download | only in gm

Lines Matching refs:style

4  * Use of this source code is governed by a BSD-style license that can be
31 SkPaint::Style style, SkPath::FillType fill,
39 paint.setStyle(style);
58 SkPaint::Style fStyle;
92 "Indicated Style, Fill and Linecaps, with stroke width 10";
113 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
114 if (0 < style) {
120 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
135 canvas->drawText(gStyles[style].fName,
136 strlen(gStyles[style].fName),
177 SkPaint::Style style, SkPath::FillType fill,
185 paint.setStyle(style);
204 SkPaint::Style fStyle;
239 "Indicated Style, Fill and Linecaps, with stroke width 10";
260 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
261 if (0 < style) {
267 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
282 canvas->drawText(gStyles[style].fName,
283 strlen(gStyles[style].fName),