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
72 // 0(may use hairline rendering), 10(common case for stroke-style)
77 static const SkPaint::Style kStyle[] = {
97 // For stroke style painter and fill-and-stroke style painter
99 for (size_t style = 0; style < SK_ARRAY_COUNT(kStyle); ++style) {
109 paint.setStyle(kStyle[style]);
123 // For fill style painter