Searched refs:m_pValue (Results 1 – 1 of 1) sorted by relevance
78 char *m_pValue; variable114 m_pValue = m_pIFDBase + IFD_FIELDCOUNT_SIZE + IFD_FIELD_SIZE * tagcount + in CIFDWriter()133 m_pIFDBase = WriteOffset(m_pIFDBase, m_pValue); in WriteByte()135 *m_pValue++ = static_cast<char>(value[i]); in WriteByte()151 m_pIFDBase = WriteOffset(m_pIFDBase, m_pValue); in WriteShort()153 *m_pValue++ = *p++; in WriteShort()154 *m_pValue++ = *p++; in WriteShort()172 m_pIFDBase = WriteOffset(m_pIFDBase, m_pValue); in WriteLong()173 *m_pValue++ = *p++; in WriteLong()188 m_pIFDBase = WriteOffset(m_pIFDBase, m_pValue); in WriteASCII()[all …]