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

/external/pixman/test/
H A Dscaling-helpers-test.c15 int32_t * left_tz,
23 *left_tz = 0;
34 *left_tz += 1;
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.c152 int32_t * left_pad, int32_t * left_tz, int32_t * width,
163 *left_tz = left_pad1 - left_pad2;
166 *width -= *left_pad + *left_tz + *right_tz + *right_pad;
179 int32_t left_pad, left_tz, right_tz, right_pad; local
194 &left_pad, &left_tz, &width, &right_tz, &right_pad);
243 if (left_tz > 0) {
250 pixman_fixed_frac(vx), unit_x, left_tz);
251 dst += left_tz;
252 vx += left_tz * unit_x;
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.h764 int32_t * left_tz,
778 *left_tz = left_pad1 - left_pad2;
781 *width -= *left_pad + *left_tz + *right_tz + *right_pad;
842 int32_t left_pad, left_tz, right_tz, right_pad; \
890 &left_pad, &left_tz, &width, &right_tz, &right_pad); \
895 left_pad += left_tz; \
897 left_tz = right_tz = 0; \
1028 if (left_tz > 0) \
1035 buf1, buf2, left_tz, weight1, weight2, \
1037 dst += left_tz; \
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...]

Completed in 64 milliseconds