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