Home
last modified time | relevance | path

Searched refs:unorm_to_unorm (Results 1 – 2 of 2) sorted by relevance

/external/pixman/pixman/
Dpixman-private.h949 unorm_to_unorm (uint32_t val, int from_bits, int to_bits) in unorm_to_unorm() function
Dpixman-access.c258 v = unorm_to_unorm (pixel >> from_shift, n_from_bits, n_to_bits); in convert_channel()