Lines Matching refs:style
5 * Use of this source code is governed by a BSD-style license that can be
32 SkPaint::Style style,
38 paint.setStyle(style);
57 SkPaint::Style fStyle;
71 const char title[] = "Empty Paths Drawn Into Rectangle Clips With Indicated Style and Fill";
83 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
98 gStyles[style].fStyle, gFills[fill].fFill);
108 label.appendf("%s, %s", gStyles[style].fName, gFills[fill].fName);