Searched refs:position_x (Results 1 – 1 of 1) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_scaler.c | 433 uint64 position_x, uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight, in _scale_row_down_9in() argument 443 uint32 curr_weight = 256 - ((position_x >> 24) & 0xff); in _scale_row_down_9in() 446 in_col = position_x >> 32; in _scale_row_down_9in() 485 position_x += x_factor_inv; in _scale_row_down_9in() 495 uint8 *_RESTRICT_ in6, uint8 *_RESTRICT_ in7, uint8 *_RESTRICT_ out, uint64 position_x, in _scale_row_down_8in() argument 507 uint32 curr_weight = 256 - ((position_x >> 24) & 0xff); in _scale_row_down_8in() 510 in_col = position_x >> 32; in _scale_row_down_8in() 546 position_x += x_factor_inv; in _scale_row_down_8in() 556 uint8 *_RESTRICT_ in6, uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, in _scale_row_down_7in() argument 566 uint32 curr_weight = 256 - ((position_x >> 24) & 0xff); in _scale_row_down_7in() [all …]
|