Searched refs:rows_cached (Results 1 – 2 of 2) sorted by relevance
47 image_info->rows_cached = 0; in wprint_image_get_info()649 (start_row >= (image_info->output_swath_start + image_info->rows_cached))) { in _decode_stripe()655 image_info->output_swath_start = ((start_row / image_info->rows_cached) * in _decode_stripe()656 image_info->rows_cached); in _decode_stripe()662 for (image_x = 0; (image_x < image_info->rows_cached && in _decode_stripe()677 (image_y < (image_info->output_swath_start + image_info->rows_cached))); in _decode_stripe()720 (start_row >= (image_info->output_swath_start + image_info->rows_cached))) { in _decode_stripe()726 image_info->output_swath_start = ((start_row / image_info->rows_cached) * in _decode_stripe()727 image_info->rows_cached); in _decode_stripe()733 for (image_x = 0; ((image_x < image_info->rows_cached) && in _decode_stripe()[all …]
126 int rows_cached; member