Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/kpaddemo/src/
Dgraphic.c205 f32 vx,vy, f ; in draw_arrow() local
207 vx = x2 - x1 ; in draw_arrow()
209 f = sqrtf( vx*vx + vy*vy ) ; in draw_arrow()
211 vx = vy = 0.0f ; in draw_arrow()
214 vx *= f ; in draw_arrow()
218 draw_line( x2,y2, x2-vx-vx-vy,y2-vy-vy+vx, clr, width ) ; in draw_arrow()
219 draw_line( x2,y2, x2-vx-vx+vy,y2-vy-vy-vx, clr, width ) ; in draw_arrow()
228 f32 vx,vy, f ; in draw_dashed_arrow() local
230 vx = x2 - x1 ; in draw_dashed_arrow()
232 f = sqrtf( vx*vx + vy*vy ) ; in draw_dashed_arrow()
[all …]
Dsample.c205 s32 vx,vy, wx,wy, fy ; in move_cursor() local
212 if ( CMD_LEFT ) vx = -1 ; in move_cursor()
213 else if ( CMD_RIGHT ) vx = 1 ; in move_cursor()
214 else vx = 0 ; 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
211 if ( CMD_LEFT ) vx = -1 ; in move_cursor()
212 else if ( CMD_RIGHT ) vx = 1 ; in move_cursor()
213 else vx = 0 ; in move_cursor()
231 if ( wx * vx + fy <= 0 ) continue ; in move_cursor()
/RvlSDK-3.3/build/demos/gxdemo/src/Lighting/
Dlit-prelit.c74 f32 vx; member
339 sc->fakeLight[i].xpos += sc->fakeLight[i].vx; in AnimTick()
344 sc->fakeLight[i].vx = - sc->fakeLight[i].vx; in AnimTick()