Searched refs:alpha_mask (Results 1 - 7 of 7) sorted by relevance

/external/qemu/
H A Dthunk.c254 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, argument
270 for(btp = trans_tbl; btp->x86_mask && btp->alpha_mask; btp++) {
271 if((alpha_mask & btp->alpha_mask) == btp->alpha_bits) {
H A Dthunk.h65 unsigned int alpha_mask; member in struct:bitmask_transtbl
158 unsigned int host_to_target_bitmask(unsigned int alpha_mask,
/external/webp/src/dec/
H A Dio.c224 uint32_t alpha_mask = 0xff; local
233 alpha_mask &= alpha_value;
238 // alpha_mask is < 0xff if there's non-trivial alpha to premultiply with.
239 if (alpha_mask != 0xff && WebPIsPremultipliedMode(colorspace)) {
256 uint32_t alpha_mask = 0x0f; local
266 alpha_mask &= alpha_value;
271 if (alpha_mask != 0x0f && p->output->colorspace == MODE_rgbA_4444) {
418 uint32_t alpha_mask = 0xff; local
428 alpha_mask &= alpha_value;
433 if (is_premult_alpha && alpha_mask !
448 uint32_t alpha_mask = 0x0f; local
[all...]
/external/skia/src/opts/
H A DSkBlitRow_opts_arm.cpp508 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
677 alpha_mask = vld1_u8(alpha_mask_setup);
705 alpha_narrow = vtbl1_u8(src_raw, alpha_mask);
734 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Dd3drmdef.h138 unsigned long alpha_mask; /* if rgb is true, these are masks for member in struct:_D3DRMIMAGE
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DD3DRMDEF.H138 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/
H A DSDL_pgvideo.c252 current->format->Amask = this->hidden->shm.alpha_mask;

Completed in 467 milliseconds