Home
last modified time | relevance | path

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

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