Searched refs:num_y (Results 1 – 1 of 1) sorted by relevance
1737 float num_x, num_y; in _attrParsePolygonPoints() local1738 while (_parseNumber(&str, nullptr, &num_x) && _parseNumber(&str, nullptr, &num_y)) { in _attrParsePolygonPoints()1740 polygon->pts.push(num_y); in _attrParsePolygonPoints()