Home | History | Annotate | Download | only in java

Lines Matching defs:bshift

218     int bshift = TJ.getBlueOffset(pf) * 8;
233 buf[index] |= (255 << bshift);
427 int bshift = TJ.getBlueOffset(pf) * 8;
442 int b = (buf[index] >> bshift) & 0xFF;
488 int b = (buf[pitch * row + col] >> bshift) & 0xFF;