Searched refs:pCountTable (Results 1 – 1 of 1) sorted by relevance
2997 PopularColorCount* pCountTable = new PopularColorCount[ nTotalColors ]; in ImplReducePopular() local3000 rtl_zeroMemory( pCountTable, nTotalColors * sizeof( PopularColorCount ) ); in ImplReducePopular()3008 pCountTable[ nIndex ].mnIndex = nIndex; in ImplReducePopular()3021 pCountTable[ ( ( ( (sal_uInt32) rCol.GetRed() ) >> nRightShiftBits ) << nLeftShiftBits2 ) | in ImplReducePopular()3034 pCountTable[ ( ( ( (sal_uInt32) aCol.GetRed() ) >> nRightShiftBits ) << nLeftShiftBits2 ) | in ImplReducePopular()3043 qsort( pCountTable, nTotalColors, sizeof( PopularColorCount ), ImplPopularCmpFnc ); in ImplReducePopular()3047 const PopularColorCount& rPop = pCountTable[ n ]; in ImplReducePopular()3100 delete[] pCountTable; in ImplReducePopular()
Completed in 13 milliseconds