Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dmarkermanager.js227 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_)
/external/angle/src/tests/test_utils/
DANGLETest.cpp258 for (Vector2 pixelPoint : pixelPoints) in CreatePixelCenterWindowCoords() local
260 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()