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

/external/libpng/contrib/libtests/
H A Dpngunknown.c76 #define PNG_PASS_MASK(pass,off) ( \ macro
80 ((PNG_PASS_MASK(pass,0) >> ((y)&7)) & 1)
82 ((PNG_PASS_MASK(pass,1) >> ((x)&7)) & 1)
H A Dpngvalid.c93 #define PNG_PASS_MASK(pass,off) ( \ macro
97 ((PNG_PASS_MASK(pass,0) >> ((y)&7)) & 1)
99 ((PNG_PASS_MASK(pass,1) >> ((x)&7)) & 1)
/external/libpng/
H A Dpng.h2517 #define PNG_PASS_MASK(pass,off) ( \ macro
2522 ((PNG_PASS_MASK(pass,0) >> ((y)&7)) & 1)
2524 ((PNG_PASS_MASK(pass,1) >> ((x)&7)) & 1)
/external/pdfium/third_party/libpng16/
H A Dpng.h2509 #define PNG_PASS_MASK(pass,off) ( \ macro
2514 ((PNG_PASS_MASK(pass,0) >> ((y)&7)) & 1)
2516 ((PNG_PASS_MASK(pass,1) >> ((x)&7)) & 1)

Completed in 910 milliseconds