Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpngread.cxx113 sal_uInt8* mpColorTable; // member in vcl::PNGReaderImpl
207 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 …]