Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp549 uint8_t* scan_des = in GifReadScanline() local
552 memmove(scan_des, scan_src, size); in GifReadScanline()
618 uint8_t* scan_des = in ResampleVertBT() local
621 memmove(scan_des, scan_src, size); in ResampleVertBT()
626 uint8_t* scan_des = in ResampleVertBT() local
649 *scan_des++ = (uint8_t)(dest_g >> 16); in ResampleVertBT()
664 *scan_des++ = (uint8_t)((dest_b) >> 16); in ResampleVertBT()
665 *scan_des++ = (uint8_t)((dest_g) >> 16); in ResampleVertBT()
666 *scan_des++ = (uint8_t)((dest_r) >> 16); in ResampleVertBT()
667 scan_des += dest_Bpp - 3; in ResampleVertBT()
[all …]