Searched refs:mpColorTable (Results 1 – 1 of 1) sorted by relevance
113 sal_uInt8* mpColorTable; // member in vcl::PNGReaderImpl207 mpColorTable ( (sal_uInt8*) mpDefaultColorTable ), in PNGReaderImpl()257 if( mpColorTable != mpDefaultColorTable ) in ~PNGReaderImpl()258 delete[] mpColorTable; in ~PNGReaderImpl()753 mpAcc->SetPaletteColor( (sal_uInt16)i, BitmapColor( mpColorTable[ nStart ], in ImplGetGrayPalette()754 mpColorTable[ nStart ], mpColorTable[ nStart ] ) ); in ImplGetGrayPalette()770 sal_uInt8 nRed = mpColorTable[ *maDataIter++ ]; in ImplReadPalette()771 sal_uInt8 nGreen = mpColorTable[ *maDataIter++ ]; in ImplReadPalette()772 sal_uInt8 nBlue = mpColorTable[ *maDataIter++ ]; in ImplReadPalette()875 if ( mpColorTable == mpDefaultColorTable ) in ImplGetGamma()[all …]