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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp130 struct UnbrokenSpanPosition { struct in class:Inkscape::Text::Layout::Calculator
137 inline bool operator== (UnbrokenSpanPosition const &other) const
139 inline bool operator!= (UnbrokenSpanPosition const &other) const
147 UnbrokenSpanPosition start;
148 UnbrokenSpanPosition end; // the end of this will always be the same as the start of the next
246 bool _findChunksForLine(ParagraphInfo const &para, UnbrokenSpanPosition *start_span_pos,
250 UnbrokenSpanPosition const &span_pos)
256 UnbrokenSpanPosition const &start_span_pos,
923 void Layout::Calculator::UnbrokenSpanPosition::increment()
1457 UnbrokenSpanPosition *start_span_po
[all...]

Completed in 24 milliseconds