HomeSort by: relevance | last modified time | path
    Searched refs:pixman_image_get_width (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/pixman/dist/demos/
gtk-utils.c 101 int width = pixman_image_get_width (pimage);
142 width = pixman_image_get_width (image);
dither.c 199 app->width = pixman_image_get_width (original);
scale.c 233 new_width = pixman_image_get_width (app->original) * fscale_x;
  /xsrc/external/mit/pixman/dist/test/
blitters-test.c 286 src_width = pixman_image_get_width (src_img);
290 dst_width = pixman_image_get_width (dst_img);
339 mask_x = prng_rand_n (pixman_image_get_width (mask_img));
fence-image-self-test.c 164 int width = pixman_image_get_width (image);
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_surface_ums.c 252 int w = pixman_image_get_width (s->host_image);
746 pixman_image_get_width (surface->host_image) >= 128 &&
779 width = pixman_image_get_width (s->host_image);
826 int width = pixman_image_get_width (ev->image);
qxl_surface.c 559 if (width > pixman_image_get_width (dest->u.copy_src->host_image))
562 width, pixman_image_get_width (dest->u.copy_src->host_image));
565 assert (width <= pixman_image_get_width (dest->u.copy_src->host_image));
637 int w = pixman_image_get_width (surface->host_image);
  /xsrc/external/mit/xf86-video-intel-old/dist/uxa/
uxa-render.c 334 width = pixman_image_get_width (image);
395 width = pixman_image_get_width (image);
  /xsrc/external/mit/pixman/dist/test/utils/
utils.c 261 width = pixman_image_get_width (image);
655 int width = pixman_image_get_width (image);
759 pixman_image_get_width (image) + check_size - 1) / check_size;
  /xsrc/external/mit/pixman/dist/pixman/
pixman-image.c 925 pixman_image_get_width (pixman_image_t *image) function
pixman.h 1268 int pixman_image_get_width (pixman_image_t *image);
pixman-region.c 2859 width = pixman_image_get_width (image);
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-render.c 510 width = pixman_image_get_width(image);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
uxa-render.c 510 width = pixman_image_get_width(image);
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-render.c 500 width = pixman_image_get_width(image);

Completed in 18 milliseconds