Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dline_string.hpp12 struct line_string : Cont<point<T> > struct
20 line_string(Args&&... args) : container_type(std::forward<Args>(args)...) {} in line_string() function
21 line_string(std::initializer_list<point_type> args) in line_string() function
H A Dmulti_line_string.hpp12 struct multi_line_string : Cont<line_string<T>>
15 using line_string_type = line_string<T>;
H A Dgeometry.hpp23 line_string<T>,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson.hpp14 using line_string = mapbox::geometry::line_string<double>; typedef
H A Dgeojson_impl.hpp82 return geometry{ convert<line_string>(json_coords) }; in convert()
269 const char * operator()(const line_string&) { in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtile.hpp131 mapbox::geometry::line_string<int16_t> transform(const vt_line_string& line) { in transform()
132 mapbox::geometry::line_string<int16_t> result; in transform()
H A Dconvert.hpp26 vt_line_string operator()(const geometry::line_string<double>& points) { in operator ()()
H A Dtypes.hpp109 struct vt_geometry_type<geometry::line_string<double>> {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeometry.hpp20 using LineString = mapbox::geometry::line_string<T>;
H A Dgeo.hpp21 using ScreenLineString = mapbox::geometry::line_string<double>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.hpp97 GeometryCollection operator()(const mapbox::geometry::line_string<int16_t>& geom) const { in operator ()()
/OK3568_Linux_fs/kernel/tools/bpf/
H A Dbpf_dbg.c1212 static int cmd_disassemble(char *line_string) in cmd_disassemble() argument
1219 if (strlen(line_string) > 0 && in cmd_disassemble()
1220 (line = strtoul(line_string, NULL, 10)) < bpf_prog_len) in cmd_disassemble()