Home
last modified time | relevance | path

Searched refs:m_indices2 (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx66 sal_uInt32 *m_indices2; member in basegfx::radixSort
82 m_indices2 = NULL; in radixSort()
91 delete [] m_indices2; in ~radixSort()
103 if(m_indices2) in resize()
104 delete [] m_indices2; in resize()
110 m_indices2 = new sal_uInt32[nNumElements]; in resize()
113 if(!m_indices1 || !m_indices2) { in resize()
115 delete [] m_indices2; in resize()
117 m_indices2 = NULL; in resize()
241 m_indices2[m_offset[InputBytes[id*dwStride]]++] = id; in sort()
[all …]