Lines Matching refs:fStyle
50 GrShape(const SkPath& path, const GrStyle& style) : fStyle(style) { in GrShape()
55 GrShape(const SkRRect& rrect, const GrStyle& style) : fStyle(style) { in GrShape()
66 : fStyle(style) { in GrShape()
84 GrShape(const SkRect& rect, const GrStyle& style) : fStyle(style) { in GrShape()
93 GrShape(const SkPath& path, const SkPaint& paint) : fStyle(paint) { in GrShape()
98 GrShape(const SkRRect& rrect, const SkPaint& paint) : fStyle(paint) { in GrShape()
102 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, fStyle.hasPathEffect(), in GrShape()
107 GrShape(const SkRect& rect, const SkPaint& paint) : fStyle(paint) { in GrShape()
111 fRRectData.fStart = DefaultRectDirAndStartIndex(rect, fStyle.hasPathEffect(), in GrShape()
143 const GrStyle& style() const { return fStyle; } in style()
223 fStyle.isSimpleFill()); in asPath()
325 fStyle.isSimpleFill()); in knownToBeConvex()
600 GrStyle fStyle; variable