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

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 45 static void editPixelBit1(const int pixelNo, const unsigned char* buf,
48 static void editPixelBit4(const int pixelNo, const unsigned char* buf,
51 static void editPixelBit8(const int pixelNo, const unsigned char* buf,
54 static void editPixelBit24(const int pixelNo, const unsigned char* buf,
57 static void editPixelBit32(const int pixelNo, const unsigned char* buf,
185 void (*placePixel)(const int pixelNo, const unsigned char* buf,
289 int pixelNo = lineWidth*(h-y-1)+x;
290 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
303 static void editPixelBit1(const int pixelNo, const unsigned char* buf,
309 int byte = readByte(buf, xorOffset + (pixelNo >> 3))
    [all...]
  /external/skia/src/images/
SkImageDecoder_libico.cpp 45 static void editPixelBit1(const int pixelNo, const unsigned char* buf,
48 static void editPixelBit4(const int pixelNo, const unsigned char* buf,
51 static void editPixelBit8(const int pixelNo, const unsigned char* buf,
54 static void editPixelBit24(const int pixelNo, const unsigned char* buf,
57 static void editPixelBit32(const int pixelNo, const unsigned char* buf,
194 void (*placePixel)(const int pixelNo, const unsigned char* buf,
298 int pixelNo = lineWidth*(h-y-1)+x;
299 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
312 static void editPixelBit1(const int pixelNo, const unsigned char* buf,
318 int byte = readByte(buf, xorOffset + (pixelNo >> 3))
    [all...]

Completed in 168 milliseconds