Home
last modified time | relevance | path

Searched refs:tiles (Results 1 – 25 of 81) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile_cache.cpp14 tiles.erase(key); in setSize()
26 if (tiles.emplace(key, std::move(tile)).second) { in add()
43 auto it = tiles.find(key); in get()
44 if (it != tiles.end()) { in get()
55 auto it = tiles.find(key); in pop()
56 if (it != tiles.end()) { in pop()
58 tiles.erase(it); in pop()
67 return tiles.find(key) != tiles.end(); in has()
72 tiles.clear(); in clear()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmapscene.cpp110 void QGeoTiledMapScene::setVisibleTiles(const QSet<QGeoTileSpec> &tiles) in setVisibleTiles() argument
113 d->setVisibleTiles(tiles); in setVisibleTiles()
260 void QGeoTiledMapScenePrivate::updateTileBounds(const QSet<QGeoTileSpec> &tiles) in updateTileBounds() argument
262 if (tiles.isEmpty()) { in updateTileBounds()
271 iter i = tiles.constBegin(); in updateTileBounds()
272 iter end = tiles.constEnd(); in updateTileBounds()
309 i = tiles.constBegin(); in updateTileBounds()
499 for (auto it = root->tiles.cbegin(), end = root->tiles.cend(); it != end; ++it) in updateTiles()
505 delete root->tiles.take(s); in updateTiles()
512 for (QHash<QGeoTileSpec, QSGImageNode *>::iterator it = root->tiles.begin(); in updateTiles()
[all …]
H A Dqgeotiledmapscene_p_p.h66 tiles.insert(spec, node); in addChild()
69 QHash<QGeoTileSpec, QSGImageNode *> tiles; variable
79 , tiles(new QGeoTiledMapTileContainerNode()) in QGeoTiledMapRootNode()
85 root->appendChildNode(tiles); in QGeoTiledMapRootNode()
119 QGeoTiledMapTileContainerNode *tiles; // The majority of the tiles variable
143 void updateTileBounds(const QSet<QGeoTileSpec> &tiles);
H A Dqgeotiledmap.cpp225 QSet<QGeoTileSpec> tiles; in prefetchTiles() local
231 tiles = m_prefetchTiles->createTiles(); in prefetchTiles()
245 tiles += m_prefetchTiles->createTiles(); in prefetchTiles()
257 tiles += m_prefetchTiles->createTiles(); in prefetchTiles()
264 tiles += m_prefetchTiles->createTiles(); in prefetchTiles()
273 m_tileRequests->requestTiles(tiles - m_mapScene->texturedTiles()); in prefetchTiles()
339 const QSet<QGeoTileSpec>& tiles = m_visibleTiles->createTiles(); in updateScene() local
340 bool newTilesIntroduced = !m_mapScene->visibleTiles().contains(tiles); in updateScene()
341 m_mapScene->setVisibleTiles(tiles); in updateScene()
344 q->evaluateCopyrights(tiles); in updateScene()
H A Dqgeotilerequestmanager.cpp56 …QMap<QGeoTileSpec, QSharedPointer<QGeoTileTexture> > requestTiles(const QSet<QGeoTileSpec> &tiles);
77 …redPointer<QGeoTileTexture> > QGeoTileRequestManager::requestTiles(const QSet<QGeoTileSpec> &tiles) in requestTiles() argument
79 return d_ptr->requestTiles(tiles); in requestTiles()
110 …ter<QGeoTileTexture> > QGeoTileRequestManagerPrivate::requestTiles(const QSet<QGeoTileSpec> &tiles) in requestTiles() argument
112 QSet<QGeoTileSpec> cancelTiles = m_requested - tiles; in requestTiles()
113 QSet<QGeoTileSpec> requestTiles = tiles - m_requested; in requestTiles()
H A Dqgeotilefetcher.cpp87 void QGeoTileFetcher::cancelTileRequests(const QSet<QGeoTileSpec> &tiles) in cancelTileRequests() argument
93 tile_iter tile = tiles.constBegin(); in cancelTileRequests()
94 tile_iter end = tiles.constEnd(); in cancelTileRequests()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dtile_pyramid.cpp34 for (const auto& pair : tiles) { in isLoaded()
60 auto it = tiles.find(tileID); in getTile()
61 return it == tiles.end() ? cache.get(tileID) : it->second.get(); in getTile()
82 for (auto& entry : tiles) { in update()
87 tiles.clear(); in update()
145 auto it = tiles.find(tileID); in update()
146 return it == tiles.end() ? nullptr : it->second.get(); in update()
171 return tiles.emplace(tileID, std::move(tile)).first->second.get(); in update()
220 auto tilesIt = tiles.begin(); in update()
222 while (tilesIt != tiles.end()) { in update()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp118 auto it = tiles.find(id); in getTile()
119 if (it != tiles.end()) in getTile()
124 if (it == tiles.end()) in getTile()
133 it = tiles.find(id); in getTile()
134 if (it != tiles.end()) in getTile()
138 if (it == tiles.end()) in getTile()
145 return tiles; in getInternalTiles()
149 std::unordered_map<uint64_t, detail::InternalTile> tiles; member in mapbox::geojsonvt::GeoJSONVT
157 const auto end = tiles.end(); in findParent()
164 parent = tiles.find(toID(z0, x0, y0)); in findParent()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dtileset.cpp12 auto tiles = objectMember(value, "tiles"); in operator ()() local
13 if (!tiles) { in operator ()()
18 if (!isArray(*tiles)) { in operator ()()
23 for (std::size_t i = 0; i < arrayLength(*tiles); i++) { in operator ()()
24 optional<std::string> urlTemplate = toString(arrayMember(*tiles, i)); in operator ()()
29 result.tiles.push_back(std::move(*urlTemplate)); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dmapbox.qdoc85 \li Data format to download tiles in, available values are "png", "png32",
91 …\li Whether or not to request high dpi tiles. Valid values are \b true and \b false. The default v…
105 \li The cost strategy to use to cache map tiles on disk.
109 Using \b unitary, they will be interpreted as number of tiles.
113 \li Disk cache size for map tiles.
116 Note that 6000 is the maximum amount of tiles that the Mapbox free plan allows to cache.
120 \li The cost strategy to use to cache map tiles in memory.
124 Using \b unitary, they will be interpreted as number of tiles.
128 \li Memory cache size for map tiles.
133 \li The cost strategy to use to cache decompressed map tiles in memory.
[all …]
H A Dosm.qdoc48 This also implies that providers serving tiles over HTTPS may be used.
88 \li The cost strategy to use to cache map tiles on disk.
92 Using \b unitary, they will be interpreted as number of tiles.
96 …\li Disk cache size for map tiles. The default size of the cache is 50 MiB when \b bytesize is the…
97 strategy for this cache, or 1000 tiles, when \b unitary is the cost strategy.
100 \li The cost strategy to use to cache map tiles in memory.
104 Using \b unitary, they will be interpreted as number of tiles.
108 …\li Memory cache size for map tiles. The default size of the cache is 3 MiB when \b bytesize is th…
109 strategy for this cache, or 100 tiles, when \b unitary is the cost strategy.
112 \li The cost strategy to use to cache decompressed map tiles in memory.
[all …]
H A Desri.qdoc100 \li The cost strategy to use to cache map tiles on disk.
104 Using \b unitary, they will be interpreted as number of tiles.
108 …\li Disk cache size for map tiles. The default size of the cache is 50 MiB when \b bytesize is the…
109 strategy for this cache, or 1000 tiles, when \b unitary is the cost strategy.
112 \li The cost strategy to use to cache map tiles in memory.
116 Using \b unitary, they will be interpreted as number of tiles.
120 …\li Memory cache size for map tiles. The default size of the cache is 3 MiB when \b bytesize is th…
121 strategy for this cache, or 100 tiles, when \b unitary is the cost strategy.
124 \li The cost strategy to use to cache decompressed map tiles in memory.
128 Using \b unitary, they will be interpreted as number of tiles.
[all …]
H A Dnokia.qdoc101 \li The cost strategy to use to cache map tiles on disk.
105 Using \b unitary, they will be interpreted as number of tiles.
109 …\li Disk cache size for map tiles. The default size of the cache is 50 MiB when \b bytesize is the…
110 strategy for this cache, or 1000 tiles, when \b unitary is the cost strategy.
113 \li The cost strategy to use to cache map tiles in memory.
117 Using \b unitary, they will be interpreted as number of tiles.
121 …\li Memory cache size for map tiles. The default size of the cache is 3 MiB when \b bytesize is th…
122 strategy for this cache, or 100 tiles, when \b unitary is the cost strategy.
125 \li The cost strategy to use to cache decompressed map tiles in memory.
129 Using \b unitary, they will be interpreted as number of tiles.
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dui.c122 FillColorTile tiles[kMaxTiles]; variable
242 gr_color(tiles[k].r, tiles[k].g, tiles[k].b, tiles[k].a); in draw_screen_locked()
243 gr_fill(tiles[k].left, tiles[k].top, tiles[k].right, tiles[k].bottom); in draw_screen_locked()
947 tiles[tiles_count-1].left = left; in FillColor()
948 tiles[tiles_count-1].top = top; in FillColor()
949 tiles[tiles_count-1].right = width+left; in FillColor()
950 tiles[tiles_count-1].bottom = height+top; in FillColor()
951 tiles[tiles_count-1].r = r; in FillColor()
952 tiles[tiles_count-1].g = g; in FillColor()
953 tiles[tiles_count-1].b = b; in FillColor()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dtileset.hpp19 std::vector<std::string> tiles; member in mbgl::Tileset
33 : tiles(std::move(tiles_)),
43 return std::tie(lhs.tiles, lhs.zoomRange, lhs.attribution, lhs.scheme, lhs.bounds) in operator ==()
44 == std::tie(rhs.tiles, rhs.zoomRange, rhs.attribution, rhs.scheme, rhs.bounds); in operator ==()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c50 pp->tiles.cols = frame_header->tile_cols; in av1d_fill_picparams()
51 pp->tiles.rows = frame_header->tile_rows; in av1d_fill_picparams()
52 pp->tiles.context_update_id = frame_header->context_update_tile_id; in av1d_fill_picparams()
56 for (i = 0; i < pp->tiles.cols; i++) { in av1d_fill_picparams()
57 pp->tiles.widths[i] = val; in av1d_fill_picparams()
60 pp->tiles.widths[i] = val; in av1d_fill_picparams()
63 for (i = 0; i < pp->tiles.rows; i++) { in av1d_fill_picparams()
64 pp->tiles.heights[i] = val; in av1d_fill_picparams()
67 pp->tiles.heights[i] = val; in av1d_fill_picparams()
71 pp->tiles.tile_offset_start[i] = h->tile_offset_start[i]; in av1d_fill_picparams()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_schema.sql15 CREATE TABLE tiles ( table
48 tile_id INTEGER NOT NULL REFERENCES tiles(id),
58 ON tiles (accessed);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv25.c33 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv25_fb_tile_comp() local
34 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv25_fb_tile_comp()
H A Dnv35.c33 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv35_fb_tile_comp() local
34 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv35_fb_tile_comp()
H A Dnv36.c33 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv36_fb_tile_comp() local
34 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv36_fb_tile_comp()
H A Dnv40.c33 u32 tiles = DIV_ROUND_UP(size, 0x80); in nv40_fb_tile_comp() local
34 u32 tags = round_up(tiles / fb->ram->parts, 0x100); in nv40_fb_tile_comp()
H A Dnv20.c46 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv20_fb_tile_comp() local
47 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv20_fb_tile_comp()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-nv12m.rst33 ``V4L2_PIX_FMT_NV12M`` with 16x16 macroblock tiles. Here pixels are
34 arranged in 16x16 2D tiles and tiles are arranged in linear order in
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover.cpp88 const int32_t tiles = 1 << z; in tileCover() local
99 if (y >= 0 && y <= tiles) { in tileCover()
111 scanTriangle(tl, tr, br, 0, tiles, scanLine); in tileCover()
112 scanTriangle(br, bl, tl, 0, tiles, scanLine); in tileCover()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_geojson_source.cpp44 for (const auto& pair : tilePyramid.tiles) { in update()
53 tilePyramid.tiles.clear(); in update()

1234