Home
last modified time | relevance | path

Searched refs:SegmentVector (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_static_data.hpp23 SegmentVector<BackgroundAttributes> tileTriangleSegments;
24 SegmentVector<DebugAttributes> tileBorderSegments;
25 SegmentVector<RasterAttributes> rasterSegments;
26 SegmentVector<ExtrusionTextureAttributes> extrusionTextureSegments;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dfill_bucket.hpp32 SegmentVector<FillAttributes> lineSegments;
33 SegmentVector<FillAttributes> triangleSegments;
H A Dsymbol_bucket.hpp90 SegmentVector<SymbolTextAttributes> segments;
106 SegmentVector<SymbolIconAttributes> segments;
119 SegmentVector<CollisionBoxProgram::Attributes> segments;
H A Ddebug_bucket.hpp36 SegmentVector<DebugAttributes> segments;
H A Dcircle_bucket.hpp30 SegmentVector<CircleAttributes> segments;
H A Draster_bucket.hpp35 SegmentVector<RasterAttributes> segments;
H A Dheatmap_bucket.hpp30 SegmentVector<HeatmapAttributes> segments;
H A Dfill_extrusion_bucket.hpp29 SegmentVector<FillExtrusionAttributes> triangleSegments;
H A Dhillshade_bucket.hpp50 SegmentVector<HillshadeAttributes> segments;
H A Dline_bucket.hpp36 SegmentVector<LineAttributes> segments;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dcollision_box_program.hpp68 const SegmentVector<Attributes>& segments, in draw()
147 const SegmentVector<Attributes>& segments, in draw()
H A Dsegment.hpp41 using SegmentVector = std::vector<Segment<Attributes>>; typedef
H A Dprogram.hpp77 const SegmentVector<Attributes>& segments, in draw()
H A Dsymbol_program.hpp315 const SegmentVector<Attributes>& segments, in draw()