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 548 int DestBpp = m_DestBpp / 8;
558 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp;
568 dest_scan += DestBpp;
574 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp;
587 dest_scan += DestBpp;
595 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp;
612 dest_scan += DestBpp;
619 unsigned char* src_scan = m_pInterBuf + (col - m_DestClip.left) * DestBpp;
    [all...]
fx_dib_composite.cpp     [all...]

Completed in 73 milliseconds