Lines Matching refs:surfaceDrawContext
69 bool GrSoftwarePathRenderer::GetShapeAndClipBounds(GrSurfaceDrawContext* surfaceDrawContext, in GetShapeAndClipBounds() argument
78 : SkIRect::MakeWH(surfaceDrawContext->width(), in GetShapeAndClipBounds()
79 surfaceDrawContext->height()); in GetShapeAndClipBounds()
95 void GrSoftwarePathRenderer::DrawNonAARect(GrSurfaceDrawContext* surfaceDrawContext, in DrawNonAARect() argument
102 surfaceDrawContext->stencilRect(clip, &userStencilSettings, std::move(paint), GrAA::kNo, in DrawNonAARect()
106 void GrSoftwarePathRenderer::DrawAroundInvPath(GrSurfaceDrawContext* surfaceDrawContext, in DrawAroundInvPath() argument
122 DrawNonAARect(surfaceDrawContext, GrPaint::Clone(paint), userStencilSettings, clip, in DrawAroundInvPath()
128 DrawNonAARect(surfaceDrawContext, GrPaint::Clone(paint), userStencilSettings, clip, in DrawAroundInvPath()
134 DrawNonAARect(surfaceDrawContext, GrPaint::Clone(paint), userStencilSettings, clip, in DrawAroundInvPath()
140 DrawNonAARect(surfaceDrawContext, std::move(paint), userStencilSettings, clip, in DrawAroundInvPath()
147 GrSurfaceDrawContext* surfaceDrawContext, in DrawToTargetWithShapeMask() argument
172 DrawNonAARect(surfaceDrawContext, std::move(paint), userStencilSettings, clip, SkMatrix::I(), in DrawToTargetWithShapeMask()