Home | History | Annotate | Download | only in java

Lines Matching full:ashift

218     int ashift = alphaOffset[pf] * 8;
239 if (ashift >= 0)
240 buf[index] |= (255 << ashift);
425 int ashift = alphaOffset[pf] * 8;
440 int a = ashift >= 0 ? (buf[index] >> ashift) & 0xFF : 255;