Searched refs:points_count (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-text.cpp995 unsigned points_count = std::max(attributes.x.size(), attributes.y.size()); local
996 if (extend_zero_length && points_count < 1)
997 points_count = 1;
998 for (unsigned i = 0 ; i < points_count ; i++) {

Completed in 110 milliseconds