Lines Matching refs:style
4 * Use of this source code is governed by a BSD-style license that can be
79 if (!shape.style().isSimpleFill() || shape.inverseFilled()) {
91 shape.style().hasPathEffect() ||
93 shape.style().strokeRec().getStyle() == SkStrokeRec::kStrokeAndFill_Style ||
97 if (!shape.style().isSimpleFill()) {
105 if (!shape.style().isSimpleFill() || !shape.knownToBeConvex() || shape.inverseFilled()) {
127 if (!args.fShape->style().isSimpleFill()) {
129 const SkStrokeRec& stroke = args.fShape->style().strokeRec();
146 if (!args.fShape->style().isSimpleFill()) {
149 const SkStrokeRec& stroke = args.fShape->style().strokeRec();
197 SkASSERT(args.fShape->style().isSimpleFill()); // See onGetStencilSupport().