Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_PASS_MASK

2509 #define PNG_PASS_MASK(pass,off) ( \
2514 ((PNG_PASS_MASK(pass,0) >> ((y)&7)) & 1)
2516 ((PNG_PASS_MASK(pass,1) >> ((x)&7)) & 1)