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

/external/pixman/test/
H A Dscaling-helpers-test.c17 int32_t * right_tz,
25 *right_tz = 0;
41 *right_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.c153 int32_t * right_tz, int32_t * right_pad) {
164 *right_tz = right_pad2 - right_pad1;
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);
260 if (right_tz > 0) {
267 pixman_fixed_frac(vx), unit_x, right_tz);
268 dst += right_tz;
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.h766 int32_t * right_tz,
779 *right_tz = right_pad2 - right_pad1;
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); \
896 right_pad += right_tz; \
897 left_tz = right_tz = 0; \
1051 if (right_tz > 0) \
1058 buf1, buf2, right_tz, weight1, weight2, \
1060 dst += right_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 127 milliseconds