Searched refs:pixman_unorm_to_float (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-solid-fill.c44 result.a = pixman_unorm_to_float (color->alpha, 16);
45 result.r = pixman_unorm_to_float (color->red, 16);
46 result.g = pixman_unorm_to_float (color->green, 16);
47 result.b = pixman_unorm_to_float (color->blue, 16);
H A Dpixman-access.c603 argb->a = pixman_unorm_to_float ((p >> 24) & 0xff, 8);
661 buffer->a = pixman_unorm_to_float (a, 2);
662 buffer->r = pixman_unorm_to_float (r, 10);
663 buffer->g = pixman_unorm_to_float (g, 10);
664 buffer->b = pixman_unorm_to_float (b, 10);
734 buffer->a = pixman_unorm_to_float (a, 16);
735 buffer->r = pixman_unorm_to_float (r, 16);
736 buffer->g = pixman_unorm_to_float (g, 16);
737 buffer->b = pixman_unorm_to_float (b, 16);
764 buffer->r = pixman_unorm_to_float (
[all...]
H A Dpixman-utils.c195 pixman_unorm_to_float (uint16_t u, int n_bits) function in typeref:typename:float
H A Dpixman-private.h1075 float pixman_unorm_to_float (uint16_t u, int n_bits);

Completed in 7 milliseconds