HomeSort by relevance Sort by last modified time
    Searched defs:Pixel (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/rs/java/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 68 static class Pixel {
179 mPixelType = Type.createFromClass(mRS, Pixel.class, 1, "Pixel");
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_N.c 186 Uint32 Pixel; \
188 DISEMBLE_RGBA((Uint8 *)src, 4, srcfmt, Pixel, \
336 unsigned short Pixel = *((unsigned short *)src); \
337 sR = (Pixel >> 8) & 0xf8; \
338 sG = (Pixel >> 3) & 0xfc; \
339 sB = (Pixel << 3) & 0xf8; \
481 unsigned short Pixel = *((unsigned short *)src); \
482 sR = (Pixel >> 7) & 0xf8; \
483 sG = (Pixel >> 2) & 0xf8; \
484 sB = (Pixel << 3) & 0xf8;
    [all...]
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java     [all...]

Completed in 108 milliseconds