HomeSort by relevance Sort by last modified time
    Searched defs:source_row (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
rdbmp.c 60 JDIMENSION source_row; /* Current source row number */ member in struct:_bmp_source_struct
130 source->source_row--;
133 source->source_row, (JDIMENSION) 1, FALSE);
159 source->source_row--;
162 source->source_row, (JDIMENSION) 1, FALSE);
229 source->source_row = cinfo->image_height;
rdtarga.c 276 JDIMENSION source_row; local
281 source_row = cinfo->image_height - source->current_row - 1;
286 source_row, (JDIMENSION) 1, FALSE);

Completed in 6861 milliseconds