Searched refs:m_InterBuf (Results 1 – 2 of 2) sorted by relevance
331 m_InterBuf.resize(m_SrcClip.Height() * m_InterPitch); in StartStretchHorz()366 m_InterBuf.data() + (m_CurRow - m_SrcClip.top) * m_InterPitch; in ContinueStretchHorz()609 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()630 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()660 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()692 m_InterBuf.data() + (col - m_DestClip.left) * DestBpp; in StretchVert()
94 std::vector<uint8_t> m_InterBuf; variable