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
30 SkPaint::Style style, SkPath::FillType fill,
38 paint.setStyle(style);
57 SkPaint::Style fStyle;
91 "Indicated Style, Fill and Linecaps, with stroke width 10";
112 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
113 if (0 < style) {
119 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
134 canvas->drawText(gStyles[style].fName,
135 strlen(gStyles[style].fName),
173 SkPaint::Style style, SkPath::FillType fill,
181 paint.setStyle(style);
200 SkPaint::Style fStyle;
235 "Indicated Style, Fill and Linecaps, with stroke width 10";
256 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
257 if (0 < style) {
263 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
278 canvas->drawText(gStyles[style].fName,
279 strlen(gStyles[style].fName),