Searched refs:pixman_unorm_to_float (Results 1 – 4 of 4) sorted by relevance
/third_party/pixman/pixman/ |
D | pixman-solid-fill.c | 44 result.a = pixman_unorm_to_float (color->alpha, 16); in color_to_float() 45 result.r = pixman_unorm_to_float (color->red, 16); in color_to_float() 46 result.g = pixman_unorm_to_float (color->green, 16); in color_to_float() 47 result.b = pixman_unorm_to_float (color->blue, 16); in color_to_float()
|
D | pixman-access.c | 603 argb->a = pixman_unorm_to_float ((p >> 24) & 0xff, 8); in fetch_scanline_a8r8g8b8_sRGB_float() 635 buffer->a = pixman_unorm_to_float (a, 2); in fetch_scanline_a2r10g10b10_float() 636 buffer->r = pixman_unorm_to_float (r, 10); in fetch_scanline_a2r10g10b10_float() 637 buffer->g = pixman_unorm_to_float (g, 10); in fetch_scanline_a2r10g10b10_float() 638 buffer->b = pixman_unorm_to_float (b, 10); in fetch_scanline_a2r10g10b10_float() 708 buffer->r = pixman_unorm_to_float (r, 10); in fetch_scanline_x2r10g10b10_float() 709 buffer->g = pixman_unorm_to_float (g, 10); in fetch_scanline_x2r10g10b10_float() 710 buffer->b = pixman_unorm_to_float (b, 10); in fetch_scanline_x2r10g10b10_float() 738 buffer->a = pixman_unorm_to_float (a, 2); in fetch_scanline_a2b10g10r10_float() 739 buffer->r = pixman_unorm_to_float (r, 10); in fetch_scanline_a2b10g10r10_float() [all …]
|
D | pixman-utils.c | 195 pixman_unorm_to_float (uint16_t u, int n_bits) in pixman_unorm_to_float() function
|
D | pixman-private.h | 1042 float pixman_unorm_to_float (uint16_t u, int n_bits);
|