Searched refs:childTileCoord (Results 1 – 1 of 1) sorted by relevance
17 …dex::getScaledCoordinates(SymbolInstance& symbolInstance, const OverscaledTileID& childTileCoord) { in getScaledCoordinates() argument20 … const double scale = roundingFactor / std::pow(2, childTileCoord.canonical.z - coord.canonical.z); 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()