HomeSort by relevance Sort by last modified time
    Searched refs:x_top (Results 1 - 3 of 3) sorted by null

  /external/pixman/pixman/
pixman-bits-image.c 152 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 += ux_top
    [all...]
pixman-trap.c 158 pixman_fixed_t x_top,
165 e->x = x_top;
167 dx = x_bot - x_top;
pixman.h     [all...]

Completed in 138 milliseconds