| /RvlSDK-3.3/build/demos/kpaddemo/src/ |
| D | mpls.c | 524 s32 cx ; in draw_object() local 537 cx = kpad_reads ; in draw_object() 538 while ( --cx >= 0 ) { in draw_object() 539 up = &wpads[ 0 ][ cx ] ; in draw_object() 614 s32 cx = csr_x ; in draw_cursor() local 619 cx -= 4 ; in draw_cursor() 624 x1 = calc_kfont_x1( (f32)cx ) ; in draw_cursor() 625 x2 = calc_kfont_x2( cx + width ) ; in draw_cursor() 785 s32 cx,cy ; in draw_sample() local 799 cx = 38 ; in draw_sample() [all …]
|
| D | sample.c | 765 s32 cx,cy ; in draw_sample() local 781 cx = 0 ; in draw_sample() 783 draw_kfont_letter( (f32)cx,cy+O1Y, gray_clr, "POINTING") ; in draw_sample() 784 (void)draw_kfont_s32( (f32)(cx+12),cy+O1Y, blue_clr, (s32)pointing_scale ) ; in draw_sample() 786 draw_kfont_letter( (f32)cx,cy+O1Y, gray_clr, "INTERVAL") ; in draw_sample() 787 (void)draw_kfont_f32( (f32)(cx+9),cy+O1Y, peagreen_clr, obj_interval, 2 ) ; in draw_sample() 789 draw_kfont_letter( (f32)cx,cy+O1Y, gray_clr, " PLAY SENS MODE") ; in draw_sample() 791 draw_kfont_letter( (f32)cx,cy+O1Y, gray_clr, "POS" ) ; in draw_sample() 792 (void)draw_kfont_f32 ( (f32)(cx+ 4),cy+O1Y, cyan_clr, pos_play_radius, 2 ) ; in draw_sample() 793 (void)draw_kfont_f32 ( (f32)(cx+ 9),cy+O1Y, cyan_clr, pos_sensitivity, 2 ) ; in draw_sample() [all …]
|
| D | kfont.c | 186 static void draw_kfont_one( f32 cx, f32 cy, char c ) in draw_kfont_one() argument 213 x1 = cx * cursor_wd + cursor_x1 + letter_ox ; in draw_kfont_one() 231 s32 draw_kfont_s32( f32 cx, f32 cy, GXColor clr, s32 val ) in draw_kfont_s32() argument 247 x = cx ; in draw_kfont_s32() 270 s32 draw_kfont_f32( f32 cx, f32 cy, GXColor clr, f32 val, s32 keta ) in draw_kfont_f32() argument 297 x = cx + 1.0f + (f32)k ; in draw_kfont_f32() 313 a = draw_kfont_s32( cx, cy, clr, v ) ; in draw_kfont_f32() 316 draw_kfont_one( cx - a, cy, '-' ) ; in draw_kfont_f32() 327 void draw_kfont_bit( f32 cx, f32 cy, GXColor clr, u32 val, s32 keta ) in draw_kfont_bit() argument 331 f32 x = cx ; in draw_kfont_bit() [all …]
|
| /RvlSDK-3.3/build/demos/kpaddemo/include/ |
| D | kfont.h | 26 extern s32 draw_kfont_s32( f32 cx, f32 cy, GXColor clr, s32 val ) ; 27 extern s32 draw_kfont_f32( f32 cx, f32 cy, GXColor clr, f32 val, s32 keta ) ; 28 extern void draw_kfont_bit( f32 cx, f32 cy, GXColor clr, u32 val, s32 keta ) ; 29 extern void draw_kfont_letter( f32 cx, f32 cy, GXColor clr, char *str ) ; 31 extern f32 calc_kfont_x1( f32 cx ) ; 33 extern f32 calc_kfont_x2( f32 cx ) ;
|
| /RvlSDK-3.3/build/libraries/demo/src/ |
| D | DEMOPuts.c | 616 s32 cx; in DEMORFPuts() local 657 string = OSGetFontTexture(string, &image, &xChar, &yChar, &cx); in DEMORFPuts() 661 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPuts() 668 s32 cx; in DEMORFPutsEx() local 705 string = OSGetFontTexture(string, &image, &xChar, &yChar, &cx); in DEMORFPutsEx() 708 if (maxWidth < width + FontSize * cx / FontData->cellWidth + FontSpace) in DEMORFPutsEx() 716 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMORFPutsEx() 817 s32 cx; in DEMOGetRFTextWidth() local 834 string = OSGetFontWidth(string, &cx); in DEMOGetRFTextWidth() 835 width += FontSize * cx / FontData->cellWidth + FontSpace; in DEMOGetRFTextWidth()
|
| /RvlSDK-3.3/build/libraries/cx/ |
| D | makefile | 33 MODULENAME = cx 46 LIBNAME = cx
|
| /RvlSDK-3.3/build/demos/osdemo/src/ |
| D | fontdemo1.c | 132 s32 cx = 0; in DrawString() local 143 DrawCell(x + cx, y, xChar, yChar); in DrawString() 144 cx += width; in DrawString() 147 return cx; in DrawString()
|
| /RvlSDK-3.3/vcmv/depend/RVL/DEBUG/ |
| D | vcmv_test.d | 107 C:/Nintendo/Revolution/RVL_SDK/include/revolution/cx.h \ 108 C:/Nintendo/Revolution/RVL_SDK/include/revolution/cx/CXUncompression.h \ 110 C:/Nintendo/Revolution/RVL_SDK/include/revolution/cx/CXStreamingUncompression.h \ 111 C:/Nintendo/Revolution/RVL_SDK/include/revolution/cx/CXCompression.h \ 112 C:/Nintendo/Revolution/RVL_SDK/include/revolution/cx/CXSecureUncompression.h \
|
| /RvlSDK-3.3/build/demos/cxdemo/ |
| D | makefile | 40 CX_LIB = $(INSTALL_ROOT)/lib/cx$(LIBSUFFIX)
|
| /RvlSDK-3.3/build/ |
| D | makefile | 44 cx \ 205 cx \
|
| /RvlSDK-3.3/build/buildtools/ |
| D | commondefs | 213 $(INSTALL_ROOT)/lib/cx$(LIBSUFFIX) \
|