Searched refs:dest_Bpp (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | fx_dib_composite.cpp | 1221 int dest_Bpp, in CompositeRow_Argb2Rgb_Blend() argument 1226 int dest_gap = dest_Bpp - 3; in CompositeRow_Argb2Rgb_Blend() 1236 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_Blend() 1263 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_Blend() 1288 int dest_Bpp, in CompositeRow_Argb2Rgb_NoBlend() argument 1291 int dest_gap = dest_Bpp - 3; in CompositeRow_Argb2Rgb_NoBlend() 1308 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_NoBlend() 1336 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_NoBlend() 1355 int dest_Bpp, in CompositeRow_Rgb2Rgb_Blend_NoClip() argument 1359 int dest_gap = dest_Bpp - 3; in CompositeRow_Rgb2Rgb_Blend_NoClip() [all …]
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_dibsource.cpp | 1152 int dest_Bpp = dest_bpp / 8; in DownSampleScanline() local 1154 FXSYS_memset(dest_scan, 0xFF, dest_Bpp * clip_width); in DownSampleScanline() 1166 DownSampleScanline1Bit(orig_Bpp, dest_Bpp, src_width, pSrcLine, dest_scan, in DownSampleScanline() 1169 DownSampleScanline8Bit(orig_Bpp, dest_Bpp, src_width, pSrcLine, dest_scan, in DownSampleScanline() 1172 DownSampleScanline32Bit(orig_Bpp, dest_Bpp, src_width, pSrcLine, dest_scan, in DownSampleScanline() 1178 int dest_Bpp, in DownSampleScanline1Bit() argument 1219 if (dest_Bpp == 1) { in DownSampleScanline1Bit() 1231 int dest_pos = i * dest_Bpp; in DownSampleScanline1Bit() 1233 if (dest_Bpp == 1) { in DownSampleScanline1Bit() 1235 } else if (dest_Bpp == 3) { in DownSampleScanline1Bit() [all …]
|
D | cpdf_dibsource.h | 87 int dest_Bpp, 96 int dest_Bpp, 105 int dest_Bpp,
|