Home
last modified time | relevance | path

Searched refs:pixman_image_get_data (Results 1 – 18 of 18) sorted by relevance

/third_party/pixman/test/
Dblitters-test.c94 uint32_t *data = pixman_image_get_data (img); in free_random_image()
294 srcbuf = pixman_image_get_data (src_img); in test_composite()
Dfence-image-self-test.c167 uint8_t *p = (void *)pixman_image_get_data (image); in test_read_faults()
Dalphamap.c34 uint32_t *bits = pixman_image_get_data (image); in on_destroy()
Dcomposite.c187 uint32_t value = *(uint32_t *)pixman_image_get_data (image); in get_value()
Dutils.c152 uint32_t *data = pixman_image_get_data (img); in compute_crc32_for_image_internal()
265 buffer = (uint8_t *)pixman_image_get_data (image); in print_image()
290 uint32_t *data = pixman_image_get_data (img); in image_endian_swap()
Dpixel-test.c2799 uint8_t *data = (uint8_t *)pixman_image_get_data (image); in fill()
/third_party/weston/tests/
Dinternal-screenshot-test.c66 pixels = pixman_image_get_data(image); in draw_stuff()
Dweston-test-client-helper.c505 pixels = pixman_image_get_data(buf->image); in buffer_destroy()
1254 it->data = (void *)pixman_image_get_data(image); in image_iter_init()
1498 (void *)pixman_image_get_data(image), in write_image_as_png()
/third_party/pixman/demos/
Dcomposite-test.c152 pixbuf = pixbuf_from_argb32 (pixman_image_get_data (dest_img), in main()
Dgtk-utils.c112 (uint8_t *)pixman_image_get_data (pimage), in on_expose()
/third_party/weston/libweston/backend-rdp/
Drdp.c228 ptr = pixman_image_get_data(image) + damage->extents.x1 + in rdp_peer_refresh_rfx()
288 ptr = pixman_image_get_data(image) + damage->extents.x1 + in rdp_peer_refresh_nsc()
308 const BYTE *src = (const BYTE *)pixman_image_get_data(img); in pixman_image_flipped_subrect()
/third_party/pixman/pixman/
Dpixman-image.c892 pixman_image_get_data (pixman_image_t *image) in pixman_image_get_data() function
Dpixman.h1071 uint32_t *pixman_image_get_data (pixman_image_t *image);
Dpixman-region.c2619 pw_line = pixman_image_get_data (image); in PREFIX()
/third_party/weston/shared/
Dcairo-util.c359 data = pixman_image_get_data(image); in load_cairo_surface()
/third_party/weston/libweston/
Dtde-render-part.cpp235 void *viraddr = pixman_image_get_data(ps->image); in dump_to_file()
Dpixman-renderer.c258 src_data = pixman_image_get_data(src); in composite_clipped()
/third_party/weston/libweston/backend-x11/
Dx11.c605 memcpy(icon + 2, pixman_image_get_data(image), width * height * 4); in x11_output_set_icon()