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 66 StencilSupport getStencilSupport(const SkPath& path, const GrStrokeInfo& stroke) const {
146 * Draws the path into the draw target. If getStencilSupport() would return kNoRestriction then
164 kNoRestriction_StencilSupport == this->getStencilSupport(*args.fPath,
205 SkASSERT(kNoSupport_StencilSupport != this->getStencilSupport(*args.fPath, *args.fStroke));
GrPathRendererChain.cpp 81 fChain[i]->getStencilSupport(*args.fPath, *args.fStroke);

Completed in 1392 milliseconds