Searched refs:nTotalColors (Results 1 – 1 of 1) sorted by relevance
2994 const sal_uInt32 nTotalColors = nColorsPerComponent * nColorsPerComponent * nColorsPerComponent; in ImplReducePopular() local2997 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 41 milliseconds