Home
last modified time | relevance | path

Searched refs:canDrawArgs (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp922 PathRenderer::CanDrawPathArgs canDrawArgs; in stencilPath() local
923 canDrawArgs.fCaps = fContext->priv().caps(); in stencilPath()
924 canDrawArgs.fProxy = this->asRenderTargetProxy(); in stencilPath()
925 canDrawArgs.fClipConservativeBounds = &clipBounds; in stencilPath()
926 canDrawArgs.fViewMatrix = &viewMatrix; in stencilPath()
927 canDrawArgs.fShape = &shape; in stencilPath()
928 canDrawArgs.fPaint = nullptr; in stencilPath()
929 canDrawArgs.fSurfaceProps = &fSurfaceProps; in stencilPath()
930 canDrawArgs.fAAType = (doStencilMSAA == GrAA::kYes) ? GrAAType::kMSAA : GrAAType::kNone; in stencilPath()
931 canDrawArgs in stencilPath()
1627 PathRenderer::CanDrawPathArgs canDrawArgs; drawAndStencilPath() local
1803 PathRenderer::CanDrawPathArgs canDrawArgs; drawShapeUsingPathRenderer() local
[all...]
H A DStencilMaskHelper.cpp427 PathRenderer::CanDrawPathArgs canDrawArgs; in drawPath() local
428 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 in drawPath()
[all...]

Completed in 4 milliseconds