Lines Matching defs:args
304 skgpu::v1::PathRenderer::DrawPathArgs args{rContext,
314 pr->drawPath(args);
324 skgpu::v1::PathRenderer::StencilPathArgs args;
325 args.fContext = rContext;
326 args.fSurfaceDrawContext = sdc;
327 args.fClip = &clip;
328 args.fClipConservativeBounds = &clip.scissorRect();
329 args.fViewMatrix = &matrix;
330 args.fShape = &shape;
331 args.fDoStencilMSAA = aa;
333 pr->stencilPath(args);