Home | History | Annotate | Download | only in gm

Lines Matching full:style

5  * Use of this source code is governed by a BSD-style license that can be
29 SkPaint::Style style,
35 paint.setStyle(style);
54 SkPaint::Style fStyle;
69 "Indicated Style and Fill";
81 for (size_t style = 0; style < SK_ARRAY_COUNT(gStyles); ++style) {
96 gStyles[style].fStyle, gFills[fill].fFill);
110 canvas->drawText(gStyles[style].fName,
111 strlen(gStyles[style].fName),