Searched refs:process_func (Results 1 – 1 of 1) sorted by relevance
1053 ProcessRowsFunc process_func) { in DecodeImageData() argument1116 if (process_func != NULL) { in DecodeImageData()1118 process_func(dec, row); in DecodeImageData()1146 if (process_func != NULL) { in DecodeImageData()1148 process_func(dec, row); in DecodeImageData()1179 if (process_func != NULL) { in DecodeImageData()1180 process_func(dec, row > last_row ? last_row : row); in DecodeImageData()