Lines Matching refs:m_nCount
951 icFloatNumber last = (icFloatNumber)(m_nCount-1);
953 for (i=0; i<m_nCount; i++) {
974 if (m_nCount<2) {
1888 - sprintf(buf, "Colorant Count : %u\r\n", m_nCount);
1889 + sprintf(buf, "Colorant Count : %u\n", m_nCount);
1894 for (int i=0; i<(int)m_nCount; i++) {
1910 if (m_nCount != icGetSpaceSamples(pProfile->m_Header.colorSpace)) {
1922 - sprintf(buf, "BEGIN_COLORANTS %u\r\n", m_nCount);
1923 + sprintf(buf, "BEGIN_COLORANTS %u\n", m_nCount);
1926 for (i=0; i<m_nCount; i++) {
1940 for (i=0; i<m_nCount; i++) {
1978 if (m_nCount != icGetSpaceSamples(pProfile->m_Header.colorSpace)) {