Home
last modified time | relevance | path

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

/external/pixman/pixman/
Dpixman-noop.c106 color = image->bits.fetch_pixel_float (&image->bits, 0, 0); in noop_src_iter_init()
Dpixman-access.c1248 argb_t pixel64 = image->fetch_pixel_float (image, offset, line); in fetch_pixel_generic_lossy_32()
1262 fetch_pixel_float_t fetch_pixel_float; member
1401 image->fetch_pixel_float = info->fetch_pixel_float; in setup_accessors()
Dpixman-private.h189 fetch_pixel_float_t fetch_pixel_float; member
Dpixman-bits-image.c1217 color = bits->fetch_pixel_float (bits, x, y); in replicate_pixel_float()