/external/pixman/demos/ |
clip-test.c | 28 pixman_image_t *src_img, *dst_img; local 80 dst_img = create_solid_bits (0xffff0000); 81 pixman_image_composite (PIXMAN_OP_OVER, src_img, NULL, dst_img, 91 show_image (dst_img);
|
/external/pixman/test/ |
fetch-test.c | 152 pixman_image_t *dst_img; local 167 dst_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, 176 pixman_image_set_accessors (dst_img, reader, writer); 179 pixman_image_composite (PIXMAN_OP_SRC, src_img, NULL, dst_img, 183 pixman_image_unref (dst_img);
|
scaling-crash-test.c | 31 pixman_image_t * dst_img; local 70 dst_img = pixman_image_create_bits ( 81 pixman_image_composite (PIXMAN_OP_SRC, src_img, NULL, dst_img, 85 pixman_image_unref (dst_img);
|
affine-test.c | 30 pixman_image_t * dst_img; local 92 dst_img = pixman_image_create_bits ( 96 image_endian_swap (dst_img); 269 pixman_image_set_clip_region (dst_img, &clip); 273 pixman_image_composite (op, src_img, NULL, dst_img, 283 image_endian_swap (dst_img); 299 pixman_image_unref (dst_img);
|
blitters-test.c | 227 pixman_image_t *dst_img = NULL; local 274 dst_img = create_random_image (img_fmt_list, max_width, max_height, 281 dst_width = pixman_image_get_width (dst_img); 282 dst_height = pixman_image_get_height (dst_img); 283 dst_stride = pixman_image_get_stride (dst_img); 285 dstbuf = pixman_image_get_data (dst_img); 354 pixman_image_composite (op, src_img, mask_img, dst_img, 377 crc32 = free_random_image (0, dst_img, dst_fmt);
|
composite-traps-test.c | 52 pixman_image_t * dst_img; local 159 dst_img = pixman_image_create_bits ( 162 image_endian_swap (dst_img); 210 pixman_image_set_clip_region (dst_img, &clip); 214 pixman_composite_trapezoids (op, src_img, dst_img, mask_format, 224 image_endian_swap (dst_img); 244 pixman_image_unref (dst_img);
|
scaling-test.c | 55 pixman_image_t * dst_img; local 156 dst_img = pixman_image_create_bits ( 160 image_endian_swap (dst_img); 332 pixman_image_set_clip_region (dst_img, &clip); 337 pixman_image_composite (op, src_img, NULL, dst_img, 340 pixman_image_composite (op, src_img, mask_img, dst_img, 350 image_endian_swap (dst_img); 367 pixman_image_unref (dst_img);
|
lowlevel-blt-bench.c | 173 pixman_image_t * dst_img, 204 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 63 - x, 0, width, lines_count); 214 pixman_image_t * dst_img, 225 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 1, 0, WIDTH - 64, HEIGHT); 234 pixman_image_t * dst_img, 257 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h); 269 pixman_image_t * dst_img, 292 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h); 304 pixman_image_t * dst_img, 328 call_func (func, op, src_img, mask_img, dst_img, sx, sy, sx, sy, dx, dy, w, h) 380 pixman_image_t * dst_img; local [all...] |
/hardware/samsung_slsi/exynos5/libgscaler/ |
exynos_gsc_utils.h | 127 exynos_gsc_img dst_img; member in struct:GSC_HANDLE
|