Lines Matching refs:shape
296 const GrStyledShape& shape,
311 &shape,
322 const GrStyledShape& shape,
330 args.fShape = &shape;
413 // This will be used to determine whether the clip shape can be rendered into the
424 GrStyledShape shape(*clipPath, GrStyle::SimpleFill());
425 SkASSERT(!shape.inverseFilled());
432 canDrawArgs.fShape = &shape;
451 &gDrawToStencil, matrix, shape, aa);
453 stencil_path(fContext, fSDC, pr, fClip.fixedClip(), matrix, shape, aa);
462 *pass, matrix, shape, aa);
472 bool StencilMaskHelper::drawShape(const GrShape& shape,
476 if (shape.isRect() && !shape.inverted()) {
477 this->drawRect(shape.rect(), matrix, op, aa);
481 shape.asPath(&p);