Searched refs:dest_bpp (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | cfx_filtereddib.cpp | 34 int dest_bpp, in DownSampleScanline() argument 39 m_pSrc->DownSampleScanline(line, dest_scan, dest_bpp, dest_width, bFlipX, in DownSampleScanline() 41 TranslateDownSamples(dest_scan, dest_scan, clip_width, dest_bpp); in DownSampleScanline()
|
D | cfx_filtereddib.h | 40 int dest_bpp,
|
D | cfx_dibitmap.h | 36 int dest_bpp,
|
D | cfx_dibsource.h | 41 int dest_bpp,
|
D | cfx_dibitmap.cpp | 622 int dest_bpp, in DownSampleScanline() argument 1190 int dest_bpp = dest_format & 0xff; in ConvertFormat() local 1191 int dest_pitch = (dest_bpp * m_Width + 31) / 32 * 4; in ConvertFormat()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_dibsource.h | 57 int dest_bpp,
|
D | cpdf_dibsource.cpp | 1109 int dest_bpp, in DownSampleScanline() argument 1114 if (line < 0 || !dest_scan || dest_bpp <= 0 || dest_width <= 0 || in DownSampleScanline() 1141 int dest_Bpp = dest_bpp / 8; in DownSampleScanline()
|