Home | History | Annotate | Download | only in java

Lines Matching full:ashift

227     int ashift = alphaOffset[pf] * 8;
248 if (ashift >= 0)
249 buf[index] |= (255 << ashift);
434 int ashift = alphaOffset[pf] * 8;
449 int a = ashift >= 0 ? (buf[index] >> ashift) & 0xFF : 255;