Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/Framebuffer/
Dfrb-aa-full.c62 static u16 copyLines; // number of scan lines to copy for bottom variable
103 copyLines = (u16) (rMode->efbHeight - COPY_OVERLAP); in main()
104 bufferOffset = VIPadFrameBufferWidth(rMode->fbWidth) * copyLines * in main()
182 GXSetDispCopySrc(0, COPY_OVERLAP, rMode->fbWidth, copyLines); in CopyBottom()