Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/wddemo/src/
Dsample.c125 …xfbSize = (u32)( VIPadFrameBufferWidth( sampleRend.fbWidth ) * sampleRend.xfbHeight * VI_DISPLAY_P… in SampleInit()
163 u16 xfbHeight; in SampleInit() local
168 yScale = GXGetYScaleFactor( sampleRend.efbHeight, sampleRend.xfbHeight ); in SampleInit()
169 xfbHeight = (u16)GXSetDispCopyYScale( yScale ); in SampleInit()
171 GXSetDispCopyDst( sampleRend.fbWidth, xfbHeight ); in SampleInit()
/RevoEX-2.3/build/demos/share/src/
Dgraphic.c149 …xfbSize = (u32)( VIPadFrameBufferWidth( sampleRend.fbWidth ) * sampleRend.xfbHeight * VI_DISPLAY_P… in REXDEMOInitScreen()
162 u16 xfbHeight; in REXDEMOInitScreen() local
167 yScale = GXGetYScaleFactor( sampleRend.efbHeight, sampleRend.xfbHeight ); in REXDEMOInitScreen()
168 xfbHeight = (u16)GXSetDispCopyYScale( yScale ); in REXDEMOInitScreen()
170 GXSetDispCopyDst( sampleRend.fbWidth, xfbHeight ); in REXDEMOInitScreen()