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
99 // 0(may use hairline rendering), 10(common case for stroke-style)
114 // For stroke style painter
133 // For stroke-and-fill style painter and fill style painter
134 static const SkPaint::Style kStyles[] = {
141 for (int style = 0; style < kNumExtraStyles; ++style) {
142 paint.setStyle(kStyles[style]);