Lines Matching refs:sdc
219 skgpu::v1::SurfaceDrawContext* sdc) const {
247 sdc->recordingContext(), sdc, clip, runPaint, strikeToDevice, shape);
263 GrBlurUtils::drawShapeWithMaskFilter(sdc->recordingContext(), sdc, clip, runPaint,
479 skgpu::v1::SurfaceDrawContext* sdc,
601 skgpu::v1::SurfaceDrawContext* sdc) const{
603 clip, viewMatrix, glyphRunList.origin(), paint, sdc, nullptr);
605 sdc->addDrawOp(drawingClip, std::move(op));
656 skgpu::v1::SurfaceDrawContext* sdc,
666 const SkRect deviceBounds = SkRect::MakeWH(sdc->width(), sdc->height());
687 calculate_colors(sdc, paint, viewMatrix, fMaskFormat, &grPaint);
695 sdc->arenaAlloc());
697 GrRecordingContext* const rContext = sdc->recordingContext();
956 skgpu::v1::SurfaceDrawContext* sdc) const {
958 clip, viewMatrix, glyphRunList.origin(), paint, sdc, nullptr);
960 sdc->addDrawOp(drawingClip, std::move(op));
969 skgpu::v1::SurfaceDrawContext* sdc,
976 SkPMColor4f drawingColor = calculate_colors(sdc, paint, viewMatrix, fMaskFormat, &grPaint);
984 sdc->arenaAlloc());
986 GrRecordingContext* const rContext = sdc->recordingContext();
1233 skgpu::v1::SurfaceDrawContext* sdc) const {
1235 clip, viewMatrix, glyphRunList.origin(), paint, sdc, nullptr);
1237 sdc->addDrawOp(drawingClip, std::move(op));
1242 const skgpu::v1::SurfaceDrawContext& sdc,
1246 const GrColorInfo& colorInfo = sdc.colorInfo();
1247 const SkSurfaceProps& props = sdc.surfaceProps();
1274 skgpu::v1::SurfaceDrawContext* sdc,
1282 SkPMColor4f drawingColor = calculate_colors(sdc, paint, viewMatrix, fMaskFormat, &grPaint);
1285 calculate_sdf_parameters(*sdc, drawMatrix, fUseLCDText, fAntiAliased);
1293 sdc->arenaAlloc());
1295 GrRecordingContext* const rContext = sdc->recordingContext();
1790 skgpu::v1::SurfaceDrawContext* sdc,
1799 const SkRect deviceBounds = SkRect::MakeWH(sdc->width(), sdc->height());
1820 calculate_colors(sdc, paint, viewMatrix, fMaskFormat, &grPaint);
1822 GrRecordingContext* const rContext = sdc->recordingContext();
2010 skgpu::v1::SurfaceDrawContext* sdc,
2017 SkPMColor4f drawingColor = calculate_colors(sdc, paint, viewMatrix, fMaskFormat, &grPaint);
2031 GrRecordingContext* rContext = sdc->recordingContext();
2250 skgpu::v1::SurfaceDrawContext* sdc,
2257 SkPMColor4f drawingColor = calculate_colors(sdc, paint, viewMatrix, fMaskFormat, &grPaint);
2260 calculate_sdf_parameters(*sdc, drawMatrix, fUseLCDText, fAntiAliased);
2272 GrRecordingContext* rContext = sdc->recordingContext();
2327 GrSubRunNoCachePainter::GrSubRunNoCachePainter(skgpu::v1::SurfaceDrawContext* sdc,
2333 : fSDC{sdc}