Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpngread.cxx115 sal_uInt8* mpColorTable; // member in vcl::PNGReaderImpl
209 mpColorTable ( (sal_uInt8*) mpDefaultColorTable ), in PNGReaderImpl()
259 if( mpColorTable != mpDefaultColorTable ) in ~PNGReaderImpl()
260 delete[] mpColorTable; in ~PNGReaderImpl()
756 mpColorTable[ nStart ], mpColorTable[ nStart ] ) ); in ImplGetGrayPalette()
772 sal_uInt8 nRed = mpColorTable[ *maDataIter++ ]; in ImplReadPalette()
773 sal_uInt8 nGreen = mpColorTable[ *maDataIter++ ]; in ImplReadPalette()
774 sal_uInt8 nBlue = mpColorTable[ *maDataIter++ ]; in ImplReadPalette()
877 if ( mpColorTable == mpDefaultColorTable ) in ImplGetGamma()
878 mpColorTable = new sal_uInt8[ 256 ]; in ImplGetGamma()
[all …]

Completed in 29 milliseconds