Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLPath.h39 bool shouldStroke() const { return fShouldStroke; } in shouldStroke()
50 bool fShouldStroke; variable
DGrGLPath.cpp278 fShouldStroke = false; in GrGLPath()
316 fShouldStroke = stroke.needToApply(); in GrGLPath()
324 if (fShouldStroke) { in GrGLPath()