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

/external/pixman/pixman/
H A Dpixman-bits-image.c152 pixman_fixed_t x_top, x_bottom, x; local
175 x = x_top = x_bottom = v.vector[0] - pixman_fixed_1/2;
210 x_bottom = 0;
216 x_bottom = x;
273 x_bottom += ux_bottom;
285 br = bottom_row[pixman_fixed_to_int (x_bottom) + 1] | bottom_mask;
293 x_bottom += ux_bottom;
309 bl = bottom_row [pixman_fixed_to_int (x_bottom)] | bottom_mask;
310 br = bottom_row [pixman_fixed_to_int (x_bottom) + 1] | bottom_mask;
320 x_bottom
[all...]

Completed in 153 milliseconds