/external/pixman/test/ |
infinite-loop.c | 29 pixman_image_set_repeat (src, PIXMAN_REPEAT_NORMAL);
|
radial-perf-test.c | 32 pixman_image_set_repeat (radial, PIXMAN_REPEAT_PAD);
|
rotate-test.c | 74 pixman_image_set_repeat (image, PIXMAN_REPEAT_NORMAL);
|
gradient-crash-test.c | 143 pixman_image_set_repeat (src_img, PIXMAN_REPEAT_NONE);
|
scaling-crash-test.c | 75 pixman_image_set_repeat (src_img, repeat);
|
blitters-test.c | 271 pixman_image_set_repeat (src_img, PIXMAN_REPEAT_NORMAL); 325 pixman_image_set_repeat (mask_img, PIXMAN_REPEAT_NORMAL);
|
scaling-test.c | 205 pixman_image_set_repeat (mask_img, mask_repeat); 228 pixman_image_set_repeat (src_img, repeat);
|
glyph-test.c | 205 pixman_image_set_repeat (image, prng_rand_n (4));
|
lowlevel-blt-bench.c | 414 pixman_image_set_repeat (src_img, PIXMAN_REPEAT_NORMAL); 415 pixman_image_set_repeat (xsrc_img, PIXMAN_REPEAT_NORMAL); 452 pixman_image_set_repeat (mask_img, PIXMAN_REPEAT_NORMAL); 453 pixman_image_set_repeat (xmask_img, PIXMAN_REPEAT_NORMAL); [all...] |
affine-test.c | 191 pixman_image_set_repeat (src_img, repeat);
|
alphamap.c | 205 pixman_image_set_repeat (dst, PIXMAN_REPEAT_REFLECT);
|
composite.c | 413 pixman_image_set_repeat (info->image, PIXMAN_REPEAT_NORMAL);
|
stress-test.c | 413 pixman_image_set_repeat (image, repeat);
|
/external/pixman/demos/ |
checkerboard.c | 61 pixman_image_set_repeat (checkerboard, PIXMAN_REPEAT_NONE);
|
clip-test.c | 78 pixman_image_set_repeat (src_img, PIXMAN_REPEAT_NORMAL);
|
conical-test.c | 83 pixman_image_set_repeat (src_img, PIXMAN_REPEAT_NORMAL);
|
gradient-test.c | 76 pixman_image_set_repeat (src_img, PIXMAN_REPEAT_NONE);
|
alpha-test.c | 97 pixman_image_set_repeat (grad_img, PIXMAN_REPEAT_PAD);
|
radial-test.c | 187 pixman_image_set_repeat (src_img, repeat[j]);
|
composite-test.c | 127 pixman_image_set_repeat (gradient, PIXMAN_REPEAT_PAD);
|
scale.c | 245 pixman_image_set_repeat (
|
/external/pixman/pixman/ |
pixman-image.c | 664 pixman_image_set_repeat (pixman_image_t *image, function
|
pixman.h | 808 void pixman_image_set_repeat (pixman_image_t *image, [all...] |