Home
last modified time | relevance | path

Searched refs:GetBufSize (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_colors.cpp1153 int CPDF_ColorSpace::GetBufSize() const in GetBufSize() function in CPDF_ColorSpace
1162 int size = GetBufSize(); in CreateBuf()
1350 FXSYS_memcpy32(m_pBuffer, pSrc->m_pBuffer, m_pCS->GetBufSize()); in Copy()
1400 return FXSYS_memcmp32(m_pBuffer, other.m_pBuffer, m_pCS->GetBufSize()) == 0; in IsEqual()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h594 int GetBufSize() const;
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h308 FX_INT32 GetBufSize(){return m_nBufSize;} in GetBufSize() function