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

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 46 const int xorOffset, int& x, int y, const int w,
49 const int xorOffset, int& x, int y, const int w,
52 const int xorOffset, int& x, int y, const int w,
55 const int xorOffset, int& x, int y, const int w,
58 const int xorOffset, int& x, int y, const int w,
186 const int xorOffset, int& x, int y, const int w,
246 int xorOffset = begin + colorCount*4; //beginning of the color bitmap
248 int andOffset = xorOffset + ((lineWidth*h*bitCount) >> 3);
290 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
304 const int xorOffset, int& x, int y, const int w
    [all...]
  /external/skia/src/images/
SkImageDecoder_libico.cpp 46 const int xorOffset, int& x, int y, const int w,
49 const int xorOffset, int& x, int y, const int w,
52 const int xorOffset, int& x, int y, const int w,
55 const int xorOffset, int& x, int y, const int w,
58 const int xorOffset, int& x, int y, const int w,
195 const int xorOffset, int& x, int y, const int w,
255 int xorOffset = begin + colorCount*4; //beginning of the color bitmap
257 int andOffset = xorOffset + ((lineWidth*h*bitCount) >> 3);
299 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
313 const int xorOffset, int& x, int y, const int w
    [all...]

Completed in 33 milliseconds