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

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 281 int andPixelNo = andLineWidth*(h-y-1)+x;
285 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3));
286 int shift = 7 - (andPixelNo & 0x7);
  /external/skia/src/images/
SkImageDecoder_libico.cpp 290 int andPixelNo = andLineWidth*(h-y-1)+x;
294 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3));
295 int shift = 7 - (andPixelNo & 0x7);

Completed in 40 milliseconds