Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c585 static int _get_height(wprint_image_info_t *image_info, unsigned int padding_options) { in _get_height() function
602 int height = _get_height(image_info, image_info->padding_options); in wprint_image_get_height()
800 if ((start_row < 0) || (start_row >= _get_height(image_info, image_info->padding_options))) { in wprint_image_decode_stripe()
814 (start_row >= _get_height(image_info, image_info->padding_options & PAD_TOP))) { in wprint_image_decode_stripe()
817 _get_height(image_info, image_info->padding_options) - start_row); in wprint_image_decode_stripe()
945 _get_height(image_info, PAD_NONE)) ? in wprint_image_decode_stripe()
946 (_get_height(image_info, PAD_NONE) - unpadded_start_row) in wprint_image_decode_stripe()
981 (start_row >= _get_height(image_info, image_info->padding_options & PAD_TOP))) { in wprint_image_decode_stripe()
983 _get_height(image_info, image_info->padding_options) - start_row); in wprint_image_decode_stripe()