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

/external/pixman/pixman/
H A Dpixman-bits-image.c155 uint32_t top_mask, bottom_mask; local
246 bottom_mask = 0xff000000;
251 bottom_mask = 0;
256 bottom_mask = 0xff000000;
262 bottom_mask = 0;
285 br = bottom_row[pixman_fixed_to_int (x_bottom) + 1] | bottom_mask;
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;
334 bl = bottom_row [pixman_fixed_to_int (x_bottom)] | bottom_mask;

Completed in 92 milliseconds