HomeSort by relevance Sort by last modified time
    Searched defs: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/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/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 418 uint8x8_t alpha_mask; local
421 alpha_mask = vld1_u8(alpha_mask_setup);
456 alpha_narrow = vtbl1_u8(src_raw, alpha_mask);
478 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
530 uint8x8_t alpha_mask; local
532 alpha_mask = vld1_u8(alpha_mask_setup);
563 alpha_narrow = vtbl1_u8(src_raw, alpha_mask);
578 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
809 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);
456 alpha_narrow = vtbl1_u8(src_raw, alpha_mask);
478 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
530 uint8x8_t alpha_mask; local
532 alpha_mask = vld1_u8(alpha_mask_setup);
563 alpha_narrow = vtbl1_u8(src_raw, alpha_mask);
578 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
809 uint8x8_t alpha_mask; 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/libva/va/
va.h 1624 unsigned int alpha_mask; member in struct:_VAImageFormat
    [all...]

Completed in 97 milliseconds