Searched refs:pPopArtTable (Results 1 – 1 of 1) sorted by relevance
963 PopArtEntry* pPopArtTable = new PopArtEntry[ nEntryCount ]; in ImplPopArt() local967 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 19 milliseconds