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

/inkscape/src/libnrtype/
H A DLayout-TNG-OutIter.cpp882 Direction old_span_direction; local
887 old_span_direction = _parent_layout->_spans[old_span_index].direction;
892 if (old_span_direction != para_direction
898 if (direction == old_span_direction) {
906 if (old_span_direction != _parent_layout->_spans[new_span_index].direction) {
913 if (old_span_direction == para_direction)
924 if (_parent_layout->_spans[new_span_index].direction == old_span_direction) {
933 if (_parent_layout->_spans[new_span_index].direction == old_span_direction) {
942 if (para_direction == old_span_direction)
948 && para_direction == old_span_direction)
[all...]

Completed in 18 milliseconds