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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c172 GLfloat coords[4][3]; member in struct:blt_info
193 GLfloat (*coords)[3] = info->coords;
216 coords[0][0] = (float)rect.left / w;
217 coords[0][1] = (float)rect.top / h;
218 coords[0][2] = 0.0f;
220 coords[1][0] = (float)rect.right / w;
221 coords[1][1] = (float)rect.top / h;
222 coords[1][2] = 0.0f;
224 coords[
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c255 GLfloat coords[4][3]; member in struct:blt_info
276 GLfloat (*coords)[3] = info->coords;
288 coords[0][0] = (float)rect->left / w;
289 coords[0][1] = (float)rect->top / h;
290 coords[0][2] = 0.0f;
292 coords[1][0] = (float)rect->right / w;
293 coords[1][1] = (float)rect->top / h;
294 coords[1][2] = 0.0f;
296 coords[
[all...]
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXproto.h1275 xTranslateCoordsReply coords;
1272 xTranslateCoordsReply coords; member in union:__anon9761
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXproto.h1247 xTranslateCoordsReply coords;
1244 xTranslateCoordsReply coords; member in union:__anon2204

Completed in 65 milliseconds