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

/xsrc/external/mit/pixman/dist/test/
H A Dcover-test.c62 #define MIN_SRC_WIDTH (4096 / 4) macro
65 #define DST_WIDTH (MIN_SRC_WIDTH * pixman_fixed_1 / MAX_INC)
107 /* We need the left-most and right-most MIN_SRC_WIDTH pixels to have
111 * temporary non-fenced image that is exactly MIN_SRC_WIDTH wide and blit it
114 tmp_img = pixman_image_create_bits (fmt, MIN_SRC_WIDTH, SRC_HEIGHT,
119 img = fence_image_create_bits (fmt, MIN_SRC_WIDTH, SRC_HEIGHT, TRUE);
133 MIN_SRC_WIDTH, SRC_HEIGHT);
135 0, 0, 0, 0, img->bits.width - MIN_SRC_WIDTH, 0,
136 MIN_SRC_WIDTH, SRC_HEIGHT);

Completed in 2 milliseconds