Lines Matching refs:style
4 * Use of this source code is governed by a BSD-style license that can be
38 const GrStyle& style,
45 GrStyledShape shape(path, style);
46 if (shape.style().applies()) {
80 GrStyle style = GrStyle(SkStrokeRec::kFill_InitStyle)) {
100 draw_path(dContext.get(), sdc.get(), path, pathRenderer.get(), aaType, style);
123 draw_path(dContext.get(), sdc.get(), path, pathRenderer.get(), aaType, style, scaleX);
129 draw_path(dContext.get(), sdc.get(), path, pathRenderer.get(), aaType, style);
145 // Test with a style that alters the path geometry. This needs to attach the invalidation logic
146 // to the original path, not the modified path produced by the style.
150 GrStyle style(paint);
152 style);
168 // Test with a style that alters the path geometry. This needs to attach the invalidation logic
169 // to the original path, not the modified path produced by the style.
173 GrStyle style(paint);
175 GrAAType::kCoverage, style);