Searched refs:m_pExtraAlphaBuf (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fxge/dib/
H A Ddib_int.h102 uint8_t* m_pExtraAlphaBuf; member in class:CStretchEngine
H A Dfx_dib_engine.cpp283 m_pExtraAlphaBuf = nullptr;
380 FX_Free(m_pExtraAlphaBuf);
409 m_pExtraAlphaBuf =
450 if (m_pExtraAlphaBuf) {
453 m_pExtraAlphaBuf + (m_CurRow - m_SrcClip.top) * m_ExtraMaskPitch;
733 m_pExtraAlphaBuf + (col - m_DestClip.left);
798 src_scan_mask = m_pExtraAlphaBuf + (col - m_DestClip.left);

Completed in 208 milliseconds