Searched refs:fetch_pixel_32 (Results 1 – 4 of 4) sorted by relevance
/third_party/pixman/pixman/ |
D | pixman-noop.c | 62 color = image->bits.fetch_pixel_32 (&image->bits, 0, 0); in noop_init_solid_narrow()
|
D | pixman-bits-image.c | 53 *ret = image->fetch_pixel_32 (image, x, y); in fetch_pixel_no_alpha_32() 559 pixel = image->fetch_pixel_32 (image, x, y); in fetch_pixel_general_32() 575 pixel_a = image->common.alpha_map->fetch_pixel_32 ( in fetch_pixel_general_32() 723 color = bits->fetch_pixel_32 (bits, x, y); in replicate_pixel_32()
|
D | pixman-access.c | 1344 uint32_t pixel32 = image->fetch_pixel_32 (image, offset, line); in fetch_pixel_generic_float() 1376 fetch_pixel_32_t fetch_pixel_32; member 1526 image->fetch_pixel_32 = info->fetch_pixel_32; in setup_accessors()
|
D | pixman-private.h | 188 fetch_pixel_32_t fetch_pixel_32; member
|