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

  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 558 int DestBpp = m_DestBpp / 8;
568 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp;
578 dest_scan += DestBpp;
584 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp;
597 dest_scan += DestBpp;
605 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp;
622 dest_scan += DestBpp;
629 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp;
    [all...]
fx_dib_composite.cpp     [all...]

Completed in 110 milliseconds