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

/inkscape/src/libnrtype/
H A DLayout-TNG-Input.cpp85 void Layout::_copyInputVector(std::vector<SVGLength> const &input_vector, unsigned input_offset, std::vector<SVGLength> *output_vector, size_t max_length) argument
89 output_vector->reserve(std::min(max_length, input_vector.size() - input_offset));
90 while (input_offset < input_vector.size() && max_length != 0) {
95 max_length--;
H A DLayout-TNG.h750 static void _copyInputVector(std::vector<SVGLength> const &input_vector, unsigned input_offset, std::vector<SVGLength> *output_vector, size_t max_length);
/inkscape/src/extension/param/
H A Dparameter.cpp112 gchar const * max_length = in_repr->attribute("max_length"); local
113 if (max_length != NULL) {
115 ps->setMaxLength(atoi(max_length));

Completed in 21 milliseconds