Searched refs:xorOffset (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 47 const int xorOffset, int& x, int y, const int w, 50 const int xorOffset, int& x, int y, const int w, 53 const int xorOffset, int& x, int y, const int w, 56 const int xorOffset, int& x, int y, const int w, 59 const int xorOffset, int& x, int y, const int w, 174 const int xorOffset, int& x, int y, const int w, in onDecode() 240 int xorOffset = begin + colorCount*4; //beginning of the color bitmap in onDecode() local 242 int andOffset = xorOffset + ((lineWidth*h*bitCount) >> 3); in onDecode() 301 int maxXOROffset = xorOffset + maxByte; in onDecode() 323 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors); in onDecode() [all …]
|