Searched refs:mpColorTable (Results 1 – 1 of 1) sorted by relevance
115 sal_uInt8* mpColorTable; // member in vcl::PNGReaderImpl209 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 31 milliseconds