Home
last modified time | relevance | path

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

/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/mapsearches/
H A Dgpsmarkertiler.cpp373 GPSItemInfo bestMarkerInfo = d->imagesHash.value(tile->imagesId.first()); in getTileRepresentativeMarker() local
374 GeoGroupState bestMarkerGroupState = getImageState(bestMarkerInfo.id); in getTileRepresentativeMarker()
381 if (GPSItemInfoSorter::fitsBetter(bestMarkerInfo, in getTileRepresentativeMarker()
388 bestMarkerInfo = currentMarkerInfo; in getTileRepresentativeMarker()
393 const QPair<TileIndex, int> returnedMarker(tileIndex, bestMarkerInfo.id); in getTileRepresentativeMarker()
412 GPSItemInfo bestMarkerInfo = d->imagesHash.value(firstIndex.second); in bestRepresentativeIndexFromList() local
423 if (GPSItemInfoSorter::fitsBetter(bestMarkerInfo, in bestRepresentativeIndexFromList()
430 bestMarkerInfo = currentMarkerInfo; in bestRepresentativeIndexFromList()
436 const QPair<TileIndex, int> returnedMarker(bestMarkerTileIndex, bestMarkerInfo.id); in bestRepresentativeIndexFromList()