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

/inkscape/src/libnrtype/
H A DLayout-TNG-OutIter.cpp139 double this_x_range; local
141 this_x_range = _chunks[chunk_index].left_x - local_y;
143 this_x_range = local_x - (_chunks[chunk_index].left_x + chunk_width);
145 this_x_range = 0.0;
146 if (this_x_range < best_x_range) {
148 best_x_range = this_x_range;

Completed in 16 milliseconds