Lines Matching +full:- +full:validation +full:- +full:settings
4 * Use of this source code is governed by a BSD-style license that can be
53 * Pixels partially covered by AA paths are affected by the stencil settings.
56 * which performs no color writes and writes a non-zero stencil value to pixels
70 * @param shape the shape that will be drawn. Must be simple fill styled and non-inverse
82 SkDEBUGCODE(CanDrawPathArgs() { memset(this, 0, sizeof(*this)); }) // For validation.
115 return this->onCanDrawPath(args); in canDrawPath()
143 * the subclass must respect the stencil settings.
150 SkDEBUGCODE(StencilPathArgs() { memset(this, 0, sizeof(*this)); }) // For validation.
165 * initialized to zero. The pixels inside the path will have non-zero stencil values afterwards.
169 SkASSERT(kNoSupport_StencilSupport != this->getStencilSupport(*args.fShape)); in stencilPath()
170 this->onStencilPath(args); in stencilPath()
175 // by devSize. Non-inverse path bounds will not necessarily be clipped to devSize.