Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/kpaddemo/src/
Dsample.c205 s32 vx,vy, wx,wy, fy ; in move_cursor() local
226 fy = ( wy = ep->y - csr_y ) * vy ; // Prepare to calculate dot product in move_cursor()
232 if ( wx * vx + fy <= 0 ) continue ; in move_cursor()
Dmpls.c204 s32 vx,vy, wx,wy, fy ; in move_cursor() local
225 fy = ( wy = ep->y - csr_y ) * vy ; // Prepare to calculate dot product in move_cursor()
231 if ( wx * vx + fy <= 0 ) continue ; in move_cursor()