Searched refs:pixman_image_get_stride (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/experimental/pixman/
H A Djunk.cpp90 pixman_image_get_stride (copy));
/external/skia/experimental/pixman/
H A Djunk.cpp90 pixman_image_get_stride (copy));
/external/pixman/demos/
H A Dgtk-utils.c101 int stride = pixman_image_get_stride (pimage);
/external/pixman/test/
H A Dblitters-test.c279 src_stride = pixman_image_get_stride (src_img);
283 dst_stride = pixman_image_get_stride (dst_img);
H A Dpixel-test.c105 int n_bytes = pixman_image_get_stride (image) * pixman_image_get_height (image);
H A Dutils.c148 int stride = pixman_image_get_stride (img);
246 int stride = pixman_image_get_stride (img);
/external/pixman/pixman/
H A Dpixman-image.c868 pixman_image_get_stride (pixman_image_t *image) function
H A Dpixman.h831 int pixman_image_get_stride (pixman_image_t *image); /* in bytes */
H A Dpixman-region.c2622 stride = pixman_image_get_stride (image) / 4;

Completed in 305 milliseconds