Searched defs:vertexTop (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp4024 int vertexLeft, vertexRight, vertexTop, vertexBottom; local
4054 vertexTop = ((uint32_t)pThis->svga.uHeight >= pRect[i].y + pRect[i].h) ? pThis->svga.uHeight - pRect[i].y - pRect[i].h : 0;
4058 Log(("vertex (%d,%d) (%d,%d) (%d,%d) (%d,%d)\n", vertexLeft, vertexBottom, vertexLeft, vertexTop, vertexRight, vertexTop, vertexRight, vertexBottom));
4068 glVertex2i(vertexLeft, vertexTop);
4072 glVertex2i(vertexRight, vertexTop);

Completed in 62 milliseconds