Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libico.cpp246 int andLineWidth = (w & 0xFFFFFFE0) + (0x20 & mask); in onDecode() local
270 size_t maxAndOffset = andOffset + ((andLineWidth*(h-1)+(w-1)) >> 3); in onDecode()
314 int andPixelNo = andLineWidth*(h-y-1)+x; in onDecode()