Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_parser.cpp46 uint16_t getUInt16(const JSValue& value, const char* name, const uint16_t def = 0) { in getUInt16() function
106 const uint16_t x = getUInt16(value, "x", 0); in parseSprite()
107 const uint16_t y = getUInt16(value, "y", 0); in parseSprite()
108 const uint16_t width = getUInt16(value, "width", 0); in parseSprite()
109 const uint16_t height = getUInt16(value, "height", 0); in parseSprite()