Home
last modified time | relevance | path

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

/external/jpeg/
Drdrle.c208 JSAMPROW src_row, dest_row; in get_pseudocolor_row() local
214 dest_row = source->pub.buffer[0]; in get_pseudocolor_row()
221 *dest_row++ = (JSAMPLE) (colormap[val ] >> 8); in get_pseudocolor_row()
222 *dest_row++ = (JSAMPLE) (colormap[val + 256] >> 8); in get_pseudocolor_row()
223 *dest_row++ = (JSAMPLE) (colormap[val + 512] >> 8); in get_pseudocolor_row()
Djutils.c118 JSAMPARRAY output_array, int dest_row, in jcopy_sample_rows() argument
135 output_array += dest_row; in jcopy_sample_rows()
Djpegint.h407 JSAMPARRAY output_array, int dest_row,
/external/qemu/distrib/jpeg-6b/
Drdrle.c208 JSAMPROW src_row, dest_row; in get_pseudocolor_row() local
214 dest_row = source->pub.buffer[0]; in get_pseudocolor_row()
221 *dest_row++ = (JSAMPLE) (colormap[val ] >> 8); in get_pseudocolor_row()
222 *dest_row++ = (JSAMPLE) (colormap[val + 256] >> 8); in get_pseudocolor_row()
223 *dest_row++ = (JSAMPLE) (colormap[val + 512] >> 8); in get_pseudocolor_row()
Djutils.c118 JSAMPARRAY output_array, int dest_row, in jcopy_sample_rows() argument
135 output_array += dest_row; in jcopy_sample_rows()
Djpegint.h407 JSAMPARRAY output_array, int dest_row,
/external/chromium_org/content/browser/renderer_host/
Dbacking_store_gtk.cc608 uint32* dest_row = bitmap.getAddr32(0, y); in CopyFromBackingStore() local
609 for (int x = 0; x < width; ++x, ++dest_row) { in CopyFromBackingStore()
611 *dest_row = src_row[x] | 0xff000000; in CopyFromBackingStore()