Searched refs:GetBufSize (Results 1 – 3 of 3) sorted by relevance
1293 int CPDF_ColorSpace::GetBufSize() const { in GetBufSize() function in CPDF_ColorSpace1300 int size = GetBufSize(); in CreateBuf()1497 FXSYS_memcpy(m_pBuffer, pSrc->m_pBuffer, m_pCS->GetBufSize()); in Copy()1543 FXSYS_memcmp(m_pBuffer, other.m_pBuffer, m_pCS->GetBufSize()) == 0; in IsEqual()
504 int GetBufSize() const;
233 int32_t GetBufSize() { return m_nBufSize; } in GetBufSize() function