Searched defs:poff (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java790 byte[] prev, int poff,
794 int prior = prev[i + poff] & 0xff;
801 byte[] prev, int poff,
807 priorRow = prev[i + poff] & 0xff;
815 priorRow = prev[i + poff] & 0xff;
837 byte[] prev, int poff,
843 priorRow = prev[i + poff] & 0xff;
851 priorRow = prev[i + poff] & 0xff;
852 priorRowPixel = prev[i + poff - bpp] & 0xff;
789 decodeUpFilter(byte[] curr, int coff, byte[] prev, int poff, int count) argument
800 decodeAverageFilter(byte[] curr, int coff, byte[] prev, int poff, int count, int bpp) argument
836 decodePaethFilter(byte[] curr, int coff, byte[] prev, int poff, int count, int bpp) argument

Completed in 52 milliseconds