Searched refs:fetch_pixel_32 (Results 1 – 4 of 4) sorted by relevance
/external/pixman/pixman/ |
D | pixman-noop.c | 92 color = image->bits.fetch_pixel_32 (&image->bits, 0, 0); in noop_src_iter_init()
|
D | pixman-access.c | 1229 uint32_t pixel32 = image->fetch_pixel_32 (image, offset, line); in fetch_pixel_generic_float() 1261 fetch_pixel_32_t fetch_pixel_32; member 1400 image->fetch_pixel_32 = info->fetch_pixel_32; in setup_accessors()
|
D | pixman-bits-image.c | 65 return image->fetch_pixel_32 (image, x, y); in fetch_pixel_no_alpha() 625 pixel = image->fetch_pixel_32 (image, x, y); in fetch_pixel_general() 641 pixel_a = image->common.alpha_map->fetch_pixel_32 ( in fetch_pixel_general() 1199 color = bits->fetch_pixel_32 (bits, x, y); in MAKE_FETCHERS()
|
D | pixman-private.h | 185 fetch_pixel_32_t fetch_pixel_32; member
|