Lines Matching refs:renderTargetContext
68 bool GrSoftwarePathRenderer::GetShapeAndClipBounds(GrRenderTargetContext* renderTargetContext, in GetShapeAndClipBounds() argument
76 clip.getConservativeBounds(renderTargetContext->width(), in GetShapeAndClipBounds()
77 renderTargetContext->height(), in GetShapeAndClipBounds()
94 void GrSoftwarePathRenderer::DrawNonAARect(GrRenderTargetContext* renderTargetContext, in DrawNonAARect() argument
101 GrContext* context = renderTargetContext->surfPriv().getContext(); in DrawNonAARect()
102 renderTargetContext->addDrawOp(clip, in DrawNonAARect()
108 void GrSoftwarePathRenderer::DrawAroundInvPath(GrRenderTargetContext* renderTargetContext, in DrawAroundInvPath() argument
124 DrawNonAARect(renderTargetContext, GrPaint::Clone(paint), userStencilSettings, clip, in DrawAroundInvPath()
130 DrawNonAARect(renderTargetContext, GrPaint::Clone(paint), userStencilSettings, clip, in DrawAroundInvPath()
136 DrawNonAARect(renderTargetContext, GrPaint::Clone(paint), userStencilSettings, clip, in DrawAroundInvPath()
142 DrawNonAARect(renderTargetContext, std::move(paint), userStencilSettings, clip, in DrawAroundInvPath()
149 GrRenderTargetContext* renderTargetContext, in DrawToTargetWithShapeMask() argument
171 DrawNonAARect(renderTargetContext, std::move(paint), userStencilSettings, clip, SkMatrix::I(), in DrawToTargetWithShapeMask()