Searched refs:PopArtEntry (Results 1 – 1 of 1) sorted by relevance
923 struct PopArtEntry struct935 if( ( (PopArtEntry*) p1 )->mnCount < ( (PopArtEntry*) p2 )->mnCount ) in ImplPopArtCmpFnc() argument937 else if( ( (PopArtEntry*) p1 )->mnCount == ( (PopArtEntry*) p2 )->mnCount ) in ImplPopArtCmpFnc()963 PopArtEntry* pPopArtTable = new PopArtEntry[ nEntryCount ]; in ImplPopArt()967 PopArtEntry& rEntry = pPopArtTable[ n ]; in ImplPopArt()978 qsort( pPopArtTable, nEntryCount, sizeof( PopArtEntry ), ImplPopArtCmpFnc ); in ImplPopArt()
Completed in 61 milliseconds