Home
last modified time | relevance | path

Searched refs:co_ptr (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.1/build/demos/wpaddemo/src/
Ddummy_checker.c703 WPADStatus *co_ptr; in renderAimings() local
715 co_ptr = (WPADStatus *)(&co_ringbuffer[0]); in renderAimings()
722 if (WPAD_ERR_NONE == co_ptr[index].err) in renderAimings()
724 …s16 x=(s16)(SCREEN_WIDTH -(co_ptr[index].obj[0].x+co_ptr[index].obj[1].x)/2*SCREEN_WIDTH /WPAD_DPD… in renderAimings()
725 …s16 y=(s16)(SCREEN_HEIGHT-(co_ptr[index].obj[0].y+co_ptr[index].obj[1].y)/2*SCREEN_HEIGHT/WPAD_DPD… in renderAimings()