Lines Matching refs:sdc
259 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas);
260 if (!sdc) {
265 sdc->clear(SK_PMColor4fBLACK);
268 sdc->addDrawOp(ClockwiseTestOp::Make(rContext, false, 0));
269 sdc->addDrawOp(ClockwiseTestOp::Make(rContext, true, 100));
272 GrColorType sdcColorType = sdc->colorInfo().colorType();
280 sdc->drawTexture(nullptr,
282 sdc->colorInfo().alphaType(),
304 sdc->drawTexture(nullptr,
306 sdc->colorInfo().alphaType(),