HomeSort by relevance Sort by last modified time
    Searched refs:get_pixel_rows (Results 1 - 7 of 7) sorted by null

  /external/libjpeg-turbo/
rdtarga.c 74 JDIMENSION (*get_pixel_rows) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo); member in struct:_tga_source_struct
297 * get_pixel_rows. The get_pixel_rows pointer is then adjusted to call
317 (*source->get_pixel_rows) (cinfo, sinfo);
323 source->pub.get_pixel_rows = get_memory_row;
389 source->get_pixel_rows = get_8bit_row;
397 source->get_pixel_rows = get_16bit_row;
400 source->get_pixel_rows = get_24bit_row;
403 source->get_pixel_rows = get_32bit_row;
415 source->get_pixel_rows = get_8bit_gray_row
    [all...]
rdppm.c 354 source->pub.get_pixel_rows = get_text_gray_row;
362 source->pub.get_pixel_rows = get_text_rgb_row;
371 source->pub.get_pixel_rows = get_word_gray_row;
373 source->pub.get_pixel_rows = get_raw_row;
377 source->pub.get_pixel_rows = get_scaled_gray_row;
386 source->pub.get_pixel_rows = get_word_rgb_row;
388 source->pub.get_pixel_rows = get_raw_row;
392 source->pub.get_pixel_rows = get_scaled_rgb_row;
464 /* Fill in method ptrs, except get_pixel_rows which start_input sets */
rdrle.c 61 * incoming image into a virtual array on the first get_pixel_rows call,
239 * we set source->pub.get_pixel_rows so that subsequent calls go straight to
346 source->pub.get_pixel_rows = get_pseudocolor_row;
348 source->pub.get_pixel_rows = get_rle_row;
353 return (*source->pub.get_pixel_rows) (cinfo, sinfo);
384 source->pub.get_pixel_rows = load_image;
rdbmp.c 218 * get_pixel_rows. The get_pixel_rows pointer is then adjusted to call
256 source->pub.get_pixel_rows = get_8bit_row;
259 source->pub.get_pixel_rows = get_24bit_row;
262 source->pub.get_pixel_rows = get_32bit_row;
270 return (*source->pub.get_pixel_rows) (cinfo, sinfo);
431 source->pub.get_pixel_rows = preload_image;
476 /* Fill in method ptrs, except get_pixel_rows which start_input sets */
cdjpeg.h 31 JDIMENSION (*get_pixel_rows) (j_compress_ptr cinfo, cjpeg_source_ptr sinfo); member in struct:cjpeg_source_struct
bmp.c 228 int i, nlines=(*src->get_pixel_rows)(&cinfo, src);
cjpeg.c 616 num_scanlines = (*src_mgr->get_pixel_rows) (&cinfo, src_mgr);

Completed in 75 milliseconds