Searched refs:m_pValue (Results 1 – 1 of 1) sorted by relevance
80 char *m_pValue; variable115 m_pValue = m_pIFDBase + IFD_FIELDCOUNT_SIZE + in CIFDWriter()134 m_pIFDBase = WriteOffset(m_pIFDBase, m_pValue); in WriteByte()136 *m_pValue++ = static_cast<char>(value[i]); in WriteByte()153 m_pIFDBase = WriteOffset(m_pIFDBase, m_pValue); in WriteShort()155 *m_pValue++ = *p++; in WriteShort()156 *m_pValue++ = *p++; in WriteShort()174 m_pIFDBase = WriteOffset(m_pIFDBase, m_pValue); in WriteLong()175 *m_pValue++ = *p++; in WriteLong()190 m_pIFDBase = WriteOffset(m_pIFDBase, m_pValue); in WriteASCII()[all …]