Home
last modified time | relevance | path

Searched refs:EXTENT (Results 1 – 25 of 205) sorted by relevance

123456789

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_static_data.cpp9 result.emplace_back(PositionOnlyLayoutAttributes::Vertex({{{ util::EXTENT, 0 }}})); in tileVertices()
10 result.emplace_back(PositionOnlyLayoutAttributes::Vertex({{{ 0, util::EXTENT }}})); in tileVertices()
11 result.emplace_back(PositionOnlyLayoutAttributes::Vertex({{{ util::EXTENT, util::EXTENT }}})); in tileVertices()
35 result.emplace_back(RasterProgram::layoutVertex({ util::EXTENT, 0 }, { util::EXTENT, 0 })); in rasterVertices()
36 result.emplace_back(RasterProgram::layoutVertex({ 0, util::EXTENT }, { 0, util::EXTENT })); in rasterVertices()
37 ….emplace_back(RasterProgram::layoutVertex({ util::EXTENT, util::EXTENT }, { util::EXTENT, util::EX… in rasterVertices()
H A Dtile_pyramid.cpp311 … = maxPitchScaleFactor * renderTile.tile.getQueryPadding(layers) * util::EXTENT / util::tileSize /… in queryRenderedFeatures()
314 …(tileSpaceBoundsMin.x - queryPadding >= util::EXTENT || tileSpaceBoundsMin.y - queryPadding >= uti… in queryRenderedFeatures()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.cpp20 : grid(util::EXTENT, util::EXTENT, util::EXTENT / 16) // 16x16 grid -> 32px cell in FeatureIndex()
30 if (envelope.min.x < util::EXTENT && in insert()
31 envelope.min.y < util::EXTENT && in insert()
57 const float pixelsToTileUnits = util::EXTENT / tileSize / scale; in query()
58 …const int16_t additionalPadding = std::min<int16_t>(util::EXTENT, additionalQueryPadding * pixelsT… in query()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dget_anchors.cpp61 if (x >= 0 && x < util::EXTENT && y >= 0 && y < util::EXTENT && in resample()
111 …inuedLine = (line[0].x == 0 || line[0].x == util::EXTENT || line[0].y == 0 || line[0].y == util::E… in getAnchors()
H A Dcross_tile_symbol_index.cpp19 const double roundingFactor = 512.0 / util::EXTENT / 2.0; in getScaledCoordinates()
22 …static_cast<int64_t>(std::floor((childTileCoord.canonical.x * util::EXTENT + symbolInstance.anchor… in getScaledCoordinates()
23 …static_cast<int64_t>(std::floor((childTileCoord.canonical.y * util::EXTENT + symbolInstance.anchor… in getScaledCoordinates()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dextents.c278 hfs_dbg(EXTENT, "get_block(%lu): %llu - %u\n", in hfsplus_get_block()
301 hfs_dbg(EXTENT, " "); in hfsplus_dump_extent()
303 hfs_dbg_cont(EXTENT, " %u:%u", in hfsplus_dump_extent()
306 hfs_dbg_cont(EXTENT, "\n"); in hfsplus_dump_extent()
366 hfs_dbg(EXTENT, " start: %u count: %u\n", in hfsplus_free_extents()
377 hfs_dbg(EXTENT, " start: %u count: %u\n", in hfsplus_free_extents()
483 hfs_dbg(EXTENT, "extend %lu: %u,%u\n", inode->i_ino, start, len); in hfsplus_file_extend()
487 hfs_dbg(EXTENT, "first extents\n"); in hfsplus_file_extend()
526 hfs_dbg(EXTENT, "insert new extent\n"); in hfsplus_file_extend()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source_impl.cpp50 double scale = util::EXTENT / util::tileSize; in Impl()
57 clusterOptions.extent = util::EXTENT; in Impl()
64 vtOptions.extent = util::EXTENT; in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp204 RasterProgram::layoutVertex({ geomCoords[1].x, geomCoords[1].y }, { util::EXTENT, 0 })); in update()
206 RasterProgram::layoutVertex({ geomCoords[3].x, geomCoords[3].y }, { 0, util::EXTENT })); in update()
208 …RasterProgram::layoutVertex({ geomCoords[2].x, geomCoords[2].y }, { util::EXTENT, util::EXTENT })); in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_coordinate.hpp39 …nt16_t(util::clamp<int64_t>((zoomed.p.x - tileID.canonical.x - tileID.wrap * scale) * util::EXTENT, in toGeometryCoordinate()
42 int16_t(util::clamp<int64_t>((zoomed.p.y - tileID.canonical.y) * util::EXTENT, in toGeometryCoordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.cpp103 const double size = util::EXTENT * std::pow(2, tileID.z); in convertGeometry()
104 const double x0 = util::EXTENT * tileID.x; in convertGeometry()
105 const double y0 = util::EXTENT * tileID.y; in convertGeometry()
H A Dcustom_geometry_tile.cpp35 const double scale = util::EXTENT / options.tileSize; in setTileData()
38 vtOptions.extent = util::EXTENT; in setTileData()
H A Dvector_tile_data.cpp37 const float scale = float(util::EXTENT) / feature.getExtent(); in getGeometries()
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dextent.c212 hfs_dbg(EXTENT, " "); in hfs_dump_extent()
214 hfs_dbg_cont(EXTENT, " %u:%u", in hfs_dump_extent()
217 hfs_dbg_cont(EXTENT, "\n"); in hfs_dump_extent()
414 hfs_dbg(EXTENT, "extend %lu: %u,%u\n", inode->i_ino, start, len); in hfs_extend_file()
417 hfs_dbg(EXTENT, "first extents\n"); in hfs_extend_file()
459 hfs_dbg(EXTENT, "insert new extent\n"); in hfs_extend_file()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp50 tilePixelRatio(float(util::EXTENT) / tileSize), in SymbolLayout()
290 …nchor.point.x >= 0 && anchor.point.x < util::EXTENT && anchor.point.y >= 0 && anchor.point.y < uti… in addFeature()
291 …onst bool inside = withinPlus0 || anchor.point.x == util::EXTENT || anchor.point.y == util::EXTENT; in addFeature()
307 auto clippedLines = util::clipLines(feature.geometry, 0, 0, util::EXTENT, util::EXTENT); in addFeature()
356 auto poi = mapbox::polylabel(poly, double(util::EXTENT / util::tileSize)); in addFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dheatmap_bucket.cpp54 (x < 0 || x >= util::EXTENT || y < 0 || y >= util::EXTENT)) continue; in addFeature()
H A Dcircle_bucket.cpp54 (x < 0 || x >= util::EXTENT || y < 0 || y >= util::EXTENT)) continue; in addFeature()
H A Dhillshade_bucket.cpp78 const int32_t vertexExtent = util::EXTENT >> id.z; in setMask()
H A Draster_bucket.cpp73 const int32_t vertexExtent = util::EXTENT >> id.z; in setMask()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_hillshade_layer.cpp113 matrix::ortho(mat, 0, util::EXTENT, -util::EXTENT, 0, 0, 1); in render()
114 matrix::translate(mat, mat, 0, -util::EXTENT, 0); in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/vector_tile/
H A Dvector_tile_config.hpp20 EXTENT = 5 enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dconstants.hpp27 constexpr int32_t EXTENT = 8192; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dshape_annotation_impl.cpp34 options.extent = util::EXTENT; in updateTileData()
/OK3568_Linux_fs/buildroot/docs/website/
H A Dcopyright.txt9 IS NO WARRANTY FOR THE WEBSITE TO THE EXTENT PERMITTED BY APPLICABLE LAW.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp27 matrix::scale(matrix, matrix, s / util::EXTENT, s / util::EXTENT, 1); in matrixFor()
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DCC-BY-3.0-US9 …E, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY B…
55 …Y THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND ONLY TO THE EXTENT OF ANY RIGHTS HELD…
57 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICEN…

123456789