Home
last modified time | relevance | path

Searched refs:m_InterBuf (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp334 m_InterBuf.resize(m_SrcClip.Height() * m_InterPitch); in StartStretchHorz()
370 m_InterBuf.data() + (m_CurRow - m_SrcClip.top) * m_InterPitch; in ContinueStretchHorz()
612 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()
633 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()
663 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()
695 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()
Dcstretchengine.h78 std::vector<uint8_t> m_InterBuf; variable