Home
last modified time | relevance | path

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

/external/qemu/distrib/libpng-1.2.19/
Dpngrtran.c3872 png_byte blue_high = (trans_value->blue > 8) & 0xff; in png_do_expand() local
3884 *(sp - 1) == blue_high && in png_do_expand()
/external/libpng/
Dpngrtran.c4012 png_byte blue_high = (trans_value->blue >> 8) & 0xff; in png_do_expand() local
4024 *(sp - 1) == blue_high && in png_do_expand()