HomeSort by relevance Sort by last modified time
    Searched full:xff000000 (Results 326 - 350 of 584) sorted by null

<<11121314151617181920>>

  /frameworks/support/v4/java/android/support/v4/view/
PagerTabStrip.java 178 mDrawFullUnderline = (color & 0xFF000000) == 0;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 136 MAIN_FORMAT_MASK = 0xFF000000,
  /hardware/ti/omap4xxx/kernel-headers/linux/
omapfb.h 62 #define OMAPFB_CAPS_PANEL_MASK 0xff000000
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/common/
UtilsTest.java 185 assertTrue(Utils.isOpaque(0xFF000000));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capability.h 48 #define VFS_CAP_REVISION_MASK 0xFF000000
mtio.h 163 #define MT_ST_DENSITY_MASK 0xff000000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 48 #define VFS_CAP_REVISION_MASK 0xFF000000
mtio.h 163 #define MT_ST_DENSITY_MASK 0xff000000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 48 #define VFS_CAP_REVISION_MASK 0xFF000000
mtio.h 163 #define MT_ST_DENSITY_MASK 0xff000000
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyImage.java 101 PyInteger a = new PyInteger((pixel & 0xFF000000) >> 24);
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 42 texel = builder.CreateOr(texel, builder.getInt32(0xff000000));
65 texel = builder.CreateOr(texel, builder.getInt32(0xff000000), name("texel"));
83 texel = builder.CreateOr(texel, builder.getInt32(0xff000000));
  /external/openssh/
rijndael.c     [all...]
  /external/qemu/
aes.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 740 0x00FF0000, 0x0000FF00, 0x000000FF, 0xFF000000,
    [all...]
SDL_surface.c 289 if ( (surface->format->Amask != 0xFF000000) &&
296 if ( surface->format->Amask == 0xFF000000 ) {
302 if ( surface->format->Amask == 0xFF000000 ) {
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 135 , m_fillColor(0xFF000000)
344 int fillcolorNotTransparent = m_state->m_fillColor & 0xFF000000;
351 && (m_state->m_strokeColor & 0xFF000000)) {
  /external/icu4c/i18n/
uspoof_impl.cpp 154 int32_t keyFlags = *mid & 0xff000000;
161 keyFlags = *altMid & 0xff000000;
168 keyFlags = *altMid & 0xff000000;
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 359 return 0xff000000;
366 return 0xff000000;
388 return 0xff000000;
    [all...]
  /bionic/libc/kernel/common/linux/
mtio.h 236 #define MT_ST_DENSITY_MASK 0xff000000
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 100 bmp.eraseColor(0xff000000);
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 92 gPaintI.setColor(m_paintText, 0xFF000000);
  /development/tools/emulator/system/camera/
Converters.h 39 * 0xff000000, and blue color would be masked as 0x0000ff00,
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
IntArray.java 148 if ((highest & 0xff000000) != 0)
  /external/chromium/net/disk_cache/
bitmap_unittest.cc 283 bitmap.SetMapElement(10, 0xff000000);

Completed in 743 milliseconds

<<11121314151617181920>>