Home
last modified time | relevance | path

Searched refs:nPalSize (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx265 const sal_uLong nPalSize = nColors * ( bQuad ? 4UL : 3UL ); in ImplReadDIBPalette() local
268 sal_uInt8* pEntries = new sal_uInt8[ nPalSize ]; in ImplReadDIBPalette()
269 rIStm.Read( pEntries, nPalSize ); in ImplReadDIBPalette()
827 const sal_uLong nPalSize = nColors * 4UL; in ImplWriteDIBPalette() local
828 sal_uInt8* pEntries = new sal_uInt8[ nPalSize ]; in ImplWriteDIBPalette()
842 rOStm.Write( pEntries, nPalSize ); in ImplWriteDIBPalette()

Completed in 28 milliseconds