Searched refs:dest_Bpp (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | cfx_scanlinecompositor.cpp | 652 int dest_Bpp, in CompositeRow_Argb2Rgb_Blend() argument 657 int dest_gap = dest_Bpp - 3; in CompositeRow_Argb2Rgb_Blend() 667 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_Blend() 694 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_Blend() 719 int dest_Bpp, in CompositeRow_Argb2Rgb_NoBlend() argument 722 int dest_gap = dest_Bpp - 3; in CompositeRow_Argb2Rgb_NoBlend() 739 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_NoBlend() 767 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_NoBlend() 786 int dest_Bpp, in CompositeRow_Rgb2Rgb_Blend_NoClip() argument 790 int dest_gap = dest_Bpp - 3; in CompositeRow_Rgb2Rgb_Blend_NoClip() [all …]
|
D | cfx_dibitmap.cpp | 871 int dest_Bpp = m_bpp / 8; in CompositeBitmap() local 877 m_pBuffer.Get() + (dest_top + row) * m_Pitch + dest_left * dest_Bpp; in CompositeBitmap()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_dibsource.cpp | 1141 int dest_Bpp = dest_bpp / 8; in DownSampleScanline() local 1143 memset(dest_scan, 0xFF, dest_Bpp * clip_width); in DownSampleScanline() 1155 DownSampleScanline1Bit(orig_Bpp, dest_Bpp, src_width, pSrcLine, dest_scan, in DownSampleScanline() 1158 DownSampleScanline8Bit(orig_Bpp, dest_Bpp, src_width, pSrcLine, dest_scan, in DownSampleScanline() 1161 DownSampleScanline32Bit(orig_Bpp, dest_Bpp, src_width, pSrcLine, dest_scan, in DownSampleScanline() 1167 int dest_Bpp, in DownSampleScanline1Bit() argument 1208 if (dest_Bpp == 1) { in DownSampleScanline1Bit() 1220 int dest_pos = i * dest_Bpp; in DownSampleScanline1Bit() 1222 if (dest_Bpp == 1) { in DownSampleScanline1Bit() 1224 } else if (dest_Bpp == 3) { in DownSampleScanline1Bit() [all …]
|
D | cpdf_dibsource.h | 97 int dest_Bpp, 106 int dest_Bpp, 115 int dest_Bpp,
|