Home
last modified time | relevance | path

Searched defs:unit_x (Results 1 – 6 of 6) sorted by relevance

/external/pixman/pixman/
Dpixman-android.c81 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
Dpixman-inlines.h240 pixman_fixed_t unit_x, in pad_repeat_get_scanline_bounds()
762 pixman_fixed_t unit_x, in bilinear_pad_repeat_get_scanline_bounds()
Dpixman-fast-path.c1376 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
Dpixman-mmx.c3614 pixman_fixed_t unit_x, in scaled_bilinear_scanline_mmx_8888_8888_SRC()
Dpixman-sse2.c5317 pixman_fixed_t unit_x, in scaled_nearest_scanline_sse2_8888_8888_OVER()
/external/pixman/test/
Dscaling-helpers-test.c13 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