Home
last modified time | relevance | path

Searched refs:fetch_pixel_32 (Results 1 – 4 of 4) sorted by relevance

/external/pixman/pixman/
Dpixman-noop.c92 color = image->bits.fetch_pixel_32 (&image->bits, 0, 0); in noop_src_iter_init()
Dpixman-access.c1229 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()
Dpixman-bits-image.c65 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()
Dpixman-private.h185 fetch_pixel_32_t fetch_pixel_32; member