Home
last modified time | relevance | path

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

/third_party/pixman/pixman/
Dpixman-noop.c80 color = image->bits.fetch_pixel_float (&image->bits, 0, 0); in noop_init_solid_wide()
Dpixman-bits-image.c67 *ret = image->fetch_pixel_float (image, x, y); in fetch_pixel_no_alpha_float()
602 *ret = image->fetch_pixel_float (image, x, y); in fetch_pixel_general_float()
618 alpha = image->common.alpha_map->fetch_pixel_float ( in fetch_pixel_general_float()
741 color = bits->fetch_pixel_float (bits, x, y); in replicate_pixel_float()
Dpixman-access.c1363 argb_t pixel64 = image->fetch_pixel_float (image, offset, line); in fetch_pixel_generic_lossy_32()
1377 fetch_pixel_float_t fetch_pixel_float; member
1527 image->fetch_pixel_float = info->fetch_pixel_float; in setup_accessors()
Dpixman-private.h192 fetch_pixel_float_t fetch_pixel_float; member