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 62 StencilSupport getStencilSupport(const GrShape& shape) const {
144 * Draws the path into the draw target. If getStencilSupport() would return kNoRestriction then
166 SkASSERT(kNoRestriction_StencilSupport == this->getStencilSupport(*args.fShape));
209 SkASSERT(kNoSupport_StencilSupport != this->getStencilSupport(*args.fShape));
GrPathRendererChain.cpp 102 GrPathRenderer::StencilSupport support = fChain[i]->getStencilSupport(*args.fShape);

Completed in 188 milliseconds