Searched refs:coord_ (Results 1 – 2 of 2) sorted by relevance
23 IndexedSymbolInstance(uint32_t crossTileID_, Point<int64_t> coord_) in IndexedSymbolInstance() argument24 : crossTileID(crossTileID_), coord(coord_) in IndexedSymbolInstance()
10 TileLayerIndex::TileLayerIndex(OverscaledTileID coord_, std::vector<SymbolInstance>& symbolInstance… in TileLayerIndex() argument11 : coord(coord_), bucketInstanceId(bucketInstanceId_) { in TileLayerIndex()