Searched refs:m_SrcPitch (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxge/dib/ | ||
D | dib_int.h | 87 int m_SrcPitch, m_InterPitch; variable |
D | fx_dib_engine.cpp | 257 m_SrcPitch = (m_SrcWidth * m_SrcBpp + 31) / 32 * 4; in CStretchEngine() |