HomeSort by relevance Sort by last modified time
    Searched refs:getStencilSupport (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrPathRenderer.h 84 StencilSupport getStencilSupport(const SkPath& path,
108 * Draws the path into the draw target. If getStencilSupport() would return kNoRestriction then
122 kNoRestriction_StencilSupport == this->getStencilSupport(path, stroke, target));
135 GrAssert(kNoSupport_StencilSupport != this->getStencilSupport(path, stroke, target));
GrPathRendererChain.cpp 64 GrPathRenderer::StencilSupport support = fChain[i]->getStencilSupport(path,

Completed in 131 milliseconds