Home
last modified time | relevance | path

Searched refs:fShouldFill (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLPathRange.h46 bool shouldFill() const { return fShouldFill; } in shouldFill()
62 bool fShouldFill; variable
DGrGLPath.h40 bool shouldFill() const { return fShouldFill; } in shouldFill()
51 bool fShouldFill; variable
DGrGLPathRange.cpp45 fShouldFill = true; in init()
48 fShouldFill = fStroke.isFillStyle() || in init()
DGrGLPath.cpp270 fShouldFill = false; in GrGLPath()
309 fShouldFill = stroke->isFillStyle() || in GrGLPath()