/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/chromium_org/skia/ext/ |
platform_canvas_unittest.cc | 41 uint32_t alpha_mask = 0xFF << SK_A32_SHIFT; local 48 if ((*bitmap.getAddr32(cur_x, cur_y) | alpha_mask) != 49 (rect_color | alpha_mask)) 53 if ((*bitmap.getAddr32(cur_x, cur_y) | alpha_mask) != 54 (canvas_color | alpha_mask)) 65 static uint32_t alpha_mask = 0xFF << SK_A32_SHIFT; local 66 return (*bitmap.getAddr32(x, y) | alpha_mask) == (color | alpha_mask);
|
/external/chromium_org/third_party/libwebp/dec/ |
io.c | 227 uint32_t alpha_mask = 0xff; local 234 alpha_mask &= alpha_value; 239 // alpha_mask is < 0xff if there's non-trivial alpha to premultiply with. 240 if (alpha_mask != 0xff && WebPIsPremultipliedMode(colorspace)) { 258 uint32_t alpha_mask = 0x0f; local 266 alpha_mask &= alpha_value; 271 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) { 417 uint32_t alpha_mask = 0xff; local 427 alpha_mask &= alpha_value; 432 if (is_premult_alpha && alpha_mask != 0xff) 447 uint32_t alpha_mask = 0x0f; local [all...] |
/external/webp/src/dec/ |
io.c | 227 uint32_t alpha_mask = 0xff; local 234 alpha_mask &= alpha_value; 239 // alpha_mask is < 0xff if there's non-trivial alpha to premultiply with. 240 if (alpha_mask != 0xff && WebPIsPremultipliedMode(colorspace)) { 258 uint32_t alpha_mask = 0x0f; local 266 alpha_mask &= alpha_value; 271 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) { 417 uint32_t alpha_mask = 0xff; local 427 alpha_mask &= alpha_value; 432 if (is_premult_alpha && alpha_mask != 0xff) 447 uint32_t alpha_mask = 0x0f; local [all...] |
/external/chromium_org/third_party/skia/src/opts/ |
SkBlitRow_opts_arm_neon.cpp | 494 uint8x8_t alpha_mask; local 497 alpha_mask = vld1_u8(alpha_mask_setup); 532 alpha_narrow = vtbl1_u8(src_raw, alpha_mask); 554 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask); 606 uint8x8_t alpha_mask; local 608 alpha_mask = vld1_u8(alpha_mask_setup); 639 alpha_narrow = vtbl1_u8(src_raw, alpha_mask); 654 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask); 885 uint8x8_t alpha_mask; local [all...] |
/external/skia/src/opts/ |
SkBlitRow_opts_arm_neon.cpp | 494 uint8x8_t alpha_mask; local 497 alpha_mask = vld1_u8(alpha_mask_setup); 532 alpha_narrow = vtbl1_u8(src_raw, alpha_mask); 554 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask); 606 uint8x8_t alpha_mask; local 608 alpha_mask = vld1_u8(alpha_mask_setup); 639 alpha_narrow = vtbl1_u8(src_raw, alpha_mask); 654 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask); 885 uint8x8_t alpha_mask; local [all...] |
/external/chromium_org/third_party/libva/va/ |
va.h | 2015 unsigned int alpha_mask; member in struct:_VAImageFormat [all...] |