Lines Matching refs:nargs
2220 int nargs; in nsvg__parsePath() local
2245 nargs = 0; in nsvg__parsePath()
2251 if (nargs < 10) in nsvg__parsePath()
2252 args[nargs++] = (float)nsvg__atof(item); in nsvg__parsePath()
2253 if (nargs >= rargs) { in nsvg__parsePath()
2301 if (nargs >= 2) { in nsvg__parsePath()
2302 cpx = args[nargs-2]; in nsvg__parsePath()
2303 cpy = args[nargs-1]; in nsvg__parsePath()
2308 nargs = 0; in nsvg__parsePath()
2320 nargs = 0; in nsvg__parsePath()
2335 nargs = 0; in nsvg__parsePath()
2497 int nargs, npts = 0; in nsvg__parsePoly() local
2506 nargs = 0; in nsvg__parsePoly()
2509 args[nargs++] = (float)nsvg__atof(item); in nsvg__parsePoly()
2510 if (nargs >= 2) { in nsvg__parsePoly()
2515 nargs = 0; in nsvg__parsePoly()