Home | History | Annotate | Download | only in media

Lines Matching full:topleft

93             final Vector3f topLeft = pool.create();
108 camera.convertToCameraSpace(0, 0, 0, topLeft);
110 float leftExtent = topLeft.x - imgTopLeft.x;
122 float topExtent = topLeft.y - imgTopLeft.y;
134 pool.delete(topLeft);
249 final Vector3f topLeft = pool.create();
253 camera.convertToCameraSpace(0, 0, 0, topLeft);
255 float xExtent = Math.abs(topLeft.x - bottomRight.x) / currentFocusItemWidth;
256 float yExtent = Math.abs(topLeft.y - bottomRight.y) / currentFocusItemHeight;
259 pool.delete(topLeft);