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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scrollsub/
H A Dscrollsub.cpp328 int scroll_x = 0; local
330 m_owner->CalcUnscrolledPosition( scroll_x, scroll_y, &scroll_x, &scroll_y );
341 if ((0+100-scroll_x > 0) && (0+25-scroll_y > 0) &&
342 (0-scroll_x < size_x) && (0-scroll_y < size_y))
356 if ((200+100-scroll_x > 0) && (0+25-scroll_y > 0) &&
357 (200-scroll_x < size_x) && (0-scroll_y < size_y))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dwin_gtk.h68 gint scroll_x; member in struct:_GtkPizza
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-magicmouse.c98 short scroll_x; member in struct:magicmouse_sc::__anon11482
187 int step_x = msc->touches[id].scroll_x - x;
193 msc->touches[id].scroll_x = x;
208 msc->touches[id].scroll_x -= step_x *
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dwin_gtk.c182 pizza->scroll_x = 0;
1144 xevent->xexpose.x += pizza->scroll_x;
1152 pizza->scroll_x = xevent->xconfigure.x;

Completed in 59 milliseconds