Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLPath.h40 bool shouldFill() const { return fShouldFill; } in shouldFill()
51 bool fShouldFill; variable
DGrGLPath.cpp279 fShouldFill = false; in GrGLPath()
317 fShouldFill = stroke.isFillStyle() || in GrGLPath()