Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/kpaddemo/src/
Dsample.c385 draw_line( pos.x-vec.x,pos.y-vec.y, pos.x+vec.x,pos.y+vec.y, yellow_clr, 3 ) ; in draw_position()
793 (void)draw_kfont_f32 ( cx+ 4,cy+O1Y, yellow_clr, hori_play_radius, 2 ) ; in draw_sample()
794 (void)draw_kfont_f32 ( cx+ 9,cy+O1Y, yellow_clr, hori_sensitivity, 2 ) ; in draw_sample()
795 (void)draw_kfont_letter( cx+14,cy+O1Y, yellow_clr,(hori_play_mode) ? "TIGHT" : "LOOSE" ) ; in draw_sample()
883 case WPAD_DEV_TRAIN : clr = yellow_clr ; break ; in draw_sample()
978 …, y, r, kpads[0][cx].ex_status.fs.stick.x, -kpads[0][cx].ex_status.fs.stick.y, yellow_clr, TRUE ) ; in draw_sample()
1013 draw_box( x1, y, 20.0f, 55.0f * kpads[0][cx].ex_status.cl.ltrigger, yellow_clr ) ; in draw_sample()
1014 draw_box( x2, y, 20.0f, 55.0f * kpads[0][cx].ex_status.cl.rtrigger, yellow_clr ) ; in draw_sample()
Dweight.c33 GXColor yellow_clr = { 255,242, 0, 255 } ; variable
230 draw_box( -143, -30, -68, 20, yellow_clr, 2 ) ; in renderStatus()
Dswing.c344 else if ( dir_nrm_pass_count < 20 ) clr = yellow_clr ; // The color after some time has passed in draw_sample()
Dgraphic.c31 GXColor yellow_clr = { 255,242, 0, 255 } ; variable
/RvlSDK-3.2/build/demos/kpaddemo/include/
Dgraphic.h27 extern GXColor yellow_clr ;
/RvlSDK-3.2/build/demos/kpadOlddemo/include/
Dgraphic.h27 extern GXColor yellow_clr ;
/RvlSDK-3.2/build/demos/kpadOlddemo/src/
Dsample.c302 draw_line( pos.x-vec.x,pos.y-vec.y, pos.x+vec.x,pos.y+vec.y, yellow_clr, 3 ) ; in draw_position()
528 (void)draw_kfont_f32( cx+4,cy, yellow_clr, hori_play_radius, 2 ) ; in draw_sample()
529 (void)draw_kfont_f32( cx+9,cy, yellow_clr, hori_sensitivity, 2 ) ; in draw_sample()
630 …, y, r, kpads[0][cx].ex_status.fs.stick.x, -kpads[0][cx].ex_status.fs.stick.y, yellow_clr, TRUE ) ; in draw_sample()
Dgraphic.c32 GXColor yellow_clr = { 255,242, 0, 255 } ; variable
/RvlSDK-3.2/build/demos/wbcdemo/src/
Dhandling_weight.c50 GXColor yellow_clr = { 255,242, 0, 255 } ; variable
520 draw_box(-143, -30, -68, 20, yellow_clr, 2); in renderStatus()