HomeSort by relevance Sort by last modified time
    Searched refs:andLineWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 252 int andLineWidth = (w & 0xFFFFFFE0) + (0x20 & mask);
281 int andPixelNo = andLineWidth*(h-y-1)+x;
298 //return andOffset + (andLineWidth >> 3) <= length;
  /external/skia/src/images/
SkImageDecoder_libico.cpp 261 int andLineWidth = (w & 0xFFFFFFE0) + (0x20 & mask);
290 int andPixelNo = andLineWidth*(h-y-1)+x;
307 //return andOffset + (andLineWidth >> 3) <= length;

Completed in 206 milliseconds