Home
last modified time | relevance | path

Searched refs:point_dst (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/arithmetic/
H A Darithmetic.hpp56 inline void apply(PointDst& point_dst) const in apply()
58 set<Index>(point_dst, in apply()
66 >()(get<Index>(point_dst), m_value)); in apply()
80 inline void apply(PointDst& point_dst) const in apply()
82 set<Index>(point_dst, in apply()
90 >()(get<Index>(point_dst), get<Index>(m_point_src))); in apply()
105 inline void apply(PointDst& point_dst) const in apply()
107 set<Index>(point_dst, m_value); in apply()
121 inline void apply(PointDst& point_dst) const in apply()
123 set<Index>(point_dst, get<Index>(m_point_src)); in apply()
/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() argument
709 point_dst->col = (point_src->col * mat[0] + point_src->row * mat[1] + mat[2]) / D; in map_point()
710 point_dst->row = (point_src->col * mat[3] + point_src->row * mat[4] + mat[5]) / D; in map_point()