Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp114 const double s10_x = p1_x - p0_x; in get_line_intersection() local
119 const double denom = s10_x * s32_y - s32_x * s10_y; in get_line_intersection()
126 const double s_numer = s10_x * s02_y - s10_y * s02_x; in get_line_intersection()
138 *i_x = p0_x + (*i_t * s10_x); in get_line_intersection()