Lines Matching defs:shape
41 inline bool single_pass_shape(const GrStyledShape& shape) {
46 if (shape.inverseFilled()) {
52 if (shape.style().isSimpleFill()) {
53 return shape.knownToBeConvex();
624 const GrStyledShape& shape,
630 shape.asPath(&path);
635 if (GrIsStrokeHairlineOrEquivalent(shape.style(), viewMatrix, &hairlineCoverage)) {
639 SkASSERT(shape.style().isSimpleFill());
656 if (single_pass_shape(shape)) {
765 DefaultPathRenderer::onGetStencilSupport(const GrStyledShape& shape) const {
766 if (single_pass_shape(shape)) {