Home
last modified time | relevance | path

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

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