Lines Matching refs:shape
78 const GrStyledShape& shape) const {
79 if (!shape.style().isSimpleFill() || shape.inverseFilled()) {
84 return shape.knownToBeConvex() ? kNoRestriction_StencilSupport : kStencilOnly_StencilSupport;
89 const GrStyledShape& shape = *args.fShape;
91 shape.style().hasPathEffect() ||
93 shape.style().strokeRec().getStyle() == SkStrokeRec::kStrokeAndFill_Style ||
97 if (!shape.style().isSimpleFill()) {
98 if (shape.inverseFilled()) {
105 if (!shape.style().isSimpleFill() || !shape.knownToBeConvex() || shape.inverseFilled()) {