Searched refs:dsPointY (Results 1 – 1 of 1) sorted by relevance
523 int dsPointX, dsPointY; in DoPadSharing() local543 dsPointY = (pointY * 192 / viHeight); in DoPadSharing()546 if ( dsPointY < 0 ) dsPointY = 0; in DoPadSharing()547 if ( 191 < dsPointY ) dsPointY = 191; in DoPadSharing()550 sendData.touchPanel_y = (u8)dsPointY; in DoPadSharing()