Home | History | Annotate | Download | only in libpng

Lines Matching refs:x03

1623             png_uint_32 shift = (int)((3 - ((row_width + 3) & 0x03)) << 1);
1626 *dp = (png_byte)((*sp >> shift) & 0x03);
2860 if ((png_uint_16)((*sp >> shift) & 0x03)
2868 png_byte p = (png_byte)((*sp >> shift) & 0x03);
2870 (p << 4) | (p << 6)] >> 6) & 0x03);
2890 if ((png_uint_16)((*sp >> shift) & 0x03)
3626 int d = *sp & 0x03;
3732 shift = (int)((3 - ((row_width + 3) & 0x03)) << 1);
3735 value = (*sp >> shift) & 0x03;
3880 gray = (png_uint_16)((gray&0x03)*0x55);
3883 shift = (int)((3 - ((row_width + 3) & 0x03)) << 1);
3886 value = (*sp >> shift) & 0x03;