Home
last modified time | relevance | path

Searched refs:onGetStencilSupport (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DTessellationPathRenderer.h29 StencilSupport onGetStencilSupport(const GrStyledShape&) const override;
H A DDefaultPathRenderer.h26 StencilSupport onGetStencilSupport(const GrStyledShape&) const override;
H A DDashLinePathRenderer.h26 StencilSupport onGetStencilSupport(const GrStyledShape&) const override {
H A DSmallPathRenderer.h24 StencilSupport onGetStencilSupport(const GrStyledShape&) const override {
H A DTriangulatingPathRenderer.h31 StencilSupport onGetStencilSupport(const GrStyledShape&) const override {
H A DSoftwarePathRenderer.h67 StencilSupport onGetStencilSupport(const GrStyledShape&) const override {
H A DAtlasPathRenderer.h56 StencilSupport onGetStencilSupport(const GrStyledShape&) const override {
H A DTessellationPathRenderer.cpp77 PathRenderer::StencilSupport TessellationPathRenderer::onGetStencilSupport( in onGetStencilSupport() function in skgpu::v1::TessellationPathRenderer
147 SkASSERT(!path.isInverseFillType()); // See onGetStencilSupport(). in onDrawPath()
180 SkASSERT(args.fUserStencilSettings->isUnused()); // See onGetStencilSupport(). in onDrawPath()
197 SkASSERT(args.fShape->style().isSimpleFill()); // See onGetStencilSupport(). in onStencilPath()
198 SkASSERT(!args.fShape->inverseFilled()); // See onGetStencilSupport(). in onStencilPath()
H A DDefaultPathRenderer.cpp765 DefaultPathRenderer::onGetStencilSupport(const GrStyledShape& shape) const { in onGetStencilSupport() function in skgpu::v1::DefaultPathRenderer
/third_party/skia/src/gpu/v1/
H A DPathRenderer.h185 virtual StencilSupport onGetStencilSupport(const GrStyledShape&) const { in onGetStencilSupport() function in skgpu::v1::PathRenderer
201 * kStencilOnly in onGetStencilSupport().
H A DPathRenderer.cpp44 return this->onGetStencilSupport(shape); in getStencilSupport()

Completed in 4 milliseconds