HomeSort by relevance Sort by last modified time
    Searched refs:source_image_width (Results 1 - 3 of 3) sorted by null

  /external/pixman/test/
scaling-helpers-test.c 11 bilinear_pad_repeat_get_scanline_bounds_ref (int32_t source_image_width,
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/
pixman-android.c 122 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,
pixman-inlines.h 238 pad_repeat_get_scanline_bounds (int32_t source_image_width,
245 int64_t max_vx = (int64_t) source_image_width << 16;
760 bilinear_pad_repeat_get_scanline_bounds (int32_t source_image_width,
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,
    [all...]

Completed in 79 milliseconds