Home
last modified time | relevance | path

Searched refs:shouldStroke (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp124 if (glPath->shouldStroke()) { in onStencilPath()
142 if (glPath->shouldStroke()) { in onDrawPath()
173 if (glPathRange->shouldStroke()) { in onDrawPaths()
DGrGLPathRange.h45 bool shouldStroke() const { return fShouldStroke; } in shouldStroke() function
DGrGLPath.h39 bool shouldStroke() const { return fShouldStroke; } in shouldStroke() function