Lines Matching defs:paint
68 GrPaint&& paint,
76 return Helper::FactoryHelper<FillRectOpImpl>(context, std::move(paint), aaType, quad,
103 // Conservatively keep track of the local coordinates; it may be that the paint doesn't
104 // need them after analysis is finished. If the paint is known to be solid up front they
163 // Most SkShaders' FPs multiply their calculated color by the paint color or alpha. We want
467 GrPaint&& paint,
472 return FillRectOpImpl::Make(context, std::move(paint), aaType, std::move(quad), stencil,
477 GrPaint&& paint,
482 return FillRectOpImpl::Make(context, std::move(paint), GrAAType::kNone, &quad, stencil,
487 GrPaint&& paint,
500 paint.setColor4f(quads[0].fColor);
501 GrOp::Owner op = FillRectOp::Make(context, std::move(paint), aaType,
529 GrPaint&& paint,
541 GrOp::Owner op = MakeOp(context, GrPaint::Clone(paint), aaType, viewMatrix,
588 return skgpu::v1::FillRectOp::Make(context, std::move(paint), aaType, &quad, stencil);
594 return skgpu::v1::FillRectOp::Make(context, std::move(paint), aaType, &quad, stencil);
599 return skgpu::v1::FillRectOp::Make(context, std::move(paint), aaType, &quad, stencil);