Searched refs:yellow_clr (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-2.1/build/demos/kpaddemo/include/ |
| D | graphic.h | 27 extern GXColor yellow_clr ;
|
| /RvlSDK-2.1/build/demos/kpaddemo/src/ |
| D | sample.c | 271 draw_line( pos.x-vec.x,pos.y-vec.y, pos.x+vec.x,pos.y+vec.y, yellow_clr, 3 ) ; in draw_position() 493 (void)draw_kfont_f32( cx+4,cy, yellow_clr, hori_play_radius, 2 ) ; in draw_sample() 494 (void)draw_kfont_f32( cx+9,cy, yellow_clr, hori_sensitivity, 2 ) ; in draw_sample() 595 …, y, r, kpads[0][cx].ex_status.fs.stick.x, -kpads[0][cx].ex_status.fs.stick.y, yellow_clr, TRUE ) ; in draw_sample()
|
| D | graphic.c | 32 GXColor yellow_clr = { 255,242, 0, 255 } ; variable
|