Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2997 PopularColorCount* pCountTable = new PopularColorCount[ nTotalColors ]; in ImplReducePopular() local
3000 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 21 milliseconds