Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_atlas.hpp17 Rect<uint16_t> textureRect; member in mbgl::ImagePosition
21 textureRect.x, in tl()
22 textureRect.y in tl()
28 static_cast<uint16_t>(textureRect.x + textureRect.w), in br()
29 static_cast<uint16_t>(textureRect.y + textureRect.h) in br()
35 textureRect.w / pixelRatio, in displaySize()
36 textureRect.h / pixelRatio, in displaySize()
H A Dimage_atlas.cpp11 textureRect( in ImagePosition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.cpp84 Rect<uint16_t> textureRect { in getIconQuad() local
85 static_cast<uint16_t>(image.textureRect.x - border), in getIconQuad()
86 static_cast<uint16_t>(image.textureRect.y - border), in getIconQuad()
87 static_cast<uint16_t>(image.textureRect.w + border * 2), in getIconQuad()
88 static_cast<uint16_t>(image.textureRect.h + border * 2) in getIconQuad()
91 return SymbolQuad { tl, tr, bl, br, textureRect, shapedText.writingMode, { 0.0f, 0.0f } }; in getIconQuad()