Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_scaler.c437 sint32 total_weight; in _scale_row_down_9in() local
444 total_weight = x_factor_inv >> 24; in _scale_row_down_9in()
448 while (total_weight > 0) { in _scale_row_down_9in()
481 total_weight -= curr_weight; in _scale_row_down_9in()
482 curr_weight = total_weight > 256 ? 256 : total_weight; in _scale_row_down_9in()
501 sint32 total_weight; in _scale_row_down_8in() local
508 total_weight = x_factor_inv >> 24; in _scale_row_down_8in()
512 while (total_weight > 0) { in _scale_row_down_8in()
542 total_weight -= curr_weight; in _scale_row_down_8in()
543 curr_weight = total_weight > 256 ? 256 : total_weight; in _scale_row_down_8in()
[all …]