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