Searched refs:andLineWidth (Results 1 – 1 of 1) sorted by relevance
246 int andLineWidth = (w & 0xFFFFFFE0) + (0x20 & mask); in onDecode() local270 size_t maxAndOffset = andOffset + ((andLineWidth*(h-1)+(w-1)) >> 3); in onDecode()314 int andPixelNo = andLineWidth*(h-y-1)+x; in onDecode()