Searched refs:left_tz (Results 1 – 2 of 2) sorted by relevance
/third_party/pixman/test/ |
D | scaling-helpers-test.c | 15 int32_t * left_tz, in bilinear_pad_repeat_get_scanline_bounds_ref() argument 23 *left_tz = 0; in bilinear_pad_repeat_get_scanline_bounds_ref() 34 *left_tz += 1; in bilinear_pad_repeat_get_scanline_bounds_ref()
|
/third_party/pixman/pixman/ |
D | pixman-inlines.h | 790 int32_t * left_tz, in bilinear_pad_repeat_get_scanline_bounds() argument 804 *left_tz = left_pad1 - left_pad2; in bilinear_pad_repeat_get_scanline_bounds() 807 *width -= *left_pad + *left_tz + *right_tz + *right_pad; in bilinear_pad_repeat_get_scanline_bounds() 868 int32_t left_pad, left_tz, right_tz, right_pad; \ 916 &left_pad, &left_tz, &width, &right_tz, &right_pad); \ 921 left_pad += left_tz; \ 923 left_tz = right_tz = 0; \ 1054 if (left_tz > 0) \ 1061 buf1, buf2, left_tz, weight1, weight2, \ 1063 dst += left_tz; \ [all …]
|