Searched refs:_get_height (Results 1 – 1 of 1) sorted by relevance
618 static int _get_height(wprint_image_info_t *image_info, unsigned int padding_options) { in _get_height() function635 int height = _get_height(image_info, image_info->padding_options); in wprint_image_get_height()833 if ((start_row < 0) || (start_row >= _get_height(image_info, image_info->padding_options))) { in wprint_image_decode_stripe()847 (start_row >= _get_height(image_info, image_info->padding_options & PAD_TOP))) { in wprint_image_decode_stripe()850 _get_height(image_info, image_info->padding_options) - start_row); in wprint_image_decode_stripe()978 _get_height(image_info, PAD_NONE)) ? in wprint_image_decode_stripe()979 (_get_height(image_info, PAD_NONE) - unpadded_start_row) in wprint_image_decode_stripe()1014 (start_row >= _get_height(image_info, image_info->padding_options & PAD_TOP))) { in wprint_image_decode_stripe()1016 _get_height(image_info, image_info->padding_options) - start_row); in wprint_image_decode_stripe()