Home
last modified time | relevance | path

Searched refs:intPart (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h1091 long long intPart = 0, fracPart = 0; in nsvg__atof() local
1105 intPart = strtoll(cur, &end, 10); in nsvg__atof()
1107 res = (double)intPart; in nsvg__atof()