Searched refs:topLeft (Results 1 – 2 of 2) sorted by relevance
309 const android::vec3 topLeft(left, top, 0.0f); in renderCameraOntoGroundPlane() local314 GLfloat vertsPos[] = { topLeft[X], topLeft[Y], topLeft[Z], in renderCameraOntoGroundPlane()
980 final int[] topLeft = mTmpPoint; in visualizeDropLocation() local981 cellToPoint(cellX, cellY, topLeft); in visualizeDropLocation()983 int left = topLeft[0]; in visualizeDropLocation()984 int top = topLeft[1]; in visualizeDropLocation()