Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
Dpngpriv.h670 #define PNG_DIV65535(v24) (((v24) + 32895) >> 16) macro
671 #define PNG_DIV257(v16) PNG_DIV65535((png_uint_32)(v16) * 255)
/external/libpng/
Dpngpriv.h725 #define PNG_DIV65535(v24) (((v24) + 32895) >> 16) macro
726 #define PNG_DIV257(v16) PNG_DIV65535((png_uint_32)(v16) * 255)