HomeSort by relevance Sort by last modified time
    Searched refs:pixman_unorm_to_float (Results 1 - 4 of 4) sorted by null

  /external/pixman/pixman/
pixman-solid-fill.c 44 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);
pixman-access.c 603 argb->a = pixman_unorm_to_float ((p >> 24) & 0xff, 8);
635 buffer->a = pixman_unorm_to_float (a, 2);
636 buffer->r = pixman_unorm_to_float (r, 10);
637 buffer->g = pixman_unorm_to_float (g, 10);
638 buffer->b = pixman_unorm_to_float (b, 10);
666 buffer->r = pixman_unorm_to_float (r, 10);
667 buffer->g = pixman_unorm_to_float (g, 10);
668 buffer->b = pixman_unorm_to_float (b, 10);
696 buffer->a = pixman_unorm_to_float (a, 2);
697 buffer->r = pixman_unorm_to_float (r, 10)
    [all...]
pixman-utils.c 186 pixman_unorm_to_float (uint16_t u, int n_bits) function
pixman-private.h 992 float pixman_unorm_to_float (uint16_t u, int n_bits);
    [all...]

Completed in 154 milliseconds