Searched refs:StencilPathArgs (Results 1 – 21 of 21) sorted by relevance
/external/skqp/src/gpu/ |
D | GrPathRendering.h | 91 struct StencilPathArgs { struct 92 StencilPathArgs(bool useHWAA, in StencilPathArgs() function 110 void stencilPath(const StencilPathArgs& args, const GrPath* path); argument 122 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
|
D | GrPathRenderer.h | 140 struct StencilPathArgs { struct 141 SkDEBUGCODE(StencilPathArgs() { memset(this, 0, sizeof(*this)); }) // For validation. 158 void stencilPath(const StencilPathArgs& args) { in stencilPath() argument 200 virtual void onStencilPath(const StencilPathArgs&);
|
D | GrPathRenderer.cpp | 18 void GrPathRenderer::StencilPathArgs::validate() const { in validate() 101 void GrPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
|
D | GrPathRendering_none.cpp | 50 void GrGLPathRendering::onStencilPath(const StencilPathArgs&, const GrPath*) {} in onStencilPath() argument
|
D | GrPathRendering.cpp | 48 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath()
|
D | GrReducedClip.cpp | 915 GrPathRenderer::StencilPathArgs args; in drawStencilClipMask()
|
/external/skia/src/gpu/ |
D | GrPathRenderer.h | 146 struct StencilPathArgs { struct 147 SkDEBUGCODE(StencilPathArgs() { memset(this, 0, sizeof(*this)); }) // For validation. 164 void stencilPath(const StencilPathArgs& args) { in stencilPath() argument 205 virtual void onStencilPath(const StencilPathArgs&);
|
D | GrPathRenderer.cpp | 19 void GrPathRenderer::StencilPathArgs::validate() const { in validate() 98 void GrPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
|
D | GrStencilMaskHelper.cpp | 311 GrPathRenderer::StencilPathArgs args; in stencil_path()
|
D | GrSurfaceDrawContext.cpp | 938 GrPathRenderer::StencilPathArgs args; in stencilPath()
|
/external/skqp/src/gpu/ops/ |
D | GrDefaultPathRenderer.h | 30 void onStencilPath(const StencilPathArgs&) override;
|
D | GrStencilAndCoverPathRenderer.h | 36 void onStencilPath(const StencilPathArgs&) override;
|
D | GrStencilPathOp.cpp | 38 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fProxy, in onExecute()
|
D | GrStencilAndCoverPathRenderer.cpp | 80 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
|
D | GrDefaultPathRenderer.cpp | 669 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
|
/external/skia/src/gpu/ops/ |
D | GrDefaultPathRenderer.h | 32 void onStencilPath(const StencilPathArgs&) override;
|
D | GrDefaultPathRenderer.cpp | 728 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
|
/external/skia/src/gpu/tessellate/ |
D | GrTessellationPathRenderer.h | 56 void onStencilPath(const StencilPathArgs&) override;
|
D | GrTessellationPathRenderer.cpp | 358 void GrTessellationPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
|
/external/skqp/src/gpu/gl/ |
D | GrGLPathRendering.h | 67 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
|
D | GrGLPathRendering.cpp | 86 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath()
|