Searched refs:fetch_pixel_float (Results 1 – 4 of 4) sorted by relevance
/third_party/pixman/pixman/ |
D | pixman-noop.c | 80 color = image->bits.fetch_pixel_float (&image->bits, 0, 0); in noop_init_solid_wide()
|
D | pixman-bits-image.c | 67 *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()
|
D | pixman-access.c | 1363 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()
|
D | pixman-private.h | 192 fetch_pixel_float_t fetch_pixel_float; member
|