Lines Matching refs:b4
639 #define PNG_CHUNK(b1,b2,b3,b4) \640 (PNG_32b(b1,24) | PNG_32b(b2,16) | PNG_32b(b3,8) | PNG_32b(b4,0))