Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.cpp114 const Point<double> endPoint = Projection::project(latLng, state.scale); in easeTo() local
138 Point<double> framePoint = util::interpolate(startPoint, endPoint, t); in easeTo()
180 const Point<double> endPoint = Projection::project(latLng, state.scale); in flyTo() local
206 double u1 = ::hypot((endPoint - startPoint).x, (endPoint - startPoint).y); in flyTo()
292 Point<double> framePoint = util::interpolate(startPoint, endPoint, us); in flyTo()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c1456 SppPointRec corner, otherCorner, center, endPoint, poly[5]; in miArcCap() local
1479 endPoint = center; in miArcCap()
1480 endPoint.x = endPoint.x + 100; in miArcCap()
1481 miRoundCap(pDraw, pGC, center, endPoint, corner, otherCorner, 0, in miArcCap()