Home
last modified time | relevance | path

Searched refs:dashheight (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.cpp41 const uint8_t dashheight = 2 * n + 1; in addDash() local
48 if (nextRow + dashheight > image.size.height) { in addDash()
120 nextRow += dashheight; in addDash()