Searched refs:right_pad (Results 1 – 2 of 2) sorted by relevance
/external/pixman/test/ |
D | scaling-helpers-test.c | 18 int32_t * right_pad) in bilinear_pad_repeat_get_scanline_bounds_ref() argument 26 *right_pad = 0; in bilinear_pad_repeat_get_scanline_bounds_ref() 39 *right_pad += 1; in bilinear_pad_repeat_get_scanline_bounds_ref()
|
/external/pixman/pixman/ |
D | pixman-inlines.h | 243 int32_t * right_pad) in pad_repeat_get_scanline_bounds() argument 268 *right_pad = *width; in pad_repeat_get_scanline_bounds() 273 *right_pad = 0; in pad_repeat_get_scanline_bounds() 277 *right_pad = *width - (int32_t) tmp; in pad_repeat_get_scanline_bounds() 433 int32_t left_pad, right_pad; \ 485 &width, &left_pad, &right_pad); \ 519 if (right_pad > 0) \ 523 right_pad, -pixman_fixed_e, 0, src_width_fixed, FALSE); \ 531 scanline_func (mask, dst, zero + 1, left_pad + width + right_pad, \ 547 if (right_pad > 0) \ [all …]
|