Home
last modified time | relevance | path

Searched refs:holdForFade (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile.hpp108 virtual bool holdForFade() const { in holdForFade() function in mbgl::Tile
H A Dgeometry_tile.hpp87 bool holdForFade() const override;
H A Dgeometry_tile.cpp278 bool GeometryTile::holdForFade() const { in holdForFade() function in mbgl::GeometryTile
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dtile_pyramid.cpp199 if (tile.holdForFade()) { in update()
H A Drenderer_impl.cpp350 … [](const auto& tile) { return tile.get().tile.holdForFade(); }), in render()
829 if (tile.holdForFade()) { in updateFadingTiles()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp95 …atrix, scale, textPixelRatio, showCollisionBoxes, seenCrossTileIDs, renderTile.tile.holdForFade()); in placeLayer()