Searched refs:rows_cached (Results 1 – 2 of 2) sorted by relevance
47 image_info->rows_cached = 0; in wprint_image_get_info()682 (start_row >= (image_info->output_swath_start + image_info->rows_cached))) { in _decode_stripe()688 image_info->output_swath_start = ((start_row / image_info->rows_cached) * in _decode_stripe()689 image_info->rows_cached); in _decode_stripe()695 for (image_x = 0; (image_x < image_info->rows_cached && in _decode_stripe()710 (image_y < (image_info->output_swath_start + image_info->rows_cached))); in _decode_stripe()753 (start_row >= (image_info->output_swath_start + image_info->rows_cached))) { in _decode_stripe()759 image_info->output_swath_start = ((start_row / image_info->rows_cached) * in _decode_stripe()760 image_info->rows_cached); in _decode_stripe()766 for (image_x = 0; ((image_x < image_info->rows_cached) && in _decode_stripe()[all …]
126 int rows_cached; member