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

/inkscape/src/libnrtype/
H A DLayout-TNG-OutIter.cpp22 Layout::iterator Layout::_cursorXOnLineToIterator(unsigned line_index, double local_x) const
33 double this_x_difference = fabs(_characters[char_index].x + _characters[char_index].span(this).x_start + _characters[char_index].chunk(this).left_x - local_x);
42 if (char_index == 0) this_x_difference = fabs(_spans.front().x_end + _chunks.front().left_x - local_x);
43 else this_x_difference = fabs(_characters[char_index - 1].span(this).x_end + _characters[char_index - 1].chunk(this).left_x - local_x);
85 double local_x = x; local
90 local_x = const_cast<Path*>(_path_fitted)->PositionToLength(position.piece, position.t);
91 return _cursorXOnLineToIterator(0, local_x + _chunks.front().left_x);
95 local_x = y;
108 if ( local_x >= _chunks[_spans[span_index].in_chunk].left_x + span_left
109 && local_x <
[all...]
H A DLayout-TNG.h912 iterator _cursorXOnLineToIterator(unsigned line_index, double local_x) const;

Completed in 20 milliseconds