Lines Matching refs:Style
4 * Use of this source code is governed by a BSD-style license that can be
141 SkPaint::Style style, SkPath::FillType fill,
149 paint.setStyle(style);
168 SkPaint::Style fStyle;
203 "Indicated Style, Fill and Linecaps, with stroke width 10";
224 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
225 if (0 < style) {
231 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
246 canvas->drawText(gStyles[style].fName,
247 strlen(gStyles[style].fName),
285 SkPaint::Style style, SkPath::FillType fill,
293 paint.setStyle(style);
312 SkPaint::Style fStyle;
348 "Indicated Style, Fill and Linecaps, with stroke width 10";
369 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
370 if (0 < style) {
376 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
391 canvas->drawText(gStyles[style].fName,
392 strlen(gStyles[style].fName),