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

  /external/skia/legacy/src/images/
SkImageDecoder_libico.cpp 265 int andPixelNo = andLineWidth*(h-y-1)+x;
269 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3));
270 int shift = 7 - (andPixelNo & 0x7);
  /external/skia/src/images/
SkImageDecoder_libico.cpp 265 int andPixelNo = andLineWidth*(h-y-1)+x;
269 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3));
270 int shift = 7 - (andPixelNo & 0x7);

Completed in 8160 milliseconds