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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h1086 static double nsvg__atof(const char* s) function
1425 float val = nsvg__atof(str);
1433 float val = nsvg__atof(str);
1466 coord.value = nsvg__atof(buf);
1502 args[(*na)++] = (float)nsvg__atof(it);
2220 args[nargs++] = (float)nsvg__atof(item);
2477 args[nargs++] = (float)nsvg__atof(item);
2509 p->viewMinx = nsvg__atof(buf);
2513 p->viewMiny = nsvg__atof(buf);
2517 p->viewWidth = nsvg__atof(bu
[all...]

Completed in 84 milliseconds