HomeSort by relevance Sort by last modified time
    Searched refs:m_pExtraAlphaBuf (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/dib/
dib_int.h 79 unsigned char* m_pExtraAlphaBuf;
fx_dib_engine.cpp 193 m_pExtraAlphaBuf = NULL;
304 if (m_pExtraAlphaBuf) {
305 FX_Free(m_pExtraAlphaBuf);
325 m_pExtraAlphaBuf = FX_Alloc(unsigned char, m_SrcClip.Height() * m_ExtraMaskPitch);
326 if (!m_pExtraAlphaBuf) {
366 if (m_pExtraAlphaBuf) {
368 dest_scan_mask = m_pExtraAlphaBuf + (m_CurRow - m_SrcClip.top) * m_ExtraMaskPitch;
585 unsigned char* src_scan_mask = m_pExtraAlphaBuf + (col - m_DestClip.left);
632 src_scan_mask = m_pExtraAlphaBuf + (col - m_DestClip.left);
    [all...]

Completed in 39 milliseconds