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

  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.h 57 int dest_bpp,
97 int dest_Bpp,
106 int dest_Bpp,
115 int dest_Bpp,
cpdf_dibsource.cpp     [all...]
  /external/pdfium/core/fxge/dib/
cfx_scanlinecompositor.cpp 652 int dest_Bpp,
657 int dest_gap = dest_Bpp - 3;
667 dest_scan += dest_Bpp;
694 dest_scan += dest_Bpp;
719 int dest_Bpp,
722 int dest_gap = dest_Bpp - 3;
739 dest_scan += dest_Bpp;
767 dest_scan += dest_Bpp;
786 int dest_Bpp,
790 int dest_gap = dest_Bpp - 3
    [all...]
cfx_dibitmap.cpp 622 int dest_bpp,
871 int dest_Bpp = m_bpp / 8;
877 m_pBuffer.Get() + (dest_top + row) * m_Pitch + dest_left * dest_Bpp;
1190 int dest_bpp = dest_format & 0xff; local
    [all...]

Completed in 190 milliseconds