OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStencilSupport
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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
123
kNoRestriction_StencilSupport == this->
getStencilSupport
(path, stroke, target));
137
SkASSERT(kNoSupport_StencilSupport != this->
getStencilSupport
(path, stroke, target));
GrPathRendererChain.cpp
63
GrPathRenderer::StencilSupport support = fChain[i]->
getStencilSupport
(path,
Completed in 69 milliseconds