| /RvlSDK-3.3/man/en_US/hbm/css/ |
| D | hbm_common.css | 7 padding : 0px; 8 margin-left : 20px; 24 padding : 2px 8px 2px 4px; 25 margin : 0px; 38 padding : 2px 4px 2px 4px; 39 margin : 0px; 54 margin : 8px 8px 10px 20px; 60 border : solid 1px #000; 61 padding : 2px 1em 2px 2px; 68 border : solid 1px #000; [all …]
|
| D | revolution.css | 9 font-size : 36px; 12 border-bottom-width : 5px; 15 padding-bottom : 1px; 16 margin-bottom : 20px; 21 font-size : 20px; 24 border-left-width : 8px; 26 margin-left : 1px; 27 margin-bottom : 1px; 28 border-bottom-width : 2px; 31 padding-left : 10px; [all …]
|
| /RvlSDK-3.3/vcmv/man/en_US/CSS/ |
| D | revolution.css | 9 font-size : 36px; 12 border-bottom-width : 5px; 15 padding-bottom : 1px; 16 margin-bottom : 20px; 21 font-size : 20px; 24 border-left-width : 8px; 26 margin-left : 1px; 27 margin-bottom : 1px; 28 border-bottom-width : 2px; 31 padding-left : 10px; [all …]
|
| D | titles2.css | 6 margin-left : 3px; 9 …px;border-top-style : none;border-left-style : double;border-left-width : 8px;border-bottom-style … 11 …px;border-top-style : none;border-left-style : double;border-left-width : 8px;border-bottom-style …
|
| /RvlSDK-3.3/man/en_US/CSS/ |
| D | revolution.css | 9 font-size : 36px; 12 border-bottom-width : 5px; 15 padding-bottom : 1px; 16 margin-bottom : 20px; 21 font-size : 20px; 24 border-left-width : 8px; 26 margin-left : 1px; 27 margin-bottom : 1px; 28 border-bottom-width : 2px; 31 padding-left : 10px; [all …]
|
| D | titles2.css | 6 margin-left : 3px; 9 …px;border-top-style : none;border-left-style : double;border-left-width : 8px;border-bottom-style … 11 …px;border-top-style : none;border-left-style : double;border-left-width : 8px;border-bottom-style …
|
| /RvlSDK-3.3/vcmv/man/ja_JP/CSS/ |
| D | revolution.css | 9 font-size : 36px; 12 border-bottom-width : 5px; 15 padding-bottom : 1px; 16 margin-bottom : 20px; 21 font-size : 20px; 24 border-left-width : 8px; 26 margin-left : 1px; 27 margin-bottom : 1px; 28 border-bottom-width : 2px; 31 padding-left : 10px; [all …]
|
| D | titles2.css | 6 margin-left : 3px; 9 …px;border-top-style : none;border-left-style : double;border-left-width : 8px;border-bottom-style … 11 …px;border-top-style : none;border-left-style : double;border-left-width : 8px;border-bottom-style …
|
| /RvlSDK-3.3/build/libraries/wpad/src/ |
| D | WPADClamp.c | 41 static void __ClampStickOctagon ( void *px, void *py, s16 max, s16 xy, s16 min, u8 type ); 42 static void __ClampStickCircle ( void *px, void *py, s16 radius, s16 min, u8 type ); 44 static void __ClampCube ( s16 *px, s16 *py, s16 *pz, WPADAcc unit, f32 max ); 45 static void __ClampSphere ( s16 *px, s16 *py, s16 *pz, WPADAcc unit, f32 max ); 344 static void __ClampStickOctagon(void* px, void* py, s16 max, s16 xy, s16 min, u8 type) in __ClampStickOctagon() argument 354 x = *((s8*)px); in __ClampStickOctagon() 359 x = *((s16*)px); in __ClampStickOctagon() 405 *((s8*)px) = 0; in __ClampStickOctagon() 410 *((s16*)px) = 0; in __ClampStickOctagon() 455 *(s8*)px = (s8) (signX * x); in __ClampStickOctagon() [all …]
|
| /RvlSDK-3.3/build/demos/gxdemo/src/TexGen/ |
| D | tg-shadow3.c | 772 f32 px, py, pz, dr; in DrawSpiral() local 792 px = dx[i % SP_NUMR]; in DrawSpiral() 796 GXPosition3f32(px, py, pz); in DrawSpiral() 797 GXNormal3f32(-px, -py, 1.0F); in DrawSpiral() 798 GXPosition3f32(px*0.5F, py*0.5F, pz); in DrawSpiral() 799 GXNormal3f32(-px, -py, 0.5F); in DrawSpiral() 807 px = dx[i % SP_NUMR]; in DrawSpiral() 811 GXPosition3f32(px*0.5F, py*0.5F, pz); in DrawSpiral() 812 GXNormal3f32(-px, -py, -0.5F); in DrawSpiral() 813 GXPosition3f32(px, py, pz); in DrawSpiral() [all …]
|
| /RvlSDK-3.3/build/demos/kpaddemo/src/ |
| D | mpls.c | 482 f32 px = ax * radius + ox ; in draw_acc() local 486 draw_dashed_arrow( ox,oy, px,py, clr, 4 ) ; in draw_acc() 488 draw_arrow( ox,oy, px,py, clr, 4 ) ; in draw_acc() 490 draw_point( px,py, white_clr, 4 ) ; in draw_acc() 523 f32 px,py, scale, ofx,ofy ; in draw_object() local 546 px = (f32)op->x * scale + ofx ; in draw_object() 550 draw_point( px,py, white_clr, 5 ) ; in draw_object() 551 draw_circle( px,py, 5, black_clr, 2 ) ; in draw_object() 552 draw_circle( px,py, 4, smoke_clr, 2 ) ; in draw_object() 553 draw_circle( px,py, 3, gray_clr, 2 ) ; in draw_object() [all …]
|
| D | sample.c | 491 f32 px = ax * radius + ox ; in draw_acc() local 495 draw_dashed_arrow( ox,oy, px,py, clr, 4 ) ; in draw_acc() 497 draw_arrow( ox,oy, px,py, clr, 4 ) ; in draw_acc() 499 draw_point( px,py, white_clr, 4 ) ; in draw_acc() 507 f32 px = sx * radius + ox; in draw_stick() local 511 draw_dashed_arrow( ox,oy, px,py, clr, 4 ) ; in draw_stick() 513 draw_arrow( ox,oy, px,py, clr, 4 ) ; in draw_stick() 515 draw_point( px,py, white_clr, 4 ) ; in draw_stick() 593 f32 px,py, scale, ofx,ofy ; in draw_object() local 653 px = (f32)op->x * scale + ofx ; in draw_object() [all …]
|
| D | graphic.c | 152 void draw_point( f32 px, f32 py, GXColor clr, f32 size ) in draw_point() argument 158 GXPosition2f32( px, py ) ; in draw_point()
|
| /RvlSDK-3.3/build/libraries/pad/src/ |
| D | Padclamp.c | 152 static void ClampStick(s8* px, s8* py, s8 max, s8 xy, s8 min) in ClampStick() argument 154 int x = *px; in ClampStick() 200 *px = *py = 0; in ClampStick() 225 *px = (s8) (signX * x); in ClampStick() 241 static void ClampCircle(s8* px, s8* py, s8 radius, s8 min) in ClampCircle() argument 243 int x = *px; in ClampCircle() 286 *px = (s8)x; in ClampCircle()
|
| /RvlSDK-3.3/build/libraries/gd/src/ |
| D | GDLight.c | 289 f32 px, py, pz; in GDSetSpecularDirHA() local 291 px = -nx * BIG_NUMBER; in GDSetSpecularDirHA() 296 GDWrite_f32(px); in GDSetSpecularDirHA() 319 f32 px, py, pz; in GDSetSpecularDir() local 337 px = -nx * BIG_NUMBER; in GDSetSpecularDir() 342 GDWrite_f32(px); in GDSetSpecularDir()
|
| /RvlSDK-3.3/build/demos/gxdemo/src/Texture/ |
| D | tex-preload.c | 211 f32 px, py; in DrawTick() local 239 px = 220.0F * cosf(i * PI * 45 / 180); in DrawTick() 241 MTXTrans( mt, px, py, 0.0F ); in DrawTick()
|
| /RvlSDK-3.3/build/demos/kpaddemo/include/ |
| D | graphic.h | 40 extern void draw_point( f32 px, f32 py, GXColor clr, f32 size ) ;
|
| /RvlSDK-3.3/build/demos/gxdemo/src/Lighting/ |
| D | lit-tx-alpha.c | 386 f32 px, py, pz, nx, ny, nz; in CreateTessPanel() local 397 px = (f32)ix / 15; in CreateTessPanel() 457 pnl->posArray[in] = px; in CreateTessPanel()
|
| D | lit-spot.c | 493 f32 px, py, pz, nx, ny, nz; in CreateTessPanel() local 504 px = (f32)ix / 15.0F; in CreateTessPanel() 564 pnl->posArray[in] = px; in CreateTessPanel()
|