Lines Matching refs:canDrawArgs
427 PathRenderer::CanDrawPathArgs canDrawArgs;
428 canDrawArgs.fCaps = fContext->priv().caps();
429 canDrawArgs.fProxy = fSDC->asRenderTargetProxy();
430 canDrawArgs.fClipConservativeBounds = &fClip.fixedClip().scissorRect();
431 canDrawArgs.fViewMatrix = &matrix;
432 canDrawArgs.fShape = &shape;
433 canDrawArgs.fPaint = nullptr;
434 canDrawArgs.fSurfaceProps = &fSDC->surfaceProps();
435 canDrawArgs.fAAType = pathAAType;
436 canDrawArgs.fHasUserStencilSettings = false;
439 canDrawArgs, false, PathRendererChain::DrawType::kStencil, &stencilSupport);