Home
last modified time | relevance | path

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

/external/skia/src/svg/parser/
DSkSVGParser.cpp130 bool strokeSet = false; in isStrokeAndFill() local
133 if (strokeSet == false && walking->f_stroke.size() > 0) { in isStrokeAndFill()
136 strokeSet = true; in isStrokeAndFill()