Home
last modified time | relevance | path

Searched refs:pixman_image_get_height (Results 1 – 17 of 17) sorted by relevance

/third_party/pixman/test/
Dblitters-test.c287 src_height = pixman_image_get_height (src_img); in test_composite()
291 dst_height = pixman_image_get_height (dst_img); in test_composite()
340 mask_y = prng_rand_n (pixman_image_get_height (mask_img)); in test_composite()
Dfence-image-self-test.c165 int height = pixman_image_get_height (image); in test_read_faults()
Dutils.c154 int height = pixman_image_get_height (img); in compute_crc32_for_image_internal()
262 height = pixman_image_get_height (image); in print_image()
291 int height = pixman_image_get_height (img); in image_endian_swap()
656 int height = pixman_image_get_height (image); in write_png()
761 pixman_image_get_height (image) + check_size - 1) / check_size; in draw_checkerboard()
Dpixel-test.c2801 int n_bytes = pixman_image_get_stride (image) * pixman_image_get_height (image); in fill()
/third_party/pixman/demos/
Dgtk-utils.c100 int height = pixman_image_get_height (pimage); in on_expose()
145 height = pixman_image_get_height (image); in show_image()
Ddither.c202 app->height = pixman_image_get_height (original); in app_new()
Dscale.c234 new_height = pixman_image_get_height (app->original) * fscale_y; in rescale()
/third_party/weston/libweston/
Dpixman-renderer.c98 pixman_image_get_height (po->hw_buffer) /* height */); in pixman_renderer_read_pixels()
204 dest_height = pixman_image_get_height(dest); in composite_whole()
254 dest_height = pixman_image_get_height(dest); in composite_clipped()
374 pixman_image_get_height (target_image) /* height */); in repaint_region()
546 pixman_image_get_height (po->hw_buffer) /* height */); in copy_to_hw_buffer()
808 *height = pixman_image_get_height(ps->image); in pixman_renderer_surface_get_content_size()
Dtde-render-part.cpp145 surface->height = pixman_image_get_height(target_image); in dst_surface_init()
236 int32_t size = pixman_image_get_stride(ps->image) * pixman_image_get_height(ps->image); in dump_to_file()
/third_party/weston/tests/
Dweston-test-client-helper.c1214 height_a = pixman_image_get_height(img_a); in image_check_get_roi()
1217 height_b = pixman_image_get_height(img_b); in image_check_get_roi()
1433 height = pixman_image_get_height(img_a); in visualize_image_difference()
1501 pixman_image_get_height(image), in write_image_as_png()
1528 height = pixman_image_get_height(image); in image_convert_to_a8r8g8b8()
1771 buf_h = scale * pixman_image_get_height(img); in client_buffer_from_image_file()
1867 height = pixman_image_get_height(image); in fill_image_with_color()
Dinternal-screenshot-test.c64 h = pixman_image_get_height(image); in draw_stuff()
/third_party/weston/libweston/backend-x11/
Dx11.c506 pixman_image_get_height(output->hw_surface), in x11_output_repaint_shm()
509 pixman_image_get_height(output->hw_surface), in x11_output_repaint_shm()
596 height = pixman_image_get_height(image); in x11_output_set_icon()
/third_party/pixman/pixman/
Dpixman-image.c910 pixman_image_get_height (pixman_image_t *image) in pixman_image_get_height() function
Dpixman.h1077 int pixman_image_get_height (pixman_image_t *image);
Dpixman-region.c2621 height = pixman_image_get_height (image); in PREFIX()
/third_party/weston/shared/
Dcairo-util.c361 height = pixman_image_get_height(image); in load_cairo_surface()
/third_party/weston/compositor/
Dscreen-share.c836 pixman_image_get_height(so->cache_image) != height) { in shared_output_repainted()