Searched refs:andPixelNo (Results 1 – 1 of 1) sorted by relevance
314 int andPixelNo = andLineWidth*(h-y-1)+x; in onDecode() local318 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3)); in onDecode()319 int shift = 7 - (andPixelNo & 0x7); in onDecode()