Home
last modified time | relevance | path

Searched refs:best_x_range (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DLayout-TNG-OutIter.cpp171 double best_x_range = DBL_MAX; in getNearestCursorPositionTo() local
188 if (this_y_range < best_y_range) best_x_range = DBL_MAX; in getNearestCursorPositionTo()
196 if (this_x_range < best_x_range) { in getNearestCursorPositionTo()
198 best_x_range = this_x_range; in getNearestCursorPositionTo()