Searched refs:source_image_width (Results 1 - 3 of 3) sorted by relevance

/external/pixman/test/
H A Dscaling-helpers-test.c11 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
66 bilinear_pad_repeat_get_scanline_bounds_ref (source_image_width,
75 bilinear_pad_repeat_get_scanline_bounds (source_image_width,
/external/pixman/pixman/
H A Dpixman-android.c122 int32_t source_image_width, pixman_fixed_t vx, pixman_fixed_t unit_x,
124 int64_t max_vx = (int64_t) source_image_width << 16;
151 int32_t source_image_width, pixman_fixed_t vx, pixman_fixed_t unit_x,
157 pad_repeat_get_scanline_bounds(source_image_width, vx, unit_x, &width1,
159 pad_repeat_get_scanline_bounds(source_image_width, vx + pixman_fixed_1,
121 pad_repeat_get_scanline_bounds( int32_t source_image_width, pixman_fixed_t vx, pixman_fixed_t unit_x, int32_t * width, int32_t * left_pad, int32_t * right_pad) argument
150 bilinear_pad_repeat_get_scanline_bounds( int32_t source_image_width, pixman_fixed_t vx, pixman_fixed_t unit_x, int32_t * left_pad, int32_t * left_tz, int32_t * width, int32_t * right_tz, int32_t * right_pad) argument
H A Dpixman-inlines.h238 pad_repeat_get_scanline_bounds (int32_t source_image_width, argument
245 int64_t max_vx = (int64_t) source_image_width << 16;
760 bilinear_pad_repeat_get_scanline_bounds (int32_t source_image_width, argument
772 pad_repeat_get_scanline_bounds (source_image_width, vx, unit_x,
774 pad_repeat_get_scanline_bounds (source_image_width, vx + pixman_fixed_1,

Completed in 519 milliseconds