Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dtypes.cpp38 MBGL_DEFINE_ENUM(RotateAnchorType, {
39 { RotateAnchorType::Map, "map" },
40 { RotateAnchorType::Viewport, "viewport" },
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dtypes.hpp56 enum class RotateAnchorType : bool { enum