Home
last modified time | relevance | path

Searched refs:PopArtEntry (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx923 struct PopArtEntry struct
935 if( ( (PopArtEntry*) p1 )->mnCount < ( (PopArtEntry*) p2 )->mnCount ) in ImplPopArtCmpFnc() argument
937 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 12 milliseconds