Home
last modified time | relevance | path

Searched refs:andPixelNo (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_libico.cpp314 int andPixelNo = andLineWidth*(h-y-1)+x; in onDecode() local
318 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3)); in onDecode()
319 int shift = 7 - (andPixelNo & 0x7); in onDecode()