Searched refs:pixelPoint (Results 1 – 2 of 2) sorted by relevance
227 var pixelPoint = this.projectionHelper_.LatLngToPixel(latlng, zoom);230 Math.floor((pixelPoint.x + padding.width) / this.tileSize_),231 Math.floor((pixelPoint.y + padding.height) / this.tileSize_)
258 for (Vector2 pixelPoint : pixelPoints) in CreatePixelCenterWindowCoords() local260 outVertices->emplace_back(Vector3((pixelPoint[0] + 0.5f) * 2.0f / windowWidth - 1.0f, in CreatePixelCenterWindowCoords()261 (pixelPoint[1] + 0.5f) * 2.0f / windowHeight - 1.0f, in CreatePixelCenterWindowCoords()