Lines Matching defs:host_image
162 cache->all_surfaces[i].host_image = NULL;
252 int w = pixman_image_get_width (s->host_image);
253 int h = pixman_image_get_height (s->host_image);
294 pixman_image_t *dev_image, *host_image;
320 host_image = pixman_image_create_bits (format,
329 "testing host_image memory\n");
336 surface->host_image = host_image;
357 return (void *) pixman_image_get_data(surface->host_image);
517 surface->host_image = pixman_image_create_bits (
622 if (surface->host_image)
623 pixman_image_unref (surface->host_image);
745 surface->host_image &&
746 pixman_image_get_width (surface->host_image) >= 128 &&
747 pixman_image_get_height (surface->host_image) >= 128)
779 width = pixman_image_get_width (s->host_image);
780 height = pixman_image_get_height (s->host_image);
784 evacuated->image = s->host_image;
791 s->host_image = NULL;
832 assert (surface->host_image);
835 pixman_image_unref (surface->host_image);
836 surface->host_image = ev->image;