Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dexception.hpp13 struct SpriteImageException : Exception { struct
14 SpriteImageException(const char *msg) : Exception(msg) {} in SpriteImageException() argument
15 SpriteImageException(const std::string &msg) : Exception(msg) {} in SpriteImageException() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dimage_impl.cpp17 throw util::SpriteImageException("Sprite image dimensions may not be zero"); in Impl()
19 throw util::SpriteImageException("Sprite pixelRatio may not be <= 0"); in Impl()