Searched defs:unit_x (Results 1 – 6 of 6) sorted by relevance
/external/pixman/pixman/ |
D | pixman-android.c | 81 pixman_fixed_t unit_x, pixman_fixed_t src_width_fixed) { in scaled_nearest_scanline_8888_8888_none_SRC() 122 int32_t source_image_width, pixman_fixed_t vx, pixman_fixed_t unit_x, in pad_repeat_get_scanline_bounds() 151 int32_t source_image_width, pixman_fixed_t vx, pixman_fixed_t unit_x, in bilinear_pad_repeat_get_scanline_bounds() 180 pixman_fixed_t unit_x, unit_y; in android_bilinear_filter_neon() local 292 pixman_fixed_t unit_x, unit_y; in android_nearest_filter() local
|
D | pixman-inlines.h | 240 pixman_fixed_t unit_x, in pad_repeat_get_scanline_bounds() 762 pixman_fixed_t unit_x, in bilinear_pad_repeat_get_scanline_bounds()
|
D | pixman-fast-path.c | 1376 pixman_fixed_t unit_x, in scaled_nearest_scanline_565_565_SRC() 1467 pixman_fixed_t unit_x, unit_y; in fast_composite_scaled_nearest() local
|
D | pixman-mmx.c | 3614 pixman_fixed_t unit_x, in scaled_bilinear_scanline_mmx_8888_8888_SRC()
|
D | pixman-sse2.c | 5317 pixman_fixed_t unit_x, in scaled_nearest_scanline_sse2_8888_8888_OVER()
|
/external/pixman/test/ |
D | scaling-helpers-test.c | 13 pixman_fixed_t unit_x, in bilinear_pad_repeat_get_scanline_bounds_ref() 63 pixman_fixed_t unit_x = prng_rand_n(10 << 16) + 1; in main() local
|