Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/svg/
H A Dsvg_mapper.hpp412 svg_point_type map_point; in text() local
413 transform(point, map_point, *m_matrix); in text()
416 << " x=\"" << get<0>(map_point) + offset_x << "\"" in text()
417 << " y=\"" << get<1>(map_point) + offset_y << "\"" in text()
435 << "<tspan x=\"" << get<0>(map_point) + offset_x in text()
437 << " y=\"" << get<1>(map_point) + offset_y in text()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/
H A Dorb_algos.cpp703 void map_point(double mat[9], point_t* point_src, point_t* point_dst) in map_point() function
720 map_point(homography, &src, &dst); in map_rect()
726 map_point(homography, &src, &dst); in map_rect()