Home
last modified time | relevance | path

Searched refs:cx (Results 1 – 11 of 11) sorted by relevance

/RvlSDK-3.3/build/demos/kpaddemo/src/
Dmpls.c524 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 …]
Dsample.c765 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 …]
Dkfont.c186 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/
Dkfont.h26 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/
DDEMOPuts.c616 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/
Dmakefile33 MODULENAME = cx
46 LIBNAME = cx
/RvlSDK-3.3/build/demos/osdemo/src/
Dfontdemo1.c132 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/
Dvcmv_test.d107 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/
Dmakefile40 CX_LIB = $(INSTALL_ROOT)/lib/cx$(LIBSUFFIX)
/RvlSDK-3.3/build/
Dmakefile44 cx \
205 cx \
/RvlSDK-3.3/build/buildtools/
Dcommondefs213 $(INSTALL_ROOT)/lib/cx$(LIBSUFFIX) \