Searched refs:winx (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/swrast/ |
D | s_aatriangle.c | 152 const GLfloat v2[3], GLint winx, GLint winy) in compute_coveragef() argument 191 const GLfloat x = (GLfloat) winx; in compute_coveragef()
|
D | s_aaline.c | 266 GLint winx, GLint winy) in compute_coveragef() argument 270 const GLfloat x = (GLfloat) winx; in compute_coveragef()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11mouse.c | 387 int rootx, rooty, winx, winy; in X11_GetGlobalMouseState() local 389 …(display, RootWindow(display, data->screen), &root, &child, &rootx, &rooty, &winx, &winy, &mask)) { in X11_GetGlobalMouseState()
|