Searched refs:pixelNo (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 46 static void editPixelBit1(const int pixelNo, const unsigned char* buf, 49 static void editPixelBit4(const int pixelNo, const unsigned char* buf, 52 static void editPixelBit8(const int pixelNo, const unsigned char* buf, 55 static void editPixelBit24(const int pixelNo, const unsigned char* buf, 58 static void editPixelBit32(const int pixelNo, const unsigned char* buf, 173 void (*placePixel)(const int pixelNo, const unsigned char* buf, in onDecode() 322 int pixelNo = lineWidth*(h-y-1)+x; in onDecode() local 323 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors); in onDecode() 336 static void editPixelBit1(const int pixelNo, const unsigned char* buf, in editPixelBit1() argument 342 int byte = readByte(buf, xorOffset + (pixelNo >> 3)); in editPixelBit1() [all …]
|