Lines Matching refs:m_nSize
1460 sprintf(buf, "%u Bytes.", m_nSize-4);
1466 icMemDump(sDescription, m_pData+4, m_nSize-4);
1569 sDescription.reserve(sDescription.size() + m_nSize*79);
1571 - sprintf(buf, "BEGIN_NAMED_COLORS flags=%08x %u %u\r\n", m_nVendorFlags, m_nSize, m_nDeviceCoords…
1572 + sprintf(buf, "BEGIN_NAMED_COLORS flags=%08x %u %u\n", m_nVendorFlags, m_nSize, m_nDeviceCoords);
1575 for (i=0; i<m_nSize; i++) {
1586 if (!m_nSize) {
1615 if (m_nSize == 1 ) {
1622 sDescription.reserve(sDescription.size() + m_nSize*79);
1624 for (i=0; i<m_nSize; i++) {
1631 if (!m_nSize) {
1713 if (m_nSize == 1 ) {
1726 if (Tsig==icSigS15Fixed16ArrayType && m_nSize==9) {
1734 sDescription.reserve(sDescription.size() + m_nSize*79);
1736 for (i=0; i<m_nSize; i++) {
1749 if (m_nSize == 1 ) {
1756 sDescription.reserve(sDescription.size() + m_nSize*79);
1758 for (i=0; i<m_nSize; i++) {
1855 for (int i = 0; i<(int)m_nSize; i++) {
2182 if (!m_nSize) {
2189 else if (m_nSize==1) {
2207 for (i=0; i<(int)m_nSize; i++) {
2227 if (!m_nSize) {
2234 else if (m_nSize==1) {
2252 sDescription.reserve(sDescription.size() + m_nSize * 20);
2270 if (m_Curve[0]>0.0 || m_Curve[m_nSize-1]<1.0) {
2803 icGetSig(sigbuf, m_sig), m_nSize);
2809 icMemDump(sDescription, m_pData, m_nSize);