| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qmapboxglstylechange.cpp | 75 QMapbox::Feature featureFromMapRectangle(QDeclarativeRectangleMapItem *mapItem) in featureFromMapRectangle() 88 return QMapbox::Feature(QMapbox::Feature::PolygonType, geometry, {}, getId(mapItem)); in featureFromMapRectangle() 91 QMapbox::Feature featureFromMapCircle(QDeclarativeCircleMapItem *mapItem) in featureFromMapCircle() 114 return QMapbox::Feature(QMapbox::Feature::PolygonType, geometry, {}, getId(mapItem)); in featureFromMapCircle() 132 QMapbox::Feature featureFromMapPolygon(QDeclarativePolygonMapItem *mapItem) in featureFromMapPolygon() 146 return QMapbox::Feature(QMapbox::Feature::PolygonType, geometry, {}, getId(mapItem)); in featureFromMapPolygon() 149 QMapbox::Feature featureFromMapPolyline(QDeclarativePolylineMapItem *mapItem) in featureFromMapPolyline() 163 return QMapbox::Feature(QMapbox::Feature::LineStringType, geometry, {}, getId(mapItem)); in featureFromMapPolyline() 166 QMapbox::Feature featureFromMapItem(QDeclarativeGeoMapItemBase *item) in featureFromMapItem() 179 return QMapbox::Feature(); in featureFromMapItem() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/ |
| H A D | renderer.hpp | 39 …std::vector<Feature> queryRenderedFeatures(const ScreenLineString&, const RenderedQueryOptions& op… 40 …std::vector<Feature> queryRenderedFeatures(const ScreenCoordinate& point, const RenderedQueryOptio… 41 …std::vector<Feature> queryRenderedFeatures(const ScreenBox& box, const RenderedQueryOptions& optio… 42 …std::vector<Feature> querySourceFeatures(const std::string& sourceID, const SourceQueryOptions& op… 45 AnnotationIDs getAnnotationIDs(const std::vector<Feature>&) const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | property_expression.hpp | 38 template <class Feature> 39 T evaluate(const Feature& feature, T finalDefaultValue) const { in evaluate() 50 template <class Feature> 51 T evaluate(float zoom, const Feature& feature, T finalDefaultValue) const { in evaluate() 89 template <class Feature> 90 Range<T> evaluate(const Range<float>& zoomRange, const Feature& feature, T finalDefaultValue) { in evaluate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | renderer_impl.hpp | 52 …std::vector<Feature> queryRenderedFeatures(const ScreenLineString&, const RenderedQueryOptions&) c… 53 …std::vector<Feature> querySourceFeatures(const std::string& sourceID, const SourceQueryOptions&) c… 54 std::vector<Feature> queryShapeAnnotations(const ScreenLineString&) const; 68 void queryRenderedSymbols(std::unordered_map<std::string, std::vector<Feature>>& resultsByLayer, 73 …std::vector<Feature> queryRenderedFeatures(const ScreenLineString&, const RenderedQueryOptions&, c…
|
| H A D | renderer.cpp | 36 std::vector<Feature> Renderer::queryRenderedFeatures(const ScreenLineString& geometry, const Render… in queryRenderedFeatures() 40 std::vector<Feature> Renderer::queryRenderedFeatures(const ScreenCoordinate& point, const RenderedQ… in queryRenderedFeatures() 44 std::vector<Feature> Renderer::queryRenderedFeatures(const ScreenBox& box, const RenderedQueryOptio… in queryRenderedFeatures() 75 AnnotationIDs Renderer::getAnnotationIDs(const std::vector<Feature>& features) const { in getAnnotationIDs() 89 std::vector<Feature> Renderer::querySourceFeatures(const std::string& sourceID, const SourceQueryOp… in querySourceFeatures()
|
| H A D | possibly_evaluated_property_value.hpp | 43 template <class Feature> 44 T evaluate(const Feature& feature, float zoom, T defaultValue) const { in evaluate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | expression.cpp | 11 const Feature& feature; 13 GeoJSONFeature(const Feature& feature_) : feature(feature_) {} in GeoJSONFeature() 31 EvaluationResult Expression::evaluate(optional<float> zoom, const Feature& feature, optional<double… in evaluate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qmapbox.cpp | 19 static_assert(mbgl::underlying_type(QMapbox::Feature::PointType) == mbgl::underlying_type(mbgl::Fea… 20 static_assert(mbgl::underlying_type(QMapbox::Feature::LineStringType) == mbgl::underlying_type(mbgl… 21 static_assert(mbgl::underlying_type(QMapbox::Feature::PolygonType) == mbgl::underlying_type(mbgl::F…
|
| H A D | qt_geojson.cpp | 130 mbgl::Feature asMapboxGLFeature(const QMapbox::Feature &feature) { in asMapboxGLFeature() 139 if (feature.type == QMapbox::Feature::PointType) { in asMapboxGLFeature() 146 } else if (feature.type == QMapbox::Feature::LineStringType) { in asMapboxGLFeature()
|
| H A D | qt_geojson.hpp | 25 mbgl::Feature asMapboxGLFeature(const QMapbox::Feature &feature);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/ |
| H A D | 0013-HACK-media-Disable-chromeos-direct-video-decoder-by-.patch | 18 @@ -809,7 +809,7 @@ const base::Feature kChromeOSHWVBREncoding{"ChromeOSHWVBREncoding", 21 const base::Feature kUseChromeOSDirectVideoDecoder{ 26 const base::Feature kLimitConcurrentDecoderInstances{
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/ |
| H A D | 0013-HACK-media-Disable-chromeos-direct-video-decoder-by-.patch | 18 @@ -794,7 +794,7 @@ const base::Feature kUseRealColorSpaceForAndroidVideo{ 21 const base::Feature kUseChromeOSDirectVideoDecoder{ 26 const base::Feature kLimitConcurrentDecoderInstances{
|
| /OK3568_Linux_fs/kernel/Documentation/fpga/ |
| H A D | dfl.rst | 2 FPGA Device Feature List (DFL) Framework Overview 11 The Device Feature List (DFL) FPGA framework (and drivers according to 19 Device Feature List (DFL) Overview 21 Device Feature List (DFL) defines a linked list of feature headers within the 31 +----------+ | | Feature | | | Feature | | | Feature | 37 +----------+ | | Feature | | Feature | | Feature | 65 Feature Header (Next_DFH) pointer. 67 Each FIU, AFU and Private Feature could implement its own functional registers. 69 e.g. FME Header Register Set, and the one for Private Feature, is named as 70 Feature Register Set, e.g. FME Partial Reconfiguration Feature Register Set. [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_raster_source.cpp | 75 std::unordered_map<std::string, std::vector<Feature>> 81 return std::unordered_map<std::string, std::vector<Feature>> {}; in queryRenderedFeatures() 84 std::vector<Feature> RenderRasterSource::querySourceFeatures(const SourceQueryOptions&) const { in querySourceFeatures()
|
| H A D | render_vector_source.hpp | 26 std::unordered_map<std::string, std::vector<Feature>> 33 std::vector<Feature>
|
| H A D | render_raster_source.hpp | 26 std::unordered_map<std::string, std::vector<Feature>> 33 std::vector<Feature>
|
| H A D | render_custom_geometry_source.hpp | 26 std::unordered_map<std::string, std::vector<Feature>> 33 std::vector<Feature>
|
| H A D | render_raster_dem_source.hpp | 26 std::unordered_map<std::string, std::vector<Feature>> 33 std::vector<Feature>
|
| H A D | render_geojson_source.hpp | 30 std::unordered_map<std::string, std::vector<Feature>> 37 std::vector<Feature>
|
| H A D | render_image_source.hpp | 31 std::unordered_map<std::string, std::vector<Feature>> 38 std::vector<Feature> querySourceFeatures(const SourceQueryOptions&) const final;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | feature_index.hpp | 59 std::unordered_map<std::string, std::vector<Feature>>& result, 79 std::unordered_map<std::string, std::vector<Feature>> lookupSymbolFeatures( 88 std::unordered_map<std::string, std::vector<Feature>>& result,
|
| H A D | feature_index.cpp | 41 std::unordered_map<std::string, std::vector<Feature>>& result, in query() 80 std::unordered_map<std::string, std::vector<Feature>> 86 std::unordered_map<std::string, std::vector<Feature>> result; in lookupSymbolFeatures() 121 std::unordered_map<std::string, std::vector<Feature>>& result, in addFeature()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/ |
| H A D | qmapbox.hpp | 33 struct Q_MAPBOXGL_EXPORT Feature { struct 41 …Feature(Type type_ = PointType, const CoordinatesCollections& geometry_ = CoordinatesCollections(), in Feature() function 136 Q_DECLARE_METATYPE(QMapbox::Feature);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | tile.cpp | 36 std::unordered_map<std::string, std::vector<Feature>>&, in queryRenderedFeatures() argument 48 std::vector<Feature>&, in querySourceFeatures() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | render_annotation_source.hpp | 26 std::unordered_map<std::string, std::vector<Feature>> 33 std::vector<Feature>
|