Searched refs:green_clr (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-2.1/build/demos/kpaddemo/include/ |
| D | graphic.h | 25 extern GXColor green_clr ;
|
| /RvlSDK-2.1/build/demos/kpaddemo/src/ |
| D | sample.c | 497 (void)draw_kfont_f32( cx+4,cy, green_clr, dist_play_radius, 2 ) ; in draw_sample() 498 (void)draw_kfont_f32( cx+9,cy, green_clr, dist_sensitivity, 2 ) ; in draw_sample() 527 (void)draw_kfont_f32( 8.8f,7.4f, green_clr, kpads[0][0].dist, 2 ) ; in draw_sample() 598 …y, r, kpads[0][cx].ex_status.cl.rstick.x, -kpads[0][cx].ex_status.cl.rstick.y, green_clr, FALSE ) ; in draw_sample()
|
| D | graphic.c | 30 GXColor green_clr = { 0,166, 81, 255 } ; variable
|