Home
last modified time | relevance | path

Searched refs:cellY (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1.4/include/revolution/
Dfnt.h75 u16 cellY; // vertical position in texture image member
/RvlSDK-3.1.4/build/demos/fntdemo/src/
Dfntdemo1.c126 u16 texTop = (u16)(tex->cellY in DrawChar()
130 u16 texBottom = (u16)((tex->cellY + tex->charHeight) in DrawChar()