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

  /external/skia/legacy/src/images/
SkImageDecoder_libico.cpp 50 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
53 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
56 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
59 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
62 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
165 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL;
266 //only need to get a new alphaByte when x %8 == 0
269 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3));
274 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
289 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors
    [all...]
  /external/skia/src/images/
SkImageDecoder_libico.cpp 50 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
53 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
56 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
59 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
62 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors);
165 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors) = NULL;
266 //only need to get a new alphaByte when x %8 == 0
269 int alphaByte = readByte(buf, andOffset + (andPixelNo >> 3));
274 placePixel(pixelNo, buf, xorOffset, x, y, w, bm, alphaByte, m, shift, colors);
289 SkBitmap* bm, int alphaByte, int m, int shift, SkPMColor* colors
    [all...]
  /external/quake/quake/src/QW/client/
gl_warp.c 532 unsigned char red,green,blue,alphabyte; local
548 alphabyte = getc(fin);
552 *pixbuf++ = alphabyte;
559 unsigned char red,green,blue,alphabyte,packetHeader,packetSize,j; local
571 alphabyte = 255;
577 alphabyte = getc(fin);
585 *pixbuf++=alphabyte;
613 alphabyte = getc(fin);
617 *pixbuf++ = alphabyte;
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 581 unsigned char red,green,blue,alphabyte; local
597 alphabyte = getc(fin);
601 *pixbuf++ = alphabyte;
608 unsigned char red,green,blue,alphabyte,packetHeader,packetSize,j; local
620 alphabyte = 255;
626 alphabyte = getc(fin);
634 *pixbuf++=alphabyte;
662 alphabyte = getc(fin);
666 *pixbuf++ = alphabyte;

Completed in 1172 milliseconds