Home
last modified time | relevance | path

Searched defs:prefix_linestring (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/detail/
H A Dprefix.hpp40 struct prefix_linestring struct
42 static inline const char* apply() { return "LINESTRING"; } in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/svg/
H A Dwrite.hpp190 struct prefix_linestring struct
192 static inline const char* prefix() { return "polyline"; } in prefix()
193 static inline const char* style() { return ";fill:none"; } in style()