/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()
|
/external/skia/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 | 52 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/ops/ |
D | GrDefaultPathRenderer.h | 30 void onStencilPath(const StencilPathArgs&) override;
|
D | GrStencilAndCoverPathRenderer.h | 35 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 | 668 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
|
/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/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()
|
/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()
|