Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunitbezier.hpp36 constexpr UnitBezier(double p1x, double p1y, double p2x, double p2y) in UnitBezier()
38 , bx(3.0 * (p2x - p1x) - (3.0 * p1x)) in UnitBezier()
39 , ax(1.0 - (3.0 * p1x) - (3.0 * (p2x - p1x) - (3.0 * p1x))) in UnitBezier()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/transform/
H A Dmatrix_transformers.hpp101 ct p2x = c1 * qvm::A<0,0>(m_matrix) + c2 * qvm::A<0,1>(m_matrix) + qvm::A<0,2>(m_matrix); in apply() local
105 set<0>(p2, boost::numeric_cast<ct2>(p2x)); in apply()