Lines Matching refs:style
4 * Use of this source code is governed by a BSD-style license that can be
128 SkPaint::Style style, SkPathFillType fill,
136 paint.setStyle(style);
207 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
208 if (0 < style) {
214 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
227 canvas->drawString(gStyles[style].fName, 0, rect.height() + 12, font, labelPaint);
247 SkPaint::Style style, SkPathFillType fill,
255 paint.setStyle(style);
327 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
328 if (0 < style) {
334 gCaps[cap].fCap, gCaps[cap].fJoin, gStyles[style].fStyle,
348 canvas->drawString(gStyles[style].fName, 0, rect.height() + 12, font, labelPaint);