| /RvlSDK-3.2.2/build/demos/osdemo/src/ |
| D | fontdemo1.c | 173 u16 top = 0x00; in main() local 238 if (top < 0x10000 - 256) in main() 240 top += 256; in main() 242 if (256 <= top && top < 0x8100) in main() 244 top = 0x8100; in main() 246 else if (0x9800 < top) in main() 248 top = 0x9800; in main() 258 if (0 < top) in main() 260 top -= 256; in main() 262 if (256 <= top && top < 0x8100) in main() [all …]
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Management/ |
| D | mgt-triple-buf.c | 34 u16 top; member 430 f32 top = 0.050F; in CameraInit() local 434 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit() 589 q->top = QUEUE_EMPTY; in init_queue() 594 if (q->top == QUEUE_EMPTY) in enqueue() 596 q->top = q->bot = 0; in enqueue() 600 q->top = (u16) ((q->top+1) % QUEUE_MAX); in enqueue() 602 if (q->top == q->bot) in enqueue() 608 q->entry[q->top] = *qitm; in enqueue() 615 if (q->top == QUEUE_EMPTY) in dequeue() [all …]
|
| D | mgt-single-buf.c | 176 f32 top = 0.050F; in CameraInit() local 180 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit()
|
| /RvlSDK-3.2.2/man/en_US/CSS/ |
| D | revolution.css | 5 margin-top : 4pt; 22 border-top-style : none; 39 border-top-style : none; 60 margin-top : 2pt; 73 padding-top : 2pt; 98 top : auto; 123 top : auto; 130 margin-top : 2pt; 144 padding-top : 2pt; 154 padding-top : 2pt; [all …]
|
| D | titles2.css | 9 font-size : 20px;border-top-style : none;border-left-style : double;border-left-width : 8px;border-… 11 font-size : 16px;border-top-style : none;border-left-style : double;border-left-width : 8px;border-…
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/ |
| D | smp-octa.c | 143 f32 top = 0.0375F; in CameraInit() local 148 MTXFrustum(p, top, -top, left, -left, znear, zfar); in CameraInit()
|
| D | smp-light.c | 156 f32 top = 0.0375F; in CameraInit() local 160 MTXFrustum(p, top, -top, left, -left, znear, zfar); in CameraInit()
|
| D | smp-onetri_dl.c | 152 f32 top = 32.0F; in CameraInit() local 156 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit()
|
| D | smp-onetri.c | 126 f32 top = 32.0F; in CameraInit() local 130 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-fld-dbs.c | 148 f32 top = 0.050F; in CameraInit() local 152 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit()
|
| D | frb-copy.c | 47 f32 top; member 65 s32 top; member 329 sc->copyTex.top = 64; in DrawInit() 424 sc->copyTex.top -= ( DEMOPadGetStickY(0) / 24 ) * 2; in AnimTick() 429 Clamp(sc->copyTex.top, 0, sc->screen_height - sc->copyTex.height); in AnimTick() 670 y0 = (s16)( ct->top - 1 ); in DrawTexCopyFrame() 671 y1 = (s16)( ct->top + ct->height ); in DrawTexCopyFrame() 718 (u16)ct->top, in CopyTextureFromFB() 765 cam->cfg.top, in SetCamera() 766 - (cam->cfg.top), in SetCamera()
|
| D | frb-fld-int.c | 168 f32 top; in CameraInit() local 175 top = znear * (ms->height / 2.0F) / zmid; in CameraInit() 181 MTXFrustum(p, top, -top, -left, left, znear, zfar); in CameraInit()
|
| D | frb-fld-int-aa.c | 121 f32 top = 0.050F; in CameraInit() local 125 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit()
|
| D | frb-fld-dbs-aa.c | 117 f32 top = 0.050F; in CameraInit() local 121 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-shadow2.c | 77 f32 top; member 685 - (cam->cfg.top), // t = -y in projected texture in GetTexProjMtx() 686 cam->cfg.top, in GetTexProjMtx() 699 - (cam->cfg.top), // t = -y in projected texture in GetTexProjMtx() 700 cam->cfg.top, in GetTexProjMtx() 766 cam->cfg.top, in SetCamera() 767 - (cam->cfg.top), in SetCamera() 777 cam->cfg.top, in SetCamera() 778 - (cam->cfg.top), in SetCamera()
|
| D | tg-dual.c | 49 f32 top; member 437 cam->cfg.top, in SetCamera() 438 - (cam->cfg.top), in SetCamera() 543 - (sc->light.cam.cfg.top), in SetTexGenPos() 544 sc->light.cam.cfg.top, in SetTexGenPos()
|
| D | tg-shadow.c | 50 f32 top; member 550 - (cam->cfg.top), // t = -y in projected texture in GetTexProjMtx() 551 cam->cfg.top, in GetTexProjMtx() 593 cam->cfg.top, in SetCamera() 594 - (cam->cfg.top), in SetCamera()
|
| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXTransform.h | 120 f32 top, 133 f32 top,
|
| D | GXGet.h | 115 static inline void GXGetViewport( f32 *left, f32 *top, in GXGetViewport() argument 121 *left = vp[0]; *top = vp[1]; in GXGetViewport() 131 u32* top,
|
| D | GXCull.h | 56 void GXSetScissor ( u32 left, u32 top, u32 wd, u32 ht );
|
| /RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/ |
| D | THPPlayer.c | 64 s32 top; member 894 if (StreamInfo.top != StreamInfo.bottom) in THPPlayerSkip() 896 StreamInfo.curSampleNum = StreamInfo.boundary[StreamInfo.top]; in THPPlayerSkip() 897 StreamInfo.top++; in THPPlayerSkip() 898 if (StreamInfo.top >= BOUNDARY_NUM) in THPPlayerSkip() 900 StreamInfo.top = 0; in THPPlayerSkip() 1589 StreamInfo.top = 0; in StreamInit() 1683 index = StreamInfo.top; in StreamReInit() 1748 index = StreamInfo.top; in StreamReInit() 1842 while (StreamInfo.top != StreamInfo.bottom) in CheckBoundary() [all …]
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Performance/ |
| D | perf-sync.c | 134 f32 top = 320.0F; in CameraInit() local 138 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit()
|
| /RvlSDK-3.2.2/build/demos/videmo/src/ |
| D | smp-onetri_Progressive.c | 174 f32 top = 32.0F; in CameraInit() local 178 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit()
|
| D | smp-onetri_PAL.c | 305 f32 top = 32.0F; in CameraInit() local 309 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-wrap.c | 40 f32 top; member 347 cam->cfg.top, in SetCamera() 348 - (cam->cfg.top), in SetCamera()
|