Lines Matching refs:nargs
2188 int nargs; in nsvg__parsePath() local
2213 nargs = 0; in nsvg__parsePath()
2219 if (nargs < 10) in nsvg__parsePath()
2220 args[nargs++] = (float)nsvg__atof(item); in nsvg__parsePath()
2221 if (nargs >= rargs) { in nsvg__parsePath()
2269 if (nargs >= 2) { in nsvg__parsePath()
2270 cpx = args[nargs-2]; in nsvg__parsePath()
2271 cpy = args[nargs-1]; in nsvg__parsePath()
2276 nargs = 0; in nsvg__parsePath()
2288 nargs = 0; in nsvg__parsePath()
2303 nargs = 0; in nsvg__parsePath()
2465 int nargs, npts = 0; in nsvg__parsePoly() local
2474 nargs = 0; in nsvg__parsePoly()
2477 args[nargs++] = (float)nsvg__atof(item); in nsvg__parsePoly()
2478 if (nargs >= 2) { in nsvg__parsePoly()
2483 nargs = 0; in nsvg__parsePoly()