Home
last modified time | relevance | path

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

/aoo41x/main/vcl/source/gdi/
H A Dpngread.cxx114 sal_uInt8* mpColorTable; // member in vcl::PNGReaderImpl
208 mpColorTable ( (sal_uInt8*) mpDefaultColorTable ), in PNGReaderImpl()
258 if( mpColorTable != mpDefaultColorTable ) in ~PNGReaderImpl()
259 delete[] mpColorTable; in ~PNGReaderImpl()
746 mpColorTable[ nStart ], mpColorTable[ nStart ] ) ); in ImplGetGrayPalette()
762 sal_uInt8 nRed = mpColorTable[ *maDataIter++ ]; in ImplReadPalette()
763 sal_uInt8 nGreen = mpColorTable[ *maDataIter++ ]; in ImplReadPalette()
764 sal_uInt8 nBlue = mpColorTable[ *maDataIter++ ]; in ImplReadPalette()
867 if ( mpColorTable == mpDefaultColorTable ) in ImplGetGamma()
868 mpColorTable = new sal_uInt8[ 256 ]; in ImplGetGamma()
[all …]

Completed in 21 milliseconds