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

  /external/pdfium/core/fxge/dib/
cfx_filtereddib.cpp 34 int dest_bpp,
39 m_pSrc->DownSampleScanline(line, dest_scan, dest_bpp, dest_width, bFlipX,
41 TranslateDownSamples(dest_scan, dest_scan, clip_width, dest_bpp);
cfx_filtereddib.h 40 int dest_bpp,
cfx_dibitmap.h 36 int dest_bpp,
cfx_dibsource.h 41 int dest_bpp,
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...]
  /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...]

Completed in 4670 milliseconds