Searched refs:hasFill (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h439 char hasFill; member in struct:NSVGattrib
644 p->attr[0].hasFill = 1;
981 if (attr->hasFill == 0) {
983 } else if (attr->hasFill == 1) {
987 } else if (attr->hasFill == 2) {
1730 attr->hasFill = 0;
1732 attr->hasFill = 2;
1735 attr->hasFill = 1;

Completed in 45 milliseconds