Home
last modified time | relevance | path

Searched defs:isStroke (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/graphite/
DDrawParams.h134 bool isStroke() const { return fStroke.has_value(); } in isStroke() function
/external/skia/src/core/
DSkPaint.cpp115 void SkPaint::setStroke(bool isStroke) { in setStroke()
/external/skia/src/gpu/graphite/render/
DCircularArcRenderStep.cpp222 bool isStroke = params.isStroke(); in writeVertices() local