Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.cpp42 auto textTop = shapedText.top * size; in getIconQuad() local
45 auto textHeight = textBottom - textTop; in getIconQuad()
55 top = textTop + offsetY - padT; in getIconQuad()
57 bottom = textTop + offsetY + padB + height; in getIconQuad()