Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLPathRange.h45 bool shouldFill() const { return fShouldFill; } in shouldFill()
61 bool fShouldFill; variable
DGrGLPath.h40 bool shouldFill() const { return fShouldFill; } in shouldFill()
51 bool fShouldFill; variable
DGrGLPathRange.cpp45 fShouldFill = true; in init()
48 fShouldFill = stroke.isFillStyle() || in init()
DGrGLPath.cpp279 fShouldFill = false; in GrGLPath()
317 fShouldFill = stroke.isFillStyle() || in GrGLPath()