Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 69) sorted by relevance

123

/RvlSDK-3.2.2/build/demos/osdemo/src/
Dfontdemo1.c173 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/
Dmgt-triple-buf.c34 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 …]
Dmgt-single-buf.c176 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/
Drevolution.css5 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 …]
Dtitles2.css9 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/
Dsmp-octa.c143 f32 top = 0.0375F; in CameraInit() local
148 MTXFrustum(p, top, -top, left, -left, znear, zfar); in CameraInit()
Dsmp-light.c156 f32 top = 0.0375F; in CameraInit() local
160 MTXFrustum(p, top, -top, left, -left, znear, zfar); in CameraInit()
Dsmp-onetri_dl.c152 f32 top = 32.0F; in CameraInit() local
156 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit()
Dsmp-onetri.c126 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/
Dfrb-fld-dbs.c148 f32 top = 0.050F; in CameraInit() local
152 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit()
Dfrb-copy.c47 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()
Dfrb-fld-int.c168 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()
Dfrb-fld-int-aa.c121 f32 top = 0.050F; in CameraInit() local
125 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit()
Dfrb-fld-dbs-aa.c117 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/
Dtg-shadow2.c77 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()
Dtg-dual.c49 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()
Dtg-shadow.c50 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/
DGXTransform.h120 f32 top,
133 f32 top,
DGXGet.h115 static inline void GXGetViewport( f32 *left, f32 *top, in GXGetViewport() argument
121 *left = vp[0]; *top = vp[1]; in GXGetViewport()
131 u32* top,
DGXCull.h56 void GXSetScissor ( u32 left, u32 top, u32 wd, u32 ht );
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c64 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/
Dperf-sync.c134 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/
Dsmp-onetri_Progressive.c174 f32 top = 32.0F; in CameraInit() local
178 MTXFrustum(p, left, -left, -top, top, znear, zfar); in CameraInit()
Dsmp-onetri_PAL.c305 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/
Dtex-wrap.c40 f32 top; member
347 cam->cfg.top, in SetCamera()
348 - (cam->cfg.top), in SetCamera()

123