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