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.cpp1293 int CPDF_ColorSpace::GetBufSize() const { in GetBufSize() function in CPDF_ColorSpace
1300 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()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h504 int GetBufSize() const;
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h233 int32_t GetBufSize() { return m_nBufSize; } in GetBufSize() function