Searched refs:mpColorTable (Results 1 – 1 of 1) sorted by relevance
114 sal_uInt8* mpColorTable; // member in vcl::PNGReaderImpl208 mpColorTable ( (sal_uInt8*) mpDefaultColorTable ), in PNGReaderImpl()258 if( mpColorTable != mpDefaultColorTable ) in ~PNGReaderImpl()259 delete[] mpColorTable; in ~PNGReaderImpl()745 mpAcc->SetPaletteColor( (sal_uInt16)i, BitmapColor( mpColorTable[ nStart ], in ImplGetGrayPalette()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()[all …]