HomeSort by relevance Sort by last modified time
    Searched full:pixelno (Results 1 - 1 of 1) sorted by null

  /external/skia/src/images/
SkImageDecoder_libico.cpp 48 static void editPixelBit1(const int pixelNo, const unsigned char* buf,
51 static void editPixelBit4(const int pixelNo, const unsigned char* buf,
54 static void editPixelBit8(const int pixelNo, const unsigned char* buf,
57 static void editPixelBit24(const int pixelNo, const unsigned char* buf,
60 static void editPixelBit32(const int pixelNo, const unsigned char* buf,
163 void (*placePixel)(const int pixelNo, const unsigned char* buf,
273 int pixelNo = lineWidth*(h-y-1)+x;
274 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
287 static void editPixelBit1(const int pixelNo, const unsigned char* buf,
293 int byte = readByte(buf, xorOffset + (pixelNo >> 3))
    [all...]

Completed in 467 milliseconds