Searched refs:last_y (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dmk712.c87 static unsigned short last_y; local
111 input_report_abs(mk712_dev, ABS_Y, last_y);
115 last_y = inw(mk712_io + MK712_Y) & 0x0fff;
H A Dda9034-ts.c67 int last_y; member in struct:da9034_touch
103 touch->last_y = ((_y << 2) & 0x3fc) | ((_v & 0xc) >> 2);
123 int y = touch->last_y;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/isosurf/
H A Disosurf.cpp452 static float last_x, last_y; local
464 xrot += (event.GetY() - last_y)*1.0;
468 last_y = event.GetY();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/plot/
H A Dplot.cpp310 wxCoord last_y=0; local
317 dc->DrawLine( x-1, last_y, x, y );
319 last_y = y;

Completed in 165 milliseconds