Searched refs:andOffset (Results 1 – 1 of 1) sorted by relevance
242 int andOffset = xorOffset + ((lineWidth*h*bitCount) >> 3); in onDecode() local270 size_t maxAndOffset = andOffset + ((andLineWidth*(h-1)+(w-1)) >> 3); in onDecode()302 SkASSERT(maxXOROffset < andOffset); in onDecode()318 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3)); in onDecode()