Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dline_atlas.cpp99 float distMiddle = n ? (float)y / n * (halfWidth + 1) : 0; in addDash() local
101 float distEdge = halfWidth - fabs(distMiddle); in addDash()
104 signedDistance = halfWidth - sqrt(dist * dist + distMiddle * distMiddle); in addDash()