HomeSort by relevance Sort by last modified time
    Searched refs:alpha_mask (Results 1 - 8 of 8) sorted by null

  /external/qemu/
thunk.c 254 unsigned int alpha_mask = 0; local
256 for(btp = trans_tbl; btp->x86_mask && btp->alpha_mask; btp++) {
258 alpha_mask |= btp->alpha_bits;
261 return(alpha_mask);
264 unsigned int host_to_target_bitmask(unsigned int alpha_mask,
270 for(btp = trans_tbl; btp->x86_mask && btp->alpha_mask; btp++) {
271 if((alpha_mask & btp->alpha_mask) == btp->alpha_bits) {
thunk.h 65 unsigned int alpha_mask; member in struct:bitmask_transtbl
158 unsigned int host_to_target_bitmask(unsigned int alpha_mask,
  /external/webp/src/dec/
io.c 225 uint32_t alpha_mask = 0xff; local
232 alpha_mask &= alpha_value;
237 // alpha_mask is < 0xff if there's non-trivial alpha to premultiply with.
238 if (alpha_mask != 0xff && WebPIsPremultipliedMode(colorspace)) {
256 uint32_t alpha_mask = 0x0f; local
264 alpha_mask &= alpha_value;
269 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) {
415 uint32_t alpha_mask = 0xff; local
425 alpha_mask &= alpha_value;
430 if (is_premult_alpha && alpha_mask != 0xff)
445 uint32_t alpha_mask = 0x0f; local
    [all...]
  /external/skia/legacy/src/opts/
SkBlitRow_opts_arm.cpp 508 uint8x8_t alpha_mask; local
510 alpha_mask = vld1_u8(alpha_mask_setup);
541 alpha_narrow = vtbl1_u8(src_raw, alpha_mask);
556 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
674 uint8x8_t alpha_mask; local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 418 uint8x8_t alpha_mask; local
421 alpha_mask = vld1_u8(alpha_mask_setup);
449 alpha_narrow = vtbl1_u8(src_raw, alpha_mask);
478 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
    [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmdef.h 138 unsigned long alpha_mask; /* if rgb is true, these are masks for member in struct:_D3DRMIMAGE
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMDEF.H 138 unsigned long alpha_mask; /* if rgb is true, these are masks for member in struct:_D3DRMIMAGE
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 252 current->format->Amask = this->hidden->shm.alpha_mask;

Completed in 117 milliseconds