Searched refs:canDrawArgs (Results 1 – 2 of 2) sorted by relevance
427 PathRenderer::CanDrawPathArgs canDrawArgs; in drawPath() local428 canDrawArgs.fCaps = fContext->priv().caps(); in drawPath()429 canDrawArgs.fProxy = fSDC->asRenderTargetProxy(); in drawPath()430 canDrawArgs.fClipConservativeBounds = &fClip.fixedClip().scissorRect(); in drawPath()431 canDrawArgs.fViewMatrix = &matrix; in drawPath()432 canDrawArgs.fShape = &shape; in drawPath()433 canDrawArgs.fPaint = nullptr; in drawPath()434 canDrawArgs.fSurfaceProps = &fSDC->surfaceProps(); in drawPath()435 canDrawArgs.fAAType = pathAAType; in drawPath()436 canDrawArgs.fHasUserStencilSettings = false; in drawPath()[all …]
921 PathRenderer::CanDrawPathArgs canDrawArgs; in stencilPath() local922 canDrawArgs.fCaps = fContext->priv().caps(); in stencilPath()923 canDrawArgs.fProxy = this->asRenderTargetProxy(); in stencilPath()924 canDrawArgs.fClipConservativeBounds = &clipBounds; in stencilPath()925 canDrawArgs.fViewMatrix = &viewMatrix; in stencilPath()926 canDrawArgs.fShape = &shape; in stencilPath()927 canDrawArgs.fPaint = nullptr; in stencilPath()928 canDrawArgs.fSurfaceProps = &fSurfaceProps; in stencilPath()929 canDrawArgs.fAAType = (doStencilMSAA == GrAA::kYes) ? GrAAType::kMSAA : GrAAType::kNone; in stencilPath()930 canDrawArgs.fHasUserStencilSettings = false; in stencilPath()[all …]