Searched defs:isStroke (Results 1 – 3 of 3) sorted by relevance
134 bool isStroke() const { return fStroke.has_value(); } in isStroke() function
115 void SkPaint::setStroke(bool isStroke) { in setStroke()
222 bool isStroke = params.isStroke(); in writeVertices() local