Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp139 if (glPath->shouldFill()) { in onStencilPath()
164 if (glPath->shouldFill()) { in onDrawPath()
197 if (glPathRange->shouldFill()) { in onDrawPaths()
DGrGLPathRange.h45 bool shouldFill() const { return fShouldFill; } in shouldFill() function
DGrGLPath.h40 bool shouldFill() const { return fShouldFill; } in shouldFill() function