HomeSort by relevance Sort by last modified time
    Searched full:xff0000 (Results 151 - 175 of 228) sorted by null

1 2 3 4 5 67 8 910

  /external/icu/icu4c/source/i18n/
collationbasedatabuilder.cpp 430 if((p & prevPrimary & 0xff0000) == 0) { return 0; }
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.h 109 r = ((Pixel&0xFF0000)>>16); \
SDL_video.c 979 bmask = 0xff0000;
987 if ( (vf->Rmask == 0xff) && (vf->Bmask == 0xff0000) ) {
989 bmask = 0xff0000;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 327 /* 24 bit RGB */ {0xFF0000, 0x00FF00, 0x0000FF, 0x000000, 24},
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c 194 private->blueMask = 0xff0000;
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 364 final int color = getRadioHex(R.id.group_lights_color, 0xff0000);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 315 Red = 0xff0000,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtilsTest.java 309 assertEquals(299*255/1000, ImageUtils.getBrightness(0xFF0000));
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.c 327 && GET_BLUEMASK(v) == 0xff0000
337 else if ( GET_REDMASK(v) == 0xff0000
    [all...]
  /external/chromium_org/third_party/qcms/src/
iccread.c 44 return ((v & 0xff) << 24) | ((v & 0xff00) << 8) | ((v & 0xff0000) >> 8) | ((v & 0xff000000) >> 24);
54 return ((v & 0xff) << 24) | ((v & 0xff00) << 8) | ((v & 0xff0000) >> 8) | ((v & 0xff000000) >> 24);
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 53 { RGB_TO_YUV(0xFF0000) } /* Red */
78 { RGB_TO_YUV(0xff0000) }, /* Red */
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 327 && GET_BLUEMASK(v) == 0xff0000
337 else if ( GET_REDMASK(v) == 0xff0000
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 252 if (format->Rmask == 0xFF0000 &&
259 if (format->Rmask == 0xFF0000 &&
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c 53 { RGB_TO_YUV(0xFF0000) } /* Red */
78 { RGB_TO_YUV(0xff0000) }, /* Red */
  /external/pcre/dist/sljit/
sljitNativeARM_T2_32.c 211 COPY_BITS(imm, 12 + 16, 16, 4) | COPY_BITS(imm, 11 + 16, 26, 1) | COPY_BITS(imm, 8 + 16, 12, 3) | ((imm & 0xff0000) >> 16));
221 inst[3] = dst | COPY_BITS(new_imm, 8 + 16, 12, 3) | ((new_imm & 0xff0000) >> 16);
497 COPY_BITS(imm, 12 + 16, 16, 4) | COPY_BITS(imm, 11 + 16, 26, 1) | COPY_BITS(imm, 8 + 16, 12, 3) | ((imm & 0xff0000) >> 16));
    [all...]
  /external/qemu/target-arm/
neon_helper.c 1044 ((op2ex & 0xff0000) << 16) |
1202 | ((x >> 24) & 0xff0000) | ((x >> 32) & 0xff000000);
1215 | ((x >> 24) & 0xff0000) | ((x >> 32) & 0xff000000);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
postproc.c 44 { RGB_TO_YUV(0xFF0000) } /* Red */
70 { RGB_TO_YUV(0xff0000) }, /* Red */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_api.c 511 && GET_BLUEMASK(v) ==0xff0000
518 else if (GET_REDMASK(v) == 0xff0000
    [all...]
  /external/libvpx/libvpx/vp8/common/
postproc.c 44 { RGB_TO_YUV(0xFF0000) } /* Red */
70 { RGB_TO_YUV(0xff0000) }, /* Red */
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 511 && GET_BLUEMASK(v) ==0xff0000
518 else if (GET_REDMASK(v) == 0xff0000
    [all...]
  /external/valgrind/main/none/tests/mips32/
LoadStore.stdout.exp 49 0xff0035, 0xff0000, 0xff00ff, 0x0
54 0x12ff1e35, 0xff0000, 0xff00ff, 0xffffffff
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 44 { RGB_TO_YUV(0xFF0000) } /* Red */
70 { RGB_TO_YUV(0xff0000) }, /* Red */
    [all...]
  /bionic/libc/kernel/uapi/drm/
i915_drm.h 616 #define I915_OVERLAY_SWAP_MASK 0xff0000
  /external/aac/libSYS/include/
genericStds.h 416 : ( (((val) & 0xff) << 24) || (((val) & 0xff00)<< 8) || (((val) & 0xff0000)>>8) || (((val) & 0xff000000) >> 24) ) )
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 119 (lang & 0xff0000)>>16);

Completed in 948 milliseconds

1 2 3 4 5 67 8 910