Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLPath.h40 bool shouldFill() const { return fShouldFill; } in shouldFill() function
DGrGLPathRendering.cpp106 if (glPath->shouldFill()) { in onStencilPath()
133 if (glPath->shouldFill()) { in onDrawPath()