Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_PASS_MASK

2517 #define PNG_PASS_MASK(pass,off) ( \
2522 ((PNG_PASS_MASK(pass,0) >> ((y)&7)) & 1)
2524 ((PNG_PASS_MASK(pass,1) >> ((x)&7)) & 1)