Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/hio2demo/src/
Ddual-main.c385 u32 pixSize = (VI_DISPLAY_PIX_SZ << 1), lineSize = pixSize * w, i; in myPaintBox() local
391 sPtr = xfb + (pixSize * x) + (dwFbWidth * (y + i)); in myPaintBox()
392 for (ptr=sPtr; ptr<(sPtr + lineSize); ptr+=pixSize) in myPaintBox()