Home
last modified time | relevance | path

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

/external/libjpeg-turbo/win/
Djpeg7.def106 jpeg_crop_scanline @ 105 ;
Djpeg62-memsrcdst.def106 jpeg_crop_scanline @ 105 ;
Djpeg62.def104 jpeg_crop_scanline @ 103 ;
Djpeg8.def109 jpeg_crop_scanline @ 108 ;
/external/libjpeg-turbo/
Djdapistd.c153 jpeg_crop_scanline (j_decompress_ptr cinfo, JDIMENSION *xoffset, in jpeg_crop_scanline() function
Ddjpeg.c715 jpeg_crop_scanline(&cinfo, &crop_x, &crop_width); in main()
Djpeglib.h998 EXTERN(void) jpeg_crop_scanline (j_decompress_ptr cinfo, JDIMENSION *xoffset,
DChangeLog.md146 `jpeg_crop_scanline()`) that can be used to partially decode a JPEG image. See
Dlibjpeg.txt782 jpeg_crop_scanline (j_decompress_ptr cinfo, JDIMENSION *xoffset,
798 jpeg_crop_scanline() again with new values (for instance, if it wants to move
/external/skia/src/codec/
DSkJpegCodec.cpp731 jpeg_crop_scanline(fDecoderMgr->dinfo(), &startX, &width); in onStartScanlineDecode()