Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp130 const double t_numer = s32_x * s02_y - s32_y * s02_x; in get_line_intersection() local
131 if ((t_numer < 0.0) == denomPositive) in get_line_intersection()
134 if (((s_numer > denom) == denomPositive) || ((t_numer > denom) == denomPositive)) in get_line_intersection()
137 *i_t = t_numer / denom; in get_line_intersection()