Searched defs:right_pad (Results 1 - 3 of 3) sorted by relevance

/external/pixman/test/
H A Dscaling-helpers-test.c18 int32_t * right_pad)
26 *right_pad = 0;
39 *right_pad += 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.c114 * All this information is returned via 'width', 'left_pad', 'right_pad'
123 int32_t * width, int32_t * left_pad, int32_t * right_pad) {
140 *right_pad = *width;
143 *right_pad = 0;
145 *right_pad = *width - (int32_t) tmp;
153 int32_t * right_tz, int32_t * right_pad) {
165 *right_pad = 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);
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
293 int32_t left_pad, right_pad; local
[all...]
H A Dpixman-inlines.h230 * All this information is returned via 'width', 'left_pad', 'right_pad'
243 int32_t * right_pad)
268 *right_pad = *width;
273 *right_pad = 0;
277 *right_pad = *width - (int32_t) tmp;
433 int32_t left_pad, right_pad; \
485 &width, &left_pad, &right_pad); \
519 if (right_pad > 0) \
523 right_pad, -pixman_fixed_e, 0, src_width_fixed, FALSE); \
531 scanline_func (mask, dst, zero + 1, left_pad + width + right_pad, \
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...]

Completed in 101 milliseconds