Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dattributes.hpp17 inline uint16_t packUint8Pair(T a, T b) { in packUint8Pair() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp37 static_cast<float>(mbgl::attributes::packUint8Pair(255 * color.r, 255 * color.g)), in attributeValue()
38 static_cast<float>(mbgl::attributes::packUint8Pair(255 * color.b, 255 * color.a)) in attributeValue()