Searched defs:StencilPathArgs (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrPathRenderer.h179 struct StencilPathArgs { struct in class:GrPathRenderer
203 void stencilPath(const StencilPathArgs& args) {
266 virtual void onStencilPath(const StencilPathArgs& args) {
H A DGrPathRendering.h131 struct StencilPathArgs { struct in class:GrPathRendering
132 StencilPathArgs(bool useHWAA, function in struct:GrPathRendering::StencilPathArgs
150 void stencilPath(const StencilPathArgs& args, const GrPath* path) {
193 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;

Completed in 26 milliseconds