Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h440 char hasStroke; member
998 if (attr->hasStroke == 0) { in nsvg__addShape()
1000 } else if (attr->hasStroke == 1) { in nsvg__addShape()
1004 } else if (attr->hasStroke == 2) { in nsvg__addShape()
1744 attr->hasStroke = 0; in nsvg__parseAttr()
1746 attr->hasStroke = 2; in nsvg__parseAttr()
1749 attr->hasStroke = 1; in nsvg__parseAttr()