Searched defs:alpha_mask (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/skia/ext/
H A Dplatform_canvas_unittest.cc32 static uint32_t alpha_mask = local
34 return (*bitmap.getAddr32(x, y) | alpha_mask) == (color | alpha_mask);
/external/chromium_org/third_party/libwebp/dec/
H A Dio.c210 uint32_t alpha_mask = 0xff; local
217 alpha_mask &= alpha_value;
222 // alpha_mask is < 0xff if there's non-trivial alpha to premultiply with.
223 if (alpha_mask != 0xff && WebPIsPremultipliedMode(colorspace)) {
245 uint32_t alpha_mask = 0x0f; local
253 alpha_mask &= alpha_value;
258 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) {
422 uint32_t alpha_mask = 0xff; local
432 alpha_mask &= alpha_value;
437 if (is_premult_alpha && alpha_mask !
456 uint32_t alpha_mask = 0x0f; local
[all...]
/external/webp/src/dec/
H A Dio.c210 uint32_t alpha_mask = 0xff; local
217 alpha_mask &= alpha_value;
222 // alpha_mask is < 0xff if there's non-trivial alpha to premultiply with.
223 if (alpha_mask != 0xff && WebPIsPremultipliedMode(colorspace)) {
245 uint32_t alpha_mask = 0x0f; local
253 alpha_mask &= alpha_value;
258 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) {
422 uint32_t alpha_mask = 0xff; local
432 alpha_mask &= alpha_value;
437 if (is_premult_alpha && alpha_mask !
456 uint32_t alpha_mask = 0x0f; local
[all...]
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp748 uint8x8_t alpha_mask; local
751 alpha_mask = vld1_u8(alpha_mask_setup);
786 alpha_narrow = vtbl1_u8(src_raw, alpha_mask);
808 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
860 uint8x8_t alpha_mask; local
862 alpha_mask = vld1_u8(alpha_mask_setup);
893 alpha_narrow = vtbl1_u8(src_raw, alpha_mask);
908 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
1130 uint8x8_t alpha_mask; local
1132 alpha_mask
[all...]
/external/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp650 uint8x8_t alpha_mask; local
653 alpha_mask = vld1_u8(alpha_mask_setup);
688 alpha_narrow = vtbl1_u8(src_raw, alpha_mask);
710 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
762 uint8x8_t alpha_mask; local
764 alpha_mask = vld1_u8(alpha_mask_setup);
795 alpha_narrow = vtbl1_u8(src_raw, alpha_mask);
810 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask);
1032 uint8x8_t alpha_mask; local
1034 alpha_mask
[all...]
/external/chromium_org/third_party/libva/va/
H A Dva.h2018 unsigned int alpha_mask; member in struct:_VAImageFormat

Completed in 3458 milliseconds