Searched defs:xorOffset (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/images/
H A DSkImageDecoder_libico.cpp52 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,
61 const int xorOffset, int& x, int y, const int w,
64 const int xorOffset, int& x, int y, const int w,
167 const int xorOffset, int& x, int y, const int w,
227 int xorOffset = begin + colorCount*4; //beginning of the color bitmap local
229 int andOffset = xorOffset + ((lineWidth*h*bitCount) >> 3);
271 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
285 const int xorOffset, in
284 editPixelBit1(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
313 editPixelBit4(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
333 editPixelBit8(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
343 editPixelBit24(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
357 editPixelBit32(const int pixelNo, const unsigned char* buf, const int xorOffset, int& x, int y, const int w, SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) argument
[all...]

Completed in 28 milliseconds