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

  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 212 SkBitmap masked = SkBitmapOperations::CreateMaskedBitmap( local
216 GdkPixbuf* pixbuf = gfx::GdkPixbufFromSkBitmap(&masked);
    [all...]
  /external/elfutils/libcpu/
i386_disasm.c 405 uint_fast8_t masked = *codep++ & *curr++; local
406 if (masked != *curr++)
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 329 bool masked : 1; member in struct:android::GGLAssembler::component_info_t
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 935 masked out. If the resulting value is zero then the GE flag is
947 IRTemp masked = newTemp(Ity_I32); local
948 assign(masked, binop(Iop_Shr32, e, mkU8(lowbits_to_ignore)));
951 case 0: putMiscReg32(OFFB_GEFLAG0, mkexpr(masked), condT); break;
952 case 1: putMiscReg32(OFFB_GEFLAG1, mkexpr(masked), condT); break;
953 case 2: putMiscReg32(OFFB_GEFLAG2, mkexpr(masked), condT); break;
954 case 3: putMiscReg32(OFFB_GEFLAG3, mkexpr(masked), condT); break;
    [all...]

Completed in 294 milliseconds