Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2994 const sal_uInt32 nTotalColors = nColorsPerComponent * nColorsPerComponent * nColorsPerComponent; in ImplReducePopular() local
2997 PopularColorCount* pCountTable = new PopularColorCount[ nTotalColors ]; in ImplReducePopular()
3000 rtl_zeroMemory( pCountTable, nTotalColors * sizeof( PopularColorCount ) ); in ImplReducePopular()
3043 qsort( pCountTable, nTotalColors, sizeof( PopularColorCount ), ImplPopularCmpFnc ); in ImplReducePopular()
3059 sal_uInt8* pIndexMap = new sal_uInt8[ nTotalColors ]; in ImplReducePopular()

Completed in 23 milliseconds