Home
last modified time | relevance | path

Searched refs:rows_cached (Results 1 – 2 of 2) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c47 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 …]
Dwprint_image.h126 int rows_cached; member