| /RvlSDK-3.1.4/build/demos/kpaddemo/src/ |
| D | graphic.c | 109 void draw_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_line() argument 115 GXPosition2f32( x1, y1 ) ; in draw_line() 124 void draw_dashed_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_dashed_line() argument 128 f32 dx = x2 - x1; in draw_dashed_line() 136 GXPosition2f32( x1+dx/(2*DIV)*(2*i+0), y1+dy/(2*DIV)*(2*i+0) ) ; in draw_dashed_line() 137 GXPosition2f32( x1+dx/(2*DIV)*(2*i+1), y1+dy/(2*DIV)*(2*i+1) ) ; in draw_dashed_line() 146 void draw_arrow( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_arrow() argument 150 vx = x2 - x1 ; in draw_arrow() 160 draw_line( x1,y1, x2,y2, clr, width ) ; in draw_arrow() 169 void draw_dashed_arrow( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_dashed_arrow() argument [all …]
|
| D | sample.c | 452 f32 x1,y1, x2,y2 ; in draw_cursor() local 454 x1 = calc_kfont_x1( csr_x ) ; in draw_cursor() 462 draw_line( x1,y1, x2,y1, white_clr, 2 ) ; in draw_cursor() 464 draw_line( x2,y2, x1,y2, white_clr, 2 ) ; in draw_cursor() 465 draw_line( x1,y2, x1,y1, white_clr, 2 ) ; in draw_cursor() 474 f32 rx,ry, x1,y1, x2,y2 ; in draw_dpd_frame() local 478 x1 = dpd_disp_ox - rx ; in draw_dpd_frame() 486 GXPosition2f32( x1, y1 ) ; in draw_dpd_frame() 489 GXPosition2f32( x1, y2 ) ; in draw_dpd_frame() 705 f32 x1,x2, y, r ; in draw_sample() local [all …]
|
| D | kfont.c | 187 f32 x1,x2, y1,y2, s1,s2 ; in draw_kfont_one() local 206 x1 = cx * cursor_wd + cursor_x1 + letter_ox ; in draw_kfont_one() 207 x2 = x1 + letter_wd ; in draw_kfont_one() 213 GXPosition2f32( x1,y1 ) ; GXTexCoord2f32( s1,t1_ofs ) ; in draw_kfont_one() 216 GXPosition2f32( x1,y2 ) ; GXTexCoord2f32( s1,1.0f ) ; in draw_kfont_one()
|
| /RvlSDK-3.1.4/build/demos/kpadOlddemo/src/ |
| D | graphic.c | 115 void draw_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_line() argument 121 GXPosition2f32( x1, y1 ) ; in draw_line() 130 void draw_dashed_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_dashed_line() argument 134 f32 dx = x2 - x1; in draw_dashed_line() 142 GXPosition2f32( x1+dx/(2*DIV)*(2*i+0), y1+dy/(2*DIV)*(2*i+0) ) ; in draw_dashed_line() 143 GXPosition2f32( x1+dx/(2*DIV)*(2*i+1), y1+dy/(2*DIV)*(2*i+1) ) ; in draw_dashed_line() 152 void draw_arrow( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_arrow() argument 157 vx = x2 - x1 ; in draw_arrow() 167 draw_line( x1,y1, x2,y2, clr, width ) ; in draw_arrow() 176 void draw_dashed_arrow( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_dashed_arrow() argument [all …]
|
| D | sample.c | 373 f32 x1,y1, x2,y2 ; in draw_cursor() local 375 x1 = calc_kfont_x1( csr_x ) ; in draw_cursor() 379 draw_line( x1,y1, x2,y1, white_clr, 2 ) ; in draw_cursor() 381 draw_line( x2,y2, x1,y2, white_clr, 2 ) ; in draw_cursor() 382 draw_line( x1,y2, x1,y1, white_clr, 2 ) ; in draw_cursor() 391 f32 rx,ry, x1,y1, x2,y2 ; in draw_dpd_frame() local 396 x1 = dpd_disp_ox - rx ; in draw_dpd_frame() 404 GXPosition2f32( x1, y1 ) ; in draw_dpd_frame() 407 GXPosition2f32( x1, y2 ) ; in draw_dpd_frame() 499 f32 x1,x2, y, r ; in draw_sample() local [all …]
|
| D | kfont.c | 187 f32 x1,x2, y1,y2, s1,s2 ; in draw_kfont_one() local 206 x1 = cx * cursor_wd + cursor_x1 + letter_ox ; in draw_kfont_one() 207 x2 = x1 + letter_wd ; in draw_kfont_one() 213 GXPosition2f32( x1,y1 ) ; GXTexCoord2f32( s1,t1_ofs ) ; in draw_kfont_one() 216 GXPosition2f32( x1,y2 ) ; GXTexCoord2f32( s1,1.0f ) ; in draw_kfont_one()
|
| /RvlSDK-3.1.4/build/demos/kpadOlddemo/include/ |
| D | graphic.h | 39 extern void draw_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) ; 40 extern void draw_dashed_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ); 41 extern void draw_arrow( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) ; 42 extern void draw_dashed_arrow( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width );
|
| /RvlSDK-3.1.4/build/demos/kpaddemo/include/ |
| D | graphic.h | 39 extern void draw_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) ; 40 extern void draw_dashed_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ); 41 extern void draw_arrow( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) ; 42 extern void draw_dashed_arrow( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width );
|
| /RvlSDK-3.1.4/build/libraries/demo/src/ |
| D | DEMOWin.c | 272 DEMOWinInfo *DEMOWinCreateWindow(s32 x1, s32 y1, s32 x2, s32 y2, char *caption, u16 scroll, void *f… in DEMOWinCreateWindow() argument 277 ASSERTMSG((x1 < x2), "DEMOWIN: Illegal X coords for window\n"); in DEMOWinCreateWindow() 284 handle->x1 = x1; in DEMOWinCreateWindow() 289 handle->pixel_width = (u16)(x2 - x1 + 1); in DEMOWinCreateWindow() 306 OSReport("x1: %4d\n", handle->x1); in DEMOWinCreateWindow() 923 GXPosition3f32(ptr->x1, ptr->y1, (f32)(ptr->priority)); in DEMOWinRefresh() 932 GXPosition3f32(ptr->x1, ptr->y2, (f32)(ptr->priority)); in DEMOWinRefresh() 940 GXPosition3f32(ptr->x1, ptr->y1, (f32)(ptr->priority)); in DEMOWinRefresh() 949 GXPosition3f32(ptr->x1, ptr->y1+FONT_CHAR_HEIGHT+2, (f32)(ptr->priority)); in DEMOWinRefresh() 972 GXPosition3f32(ptr->x1, ptr->y1, (f32)(ptr->priority)); in DEMOWinRefresh() [all …]
|
| /RvlSDK-3.1.4/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-bound-box.c | 364 s16 x0, x1, y0, y1; in DrawBoundingBox() local 383 x1 = (s16)bb[2]; in DrawBoundingBox() 390 GXPosition3s16(x1, y0, 0); in DrawBoundingBox() 392 GXPosition3s16(x1, y1, 0); in DrawBoundingBox()
|
| D | frb-copy.c | 655 s16 x0, x1, y0, y1; in DrawTexCopyFrame() local 669 x1 = (s16)( ct->left + ct->width ); in DrawTexCopyFrame() 677 GXPosition3s16(x1, y0, 0); in DrawTexCopyFrame() 679 GXPosition3s16(x1, y1, 0); in DrawTexCopyFrame()
|
| /RvlSDK-3.1.4/build/demos/gxdemo/src/Transform/ |
| D | tf-mirror.c | 253 f32 x1, x2, y1, y2; // used for texture projection matrix calculation in DrawTick() local 316 x1 = ((f32) minx / (XCENTER/VpScale) ) - 1.0f; in DrawTick() 322 1.0f/(x2-x1), -1.0f/(y2-y1), in DrawTick() 323 -x1/(x2-x1), -y1/(y2-y1)); in DrawTick()
|
| /RvlSDK-3.1.4/build/demos/gxdemo/src/PixelProc/ |
| D | pix-z-comp.c | 366 f32 x0, y0, x1, y1, z; member 445 GXPosition3f32( rect[i].x1, rect[i].y0, rect[i].z ); in myDrawModel() 446 GXPosition3f32( rect[i].x1, rect[i].y1, rect[i].z ); in myDrawModel()
|
| D | pix-a-comp.c | 468 f32 x0, y0, x1, y1, z; member 545 GXPosition3f32( rect[i].x1, rect[i].y0, rect[i].z ); in myDrawModel() 546 GXPosition3f32( rect[i].x1, rect[i].y1, rect[i].z ); in myDrawModel()
|
| /RvlSDK-3.1.4/build/demos/gxdemo/src/Culling/ |
| D | cul-viewport.c | 462 void myDrawRectangle( f32 x0, f32 y0, f32 x1, f32 y1, GXColor color ) in myDrawRectangle() argument 467 x1 += 0.5f; in myDrawRectangle() 493 GXPosition3f32( x1, y0, 0.0f ); in myDrawRectangle() 494 GXPosition3f32( x1, y1, 0.0f ); in myDrawRectangle()
|
| D | cul-faces.c | 506 s32 xs, zs, x0, z0, x1, z1; in myDrawArrow() local 526 x1 = (s32)( c * COS30 + s * SIN30 + 0.5f ); in myDrawArrow() 532 GXPosition3s16( (s16)( xs + x1 ), RPOSY, (s16)( zs + z1 ) ); in myDrawArrow()
|
| /RvlSDK-3.1.4/include/demo/ |
| D | DEMOWin.h | 202 s32 x1; member 373 DEMOWinInfo *DEMOWinCreateWindow (s32 x1, s32 y1, s32 x2, s32 y2, char *caption, u16 scroll…
|
| /RvlSDK-3.1.4/build/demos/wpaddemo/src/ |
| D | full_mode.c | 143 static void RenderLine( s16 x1, s16 y1, s16 x2, s16 y2, GXColor clr ) in RenderLine() argument 163 GXPosition2s16(x1, y1); in RenderLine()
|
| /RvlSDK-3.1.4/build/demos/gxdemo/src/Geometry/ |
| D | geo-particle.c | 612 double x1, x2, w, y1; in BoxMuller() local 625 x1 = 2.0 * rndf() - 1.0; in BoxMuller() 627 w = (x1 * x1) + (x2 * x2); in BoxMuller() 631 y1 = x1 * w; in BoxMuller()
|
| /RvlSDK-3.1.4/build/demos/axdemo/src/ |
| D | dpl2demo.c | 481 (u16)(MenuPtr->handle->x1), in main()
|
| D | expdelay.c | 857 (u16)(MenuPtr->handle->x1), in main()
|
| /RvlSDK-3.1.4/build/demos/hio2demo/vc++/dual/ |
| D | dual.rc | 136 FONT 8, "MS Shell Dlg", 0, 0, 0x1 146 FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
| D | double-common.rc | 153 FONT 8, "MS Shell Dlg", 0, 0, 0x1 164 FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
| /RvlSDK-3.1.4/build/demos/hio2demo/vc++/multi/ |
| D | multi.rc | 181 FONT 8, "MS Shell Dlg", 0, 0, 0x1 191 FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
| /RvlSDK-3.1.4/build/demos/spdemo/src/ |
| D | spdemo.c | 607 …ProfileWin = DEMOWinCreateWindow((u16)(MenuPtr->handle->x1), (u16)(MenuPtr->handle->y2+10), (u16)(… in main()
|