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

/external/pixman/test/
H A Dscaling-helpers-test.c13 pixman_fixed_t unit_x,
47 vx += unit_x;
63 pixman_fixed_t unit_x = prng_rand_n(10 << 16) + 1; local
68 unit_x,
77 unit_x,
11 bilinear_pad_repeat_get_scanline_bounds_ref(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
/external/pixman/pixman/
H A Dpixman-android.c81 pixman_fixed_t unit_x, pixman_fixed_t src_width_fixed) {
89 vx += unit_x;
92 vx += unit_x;
115 * arguments. The code is assuming that 'unit_x' is positive.
122 int32_t source_image_width, pixman_fixed_t vx, pixman_fixed_t unit_x,
127 tmp = ((int64_t) unit_x - 1 - vx) / unit_x;
138 tmp = ((int64_t) unit_x - 1 - vx + max_vx) / unit_x - *left_pad;
151 int32_t source_image_width, pixman_fixed_t vx, pixman_fixed_t unit_x,
79 scaled_nearest_scanline_8888_8888_none_SRC( uint32_t *dst, const uint32_t *src, int32_t w, pixman_fixed_t vx, pixman_fixed_t unit_x, pixman_fixed_t src_width_fixed) argument
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
180 pixman_fixed_t unit_x, unit_y; local
292 pixman_fixed_t unit_x, unit_y; local
[all...]
H A Dpixman-inlines.h231 * arguments. The code is assuming that 'unit_x' is positive.
240 pixman_fixed_t unit_x,
249 tmp = ((int64_t) unit_x - 1 - vx) / unit_x;
265 tmp = ((int64_t) unit_x - 1 - vx + max_vx) / unit_x - *left_pad;
310 pixman_fixed_t unit_x, \
328 vx += unit_x; \
331 /* This works because we know that unit_x is positive */ \
338 vx += unit_x; \
238 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
760 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
[all...]
H A Dpixman-fast-path.c1376 pixman_fixed_t unit_x,
1384 vx += unit_x;
1386 vx += unit_x;
1388 vx += unit_x;
1390 vx += unit_x;
1399 vx += unit_x;
1401 vx += unit_x;
1467 pixman_fixed_t unit_x, unit_y; local
1486 unit_x = src_image->common.transform->matrix[0][0];
1528 vx += unit_x;
1372 scaled_nearest_scanline_565_565_SRC(uint16_t * dst, const uint16_t * src, int32_t w, pixman_fixed_t vx, pixman_fixed_t unit_x, pixman_fixed_t max_vx, pixman_bool_t fully_transparent_src) argument
[all...]
H A Dpixman-mmx.c3544 const __m64 mm_ux = _mm_set_pi16 (unit_x, unit_x, unit_x, unit_x); \
3560 vx += unit_x; \
3601 vx += unit_x; \
3614 pixman_fixed_t unit_x,
3657 pixman_fixed_t unit_x,
3707 pixman_fixed_t unit_x,
3606 scaled_bilinear_scanline_mmx_8888_8888_SRC(uint32_t * dst, const uint32_t * mask, const uint32_t * src_top, const uint32_t * src_bottom, int32_t w, int wt, int wb, pixman_fixed_t vx, pixman_fixed_t unit_x, pixman_fixed_t max_vx, pixman_bool_t zero_src) argument
3649 scaled_bilinear_scanline_mmx_8888_8888_OVER(uint32_t * dst, const uint32_t * mask, const uint32_t * src_top, const uint32_t * src_bottom, int32_t w, int wt, int wb, pixman_fixed_t vx, pixman_fixed_t unit_x, pixman_fixed_t max_vx, pixman_bool_t zero_src) argument
3699 scaled_bilinear_scanline_mmx_8888_8_8888_OVER(uint32_t * dst, const uint8_t * mask, const uint32_t * src_top, const uint32_t * src_bottom, int32_t w, int wt, int wb, pixman_fixed_t vx, pixman_fixed_t unit_x, pixman_fixed_t max_vx, pixman_bool_t zero_src) argument
H A Dpixman-sse2.c5317 pixman_fixed_t unit_x,
5336 vx += unit_x;
5352 vx += unit_x;
5356 vx += unit_x;
5360 vx += unit_x;
5364 vx += unit_x;
5405 vx += unit_x;
5436 pixman_fixed_t unit_x,
5453 vx += unit_x;
5478 vx += unit_x;
5313 scaled_nearest_scanline_sse2_8888_8888_OVER(uint32_t* pd, const uint32_t* ps, int32_t w, pixman_fixed_t vx, pixman_fixed_t unit_x, pixman_fixed_t src_width_fixed, pixman_bool_t fully_transparent_src) argument
5431 scaled_nearest_scanline_sse2_8888_n_8888_OVER(const uint32_t * mask, uint32_t * dst, const uint32_t * src, int32_t w, pixman_fixed_t vx, pixman_fixed_t unit_x, pixman_fixed_t src_width_fixed, pixman_bool_t zero_src) argument
5629 scaled_bilinear_scanline_sse2_8888_8888_SRC(uint32_t * dst, const uint32_t * mask, const uint32_t * src_top, const uint32_t * src_bottom, int32_t w, int wt, int wb, pixman_fixed_t vx, pixman_fixed_t unit_x, pixman_fixed_t max_vx, pixman_bool_t zero_src) argument
5690 scaled_bilinear_scanline_sse2_8888_8888_OVER(uint32_t * dst, const uint32_t * mask, const uint32_t * src_top, const uint32_t * src_bottom, int32_t w, int wt, int wb, pixman_fixed_t vx, pixman_fixed_t unit_x, pixman_fixed_t max_vx, pixman_bool_t zero_src) argument
5790 scaled_bilinear_scanline_sse2_8888_8_8888_OVER(uint32_t * dst, const uint8_t * mask, const uint32_t * src_top, const uint32_t * src_bottom, int32_t w, int wt, int wb, pixman_fixed_t vx, pixman_fixed_t unit_x, pixman_fixed_t max_vx, pixman_bool_t zero_src) argument
5954 scaled_bilinear_scanline_sse2_8888_n_8888_OVER(uint32_t * dst, const uint32_t * mask, const uint32_t * src_top, const uint32_t * src_bottom, int32_t w, int wt, int wb, pixman_fixed_t vx, pixman_fixed_t unit_x, pixman_fixed_t max_vx, pixman_bool_t zero_src) argument
[all...]

Completed in 143 milliseconds