Home
last modified time | relevance | path

Searched refs:dest_Bpp (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp1205 int dest_Bpp, in _CompositeRow_Argb2Rgb_Blend() argument
1210 int dest_gap = dest_Bpp - 3; in _CompositeRow_Argb2Rgb_Blend()
1220 dest_scan += dest_Bpp; in _CompositeRow_Argb2Rgb_Blend()
1247 dest_scan += dest_Bpp; in _CompositeRow_Argb2Rgb_Blend()
1271 int dest_Bpp, in _CompositeRow_Argb2Rgb_NoBlend() argument
1274 int dest_gap = dest_Bpp - 3; in _CompositeRow_Argb2Rgb_NoBlend()
1291 dest_scan += dest_Bpp; in _CompositeRow_Argb2Rgb_NoBlend()
1319 dest_scan += dest_Bpp; in _CompositeRow_Argb2Rgb_NoBlend()
1337 int dest_Bpp, in _CompositeRow_Rgb2Rgb_Blend_NoClip() argument
1341 int dest_gap = dest_Bpp - 3; in _CompositeRow_Rgb2Rgb_Blend_NoClip()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp1248 int dest_Bpp = dest_bpp / 8; in DownSampleScanline() local
1250 FXSYS_memset(dest_scan, 0xFF, dest_Bpp * clip_width); in DownSampleScanline()
1262 DownSampleScanline1Bit(orig_Bpp, dest_Bpp, src_width, pSrcLine, dest_scan, in DownSampleScanline()
1265 DownSampleScanline8Bit(orig_Bpp, dest_Bpp, src_width, pSrcLine, dest_scan, in DownSampleScanline()
1268 DownSampleScanline32Bit(orig_Bpp, dest_Bpp, src_width, pSrcLine, dest_scan, in DownSampleScanline()
1274 int dest_Bpp, in DownSampleScanline1Bit() argument
1314 if (dest_Bpp == 1) { in DownSampleScanline1Bit()
1326 int dest_pos = i * dest_Bpp; in DownSampleScanline1Bit()
1328 if (dest_Bpp == 1) { in DownSampleScanline1Bit()
1330 } else if (dest_Bpp == 3) { in DownSampleScanline1Bit()
[all …]
Drender_int.h546 int dest_Bpp,
555 int dest_Bpp,
564 int dest_Bpp,