Searched refs:deltaY (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | blendeq.c | 22 static int deltaY; variable in typeref:typename:int 68 deltaY = windH /20; 108 for (i = windH - deltaY + 4; i > 0; i-=deltaY) { 142 i = windH - deltaY + stringOffset; 144 glRasterPos2f(stringx, i); i -= deltaY; 146 glRasterPos2f(stringx, i); i -= deltaY; 148 glRasterPos2f(stringx, i); i -= deltaY; 150 glRasterPos2f(stringx, i); i -= deltaY; 152 glRasterPos2f(stringx, i); i -= deltaY; [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | X11Application.m | 924 // <rdar://problem/7111003> deltaX and deltaY are incorrect for NSMouseMoved, NSTabletPointEventSubtype 929 // <rdar://problem/7979468> deltaX and deltaY are incorrect for NSOtherMouseDown and NSOtherMouseUp after FUS 955 ErrorF(" delta: (%0.2f, %0.2f)\n", [e deltaX], -[e deltaY]); 957 lastpt.y - [e deltaY]); 963 location.y = lastpt.y - [e deltaY]; 972 location.y = lastpt.y - [e deltaY]; 1158 [e deltaX], [e deltaY]); 1195 CGFloat deltaY = [e deltaY]; 1212 deltaY * [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | X11Application.m | 1128 // <rdar://problem/7111003> deltaX and deltaY are incorrect for NSMouseMoved, NSTabletPointEventSubtype 1133 // <rdar://problem/7979468> deltaX and deltaY are incorrect for NSOtherMouseDown and NSOtherMouseUp after FUS 1156 ErrorF(" delta: (%0.2f, %0.2f)\n", [e deltaX], -[e deltaY]); 1157 ErrorF(" location: (%0.2f, %0.2f)\n", lastpt.x + [e deltaX], lastpt.y - [e deltaY]); 1162 location.y = lastpt.y - [e deltaY]; 1170 location.y = lastpt.y - [e deltaY]; 1312 float deltaY = [e deltaY]; 1327 deltaY *= -1; 1330 DarwinSendScrollEvents(deltaX, deltaY, locatio [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | xdmxconfig.c | 478 static void dmxConfigMove(int deltaX, int deltaY) argument 481 dmxConfigCurrentDisplay->rootYOrigin += deltaY; 524 int deltaY = e->xmotion.y - dmxConfigGrabbedY; local in function:dmxConfigCanvasInput 526 dmxConfigGrabbedFine ? deltaY : unscaley(deltaY));
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | bitscale.c | 1118 deltaY; local in function:ScaleBitmap 1353 deltaY = (INT32)(-point[1] * 65536.0); 1404 yValue += deltaY; 1433 yValue += deltaY;
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | bitscale.c | 1115 deltaY; local in function:ScaleBitmap 1350 deltaY = (INT32)(-point[1] * 65536.0); 1401 yValue += deltaY; 1430 yValue += deltaY;
|
Completed in 11 milliseconds