Home | History | Annotate | Download | only in java

Lines Matching refs:roffset

155     int roffset = TJ.getRedOffset(pf);
207 buf[index + roffset] = (byte)255;
212 buf[index + roffset] = (byte)255;
307 int roffset = TJ.getRedOffset(pf);
356 byte r = buf[index + roffset];
413 int r = buf[pitch * row + col * ps + roffset];