Searched defs:x_top (Results 1 - 2 of 2) sorted by relevance

/external/pixman/pixman/
H A Dpixman-trap.c158 pixman_fixed_t x_top,
165 e->x = x_top;
167 dx = x_bot - x_top;
155 pixman_edge_init(pixman_edge_t *e, int n, pixman_fixed_t y_start, pixman_fixed_t x_top, pixman_fixed_t y_top, pixman_fixed_t x_bot, pixman_fixed_t y_bot) argument
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;
197 x_top = 0;
203 x_top = x;
272 x_top += ux_top;
284 tr = top_row[pixman_fixed_to_int (x_top) + 1] | top_mask;
292 x_top += ux_top;
307 tl = top_row [pixman_fixed_to_int (x_top)] | top_mask;
308 tr = top_row [pixman_fixed_to_int (x_top) + 1] | top_mask;
319 x_top
[all...]

Completed in 154 milliseconds