Searched refs:source_image_width (Results 1 – 2 of 2) sorted by relevance
/third_party/pixman/test/ |
D | scaling-helpers-test.c | 11 bilinear_pad_repeat_get_scanline_bounds_ref (int32_t source_image_width, in bilinear_pad_repeat_get_scanline_bounds_ref() argument 36 else if (vx + pixman_fixed_1 >= pixman_int_to_fixed (source_image_width)) in bilinear_pad_repeat_get_scanline_bounds_ref() 38 if (vx >= pixman_int_to_fixed (source_image_width)) in bilinear_pad_repeat_get_scanline_bounds_ref() 62 int32_t source_image_width = prng_rand_n(10000) + 1; in main() local 66 bilinear_pad_repeat_get_scanline_bounds_ref (source_image_width, in main() 75 bilinear_pad_repeat_get_scanline_bounds (source_image_width, in main()
|
/third_party/pixman/pixman/ |
D | pixman-inlines.h | 263 pad_repeat_get_scanline_bounds (int32_t source_image_width, in pad_repeat_get_scanline_bounds() argument 270 int64_t max_vx = (int64_t) source_image_width << 16; in pad_repeat_get_scanline_bounds() 786 bilinear_pad_repeat_get_scanline_bounds (int32_t source_image_width, in bilinear_pad_repeat_get_scanline_bounds() argument 798 pad_repeat_get_scanline_bounds (source_image_width, vx, unit_x, in bilinear_pad_repeat_get_scanline_bounds() 800 pad_repeat_get_scanline_bounds (source_image_width, vx + pixman_fixed_1, in bilinear_pad_repeat_get_scanline_bounds()
|