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

1 2

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.h 93 b = (((Pixel&fmt->Bmask)>>fmt->Bshift)<<fmt->Bloss); \
174 ((b>>fmt->Bloss)<<fmt->Bshift) | (1<<15); \
181 ((b>>fmt->Bloss)<<fmt->Bshift); \
211 *((buf)+fmt->Bshift/8) = b; \
215 *((buf)+2-fmt->Bshift/8) = b; \
246 *((buf)+fmt->Bshift/8) = b; \
250 *((buf)+2-fmt->Bshift/8) = b; \
272 b = ((Pixel&fmt->Bmask)>>fmt->Bshift)<<fmt->Bloss; \
279 b = (Pixel&fmt->Bmask)>>fmt->Bshift; \
338 ((b>>fmt->Bloss)<<fmt->Bshift)| \
    [all...]
SDL_pixels.c 73 format->Bshift = 0;
77 ++format->Bshift;
102 format->Bshift = 0;
105 format->Bmask = ((0xFF>>format->Bloss)<<format->Bshift);
114 format->Bshift = 0;
196 b=(i&Bmask)>>format->Bshift;
347 | (b >> format->Bloss) << format->Bshift
362 | (b >> format->Bloss) << format->Bshift
387 v = (pixel & fmt->Bmask) >> fmt->Bshift;
412 v = (pixel & fmt->Bmask) >> fmt->Bshift;
    [all...]
SDL_blit_A.c 300 alpha = (0xff << df->Rshift) | (0xff << df->Gshift) | (0xff << df->Bshift);
526 chanmask = (0xff << df->Rshift) | (0xff << df->Gshift) | (0xff << df->Bshift);
758 Uint32 bmask = RESHIFT(srcfmt->Bshift) << (dstfmt->Bshift);
    [all...]
SDL_RLEaccel.c 1005 Uint8 Bshift;
    [all...]
SDL_blit_N.c 83 ((b<<dstfmt->Bshift)&dstfmt->Bmask) | \
135 Uint32 bmask = RESHIFT(srcfmt->Bshift) << (dstfmt->Bshift);
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
ANPBitmapInterface.cpp 41 packing->BShift = SK_B32_SHIFT;
53 packing->BShift = SK_B16_SHIFT;
android_npapi.h 59 uint8_t BShift;
    [all...]
  /external/libpng/contrib/gregbook/
rpng-x.c 144 static int RShift, GShift, BShift;
519 BShift = 15 - rpng_x_msb(BMask);
525 BShift = rpng_x_msb(BMask) - 7;
529 BShift = 7 - rpng_x_msb(BMask);
532 if (depth >= 15 && (RShift < 0 || GShift < 0 || BShift < 0)) {
616 ((ulg)bg_blue << BShift);
620 ((((ulg)bg_blue << 8) >> BShift) & BMask);
719 (blue << BShift);
729 blue = (BShift < 0)? blue << (-BShift) : blue >> BShift
    [all...]
rpng2-x.c 278 static int RShift, GShift, BShift;
    [all...]
  /system/core/libpixelflinger/
fixed.cpp 112 int32_t bshift = 15; local
115 if (bshift >= 8) temp <<= (bshift-8);
116 else temp >>= (8-bshift);
121 bshift--;
  /external/qemu/
console.c     [all...]
console.h 132 uint8_t rshift, gshift, bshift, ashift; member in struct:PixelFormat
vnc-android.c 411 b = ((((v & vs->server.ds->pf.bmask) >> vs->server.ds->pf.bshift) << vs->clientds.pf.bbits) >>
415 (b << vs->clientds.pf.bshift);
    [all...]
vnc.c 405 b = ((((v & vs->server.ds->pf.bmask) >> vs->server.ds->pf.bshift) << vs->clientds.pf.bbits) >>
409 (b << vs->clientds.pf.bshift);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 255 current->format->Bshift = this->hidden->shm.blue_shift;
  /external/libyuv/files/source/
row_posix.cc 551 int bshift) {
573 *reinterpret_cast<uint32*>(rgb_buf) = (packuswb(b) << bshift) |
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 338 packing.BShift, packing.BBits);
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 912 (color & fmt->Bmask) << (fmt->Bloss - fmt->Bshift), 0xFF);
930 (key & fmt->Bmask) << (fmt->Bloss - fmt->Bshift));
  /external/qemu/hw/
goldfish_fb.c 176 pf->bbits, pf->bmask, pf->bshift, pf->bmax);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 72 Uint8 Bshift;
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 72 Uint8 Bshift;
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 72 Uint8 Bshift;
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 79 Uint8 Bshift;
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 72 Uint8 Bshift;
    [all...]
  /external/icu4c/i18n/
decNumber.c     [all...]

Completed in 842 milliseconds

1 2