Searched defs:actual_length (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp1826 double actual_length = _flow.getActualLength(); local
1827 double difference = _flow.textLength.computed - actual_length;
1828 _flow.textLengthMultiplier = (actual_length + difference) / actual_length;

Completed in 21 milliseconds