Home
last modified time | relevance | path

Searched refs:pPopArtTable (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx963 PopArtEntry* pPopArtTable = new PopArtEntry[ nEntryCount ]; in ImplPopArt() local
967 PopArtEntry& rEntry = pPopArtTable[ n ]; in ImplPopArt()
975 pPopArtTable[ pWriteAcc->GetPixel( nY, nX ).GetIndex() ].mnCount++; in ImplPopArt()
978 qsort( pPopArtTable, nEntryCount, sizeof( PopArtEntry ), ImplPopArtCmpFnc ); in ImplPopArt()
985 if( pPopArtTable[ n ].mnCount ) in ImplPopArt()
989 …irstCol( pWriteAcc->GetPaletteColor( sal::static_int_cast<sal_uInt16>(pPopArtTable[ 0 ].mnIndex) )… in ImplPopArt()
992 … pWriteAcc->SetPaletteColor( sal::static_int_cast<sal_uInt16>(pPopArtTable[ nFirstEntry ].mnIndex), in ImplPopArt()
993 …pWriteAcc->GetPaletteColor( sal::static_int_cast<sal_uInt16>(pPopArtTable[ nFirstEntry + 1 ].mnInd… in ImplPopArt()
995 …pWriteAcc->SetPaletteColor( sal::static_int_cast<sal_uInt16>(pPopArtTable[ nLastEntry ].mnIndex), … in ImplPopArt()
998 delete[] pPopArtTable; in ImplPopArt()

Completed in 16 milliseconds