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

/external/skia/include/gpu/
H A DGrPathRendererChain.h31 enum StencilSupport { enum in class:GrPathRendererChain
59 StencilSupport in GrPathRenderer.h. */
64 StencilSupport* stencilSupport);
/external/skia/src/gpu/
H A DGrPathRenderer.h68 typedef GrPathRendererChain::StencilSupport StencilSupport; typedef in class:GrPathRenderer
69 static const StencilSupport kNoSupport_StencilSupport =
71 static const StencilSupport kStencilOnly_StencilSupport =
73 static const StencilSupport kNoRestriction_StencilSupport =
84 StencilSupport getStencilSupport(const SkPath& path,
143 virtual StencilSupport onGetStencilSupport(const SkPath&,

Completed in 115 milliseconds