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

/inkscape/src/libnrtype/
H A DLayout-TNG-OutIter.cpp119 int best_chunk_index = -1; local
149 best_chunk_index = chunk_index;
155 if (best_chunk_index == -1) return begin(); // never happens
156 return _cursorXOnLineToIterator(_chunks[best_chunk_index].in_line, local_x);

Completed in 41 milliseconds