Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 10 of 10) sorted by relevance

/RvlSDK-3.2/man/en_US/CSS/
Dtitles2.css9bottom-style : solid;margin-left : 1px;margin-bottom : 1px;border-bottom-width : 2px;font-weight :…
11bottom-style : solid;margin-left : 1px;margin-bottom : 1px;border-bottom-width : 2px;font-weight :…
Drevolution.css12 border-bottom-width : 5px;
13 border-bottom-style : solid;
14 border-bottom-color : green;
15 padding-bottom : 1px;
16 margin-bottom : 20px;
25 border-bottom-style : solid;
27 margin-bottom : 1px;
28 border-bottom-width : 2px;
33 border-bottom-color : yellowgreen;
42 border-bottom-style : solid;
[all …]
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c65 s32 bottom; member
894 if (StreamInfo.top != StreamInfo.bottom) in THPPlayerSkip()
1590 StreamInfo.bottom = 0; in StreamInit()
1685 while (index != StreamInfo.bottom) in StreamReInit()
1750 while (index != StreamInfo.bottom) in StreamReInit()
1818 StreamInfo.boundary[StreamInfo.bottom] = boundarySampleNum; in EntryBoundary()
1819 StreamInfo.bottom++; in EntryBoundary()
1820 if (StreamInfo.bottom >= BOUNDARY_NUM) in EntryBoundary()
1822 StreamInfo.bottom = 0; in EntryBoundary()
1842 while (StreamInfo.top != StreamInfo.bottom) in CheckBoundary()
/RvlSDK-3.2/include/revolution/
DkpadOld.h110 f32 bottom; member
Dkpad.h104 f32 bottom; member
/RvlSDK-3.2/include/revolution/gx/
DGXFrameBuffer.h198 void GXReadBoundingBox ( u16 *left, u16 *top, u16 *right, u16 *bottom );
/RvlSDK-3.2/build/demos/hio2demo/vc++/multi/
Dmulti.rc343 ID_WINDOW_ARRANGE "Arrange icons at the bottom of the window\nArrange Icons"
/RvlSDK-3.2/build/buildtools/
Dmodulerules27 # bottom of the module makefile, such as :
/RvlSDK-3.2/build/libraries/kpadOld/src/
DKPAD.c361 f32 projection_height = projRect->bottom - projRect->top; in KPADGetProjectionPos()
/RvlSDK-3.2/build/libraries/kpad/src/
DKPAD.c472 f32 projection_height = projRect->bottom - projRect->top ; in KPADGetProjectionPos()