Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/images/
DSkImageDecoder_libico.cpp252 int andLineWidth = (w & 0xFFFFFFE0) + (0x20 & mask); in onDecode() local
281 int andPixelNo = andLineWidth*(h-y-1)+x; in onDecode()
/external/skia/src/images/
DSkImageDecoder_libico.cpp261 int andLineWidth = (w & 0xFFFFFFE0) + (0x20 & mask); in onDecode() local
290 int andPixelNo = andLineWidth*(h-y-1)+x; in onDecode()