Searched refs:nsvg__atof (Results 1 – 1 of 1) sorted by relevance
1086 static double nsvg__atof(const char* s) in nsvg__atof() function1425 float val = nsvg__atof(str); in nsvg__parseOpacity()1433 float val = nsvg__atof(str); in nsvg__parseMiterLimit()1466 coord.value = nsvg__atof(buf); in nsvg__parseCoordinateRaw()1502 args[(*na)++] = (float)nsvg__atof(it); in nsvg__parseTransformArgs()2220 args[nargs++] = (float)nsvg__atof(item); in nsvg__parsePath()2477 args[nargs++] = (float)nsvg__atof(item); in nsvg__parsePoly()2509 p->viewMinx = nsvg__atof(buf); in nsvg__parseSVG()2513 p->viewMiny = nsvg__atof(buf); in nsvg__parseSVG()2517 p->viewWidth = nsvg__atof(buf); in nsvg__parseSVG()[all …]