touch_screen_y 8 include/touchscreen.h extern unsigned short touch_screen_x, touch_screen_y; touch_screen_y 101 platform/a3400/kbd.c extern unsigned short touch_screen_x, touch_screen_y; touch_screen_y 104 platform/a3400/kbd.c touchy = ((touch_screen_y & 0x7FFF) >> 5) ^ 0x3FF; touch_screen_y 406 platform/ixus240_elph320hs/kbd.c ty = ((touch_screen_y & 0x7FFF) >> 2) ^ 0x3FF; touch_screen_y 425 platform/ixus240_elph320hs/kbd.c touch_screen_x=touch_screen_y=0 ^ 0x3FF; touch_screen_y 163 platform/ixus310_elph500hs/kbd.c unsigned int ty = ((touch_screen_y & 0x7FFF) >> 5) ^ 0x3FF; touch_screen_y 177 platform/n/kbd.c ty = touch_screen_y * 240 / 0x1FF ; touch_screen_y 177 platform/n_facebook/kbd.c ty = touch_screen_y * 240 / 0x1FF ;