Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/hio2demo/src/
Ddual-main.c49 static u32 dwFbWidth, dwFbSize; variable
274 dwFbWidth = in myAppInit()
276 dwFbSize = (u32)(dwFbWidth * rmp->xfbHeight); in myAppInit()
391 sPtr = xfb + (pixSize * x) + (dwFbWidth * (y + i)); in myPaintBox()