Lines Matching refs:sdc
122 bool SoftwarePathRenderer::GetShapeAndClipBounds(SurfaceDrawContext* sdc, in GetShapeAndClipBounds() argument
131 : SkIRect::MakeWH(sdc->width(), sdc->height()); in GetShapeAndClipBounds()
147 void SoftwarePathRenderer::DrawNonAARect(SurfaceDrawContext* sdc, in DrawNonAARect() argument
154 sdc->stencilRect(clip, &userStencilSettings, std::move(paint), GrAA::kNo, in DrawNonAARect()
158 void SoftwarePathRenderer::DrawAroundInvPath(SurfaceDrawContext* sdc, in DrawAroundInvPath() argument
174 DrawNonAARect(sdc, GrPaint::Clone(paint), userStencilSettings, clip, in DrawAroundInvPath()
180 DrawNonAARect(sdc, GrPaint::Clone(paint), userStencilSettings, clip, in DrawAroundInvPath()
186 DrawNonAARect(sdc, GrPaint::Clone(paint), userStencilSettings, clip, in DrawAroundInvPath()
192 DrawNonAARect(sdc, std::move(paint), userStencilSettings, clip, in DrawAroundInvPath()
199 SurfaceDrawContext* sdc, in DrawToTargetWithShapeMask() argument
224 DrawNonAARect(sdc, std::move(paint), userStencilSettings, clip, SkMatrix::I(), in DrawToTargetWithShapeMask()