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

  /external/chromium_org/third_party/libwebp/dec/
io.c 210 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 != 0xff)
456 uint32_t alpha_mask = 0x0f; local
    [all...]
  /external/webp/src/dec/
io.c 210 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 != 0xff)
456 uint32_t alpha_mask = 0x0f; local
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 748 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
1130 uint8x8_t alpha_mask; local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 650 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
    [all...]
  /external/chromium_org/skia/ext/
platform_canvas_unittest.cc 32 static uint32_t alpha_mask = local
34 return (*bitmap.getAddr32(x, y) | alpha_mask) == (color | alpha_mask);
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 252 current->format->Amask = this->hidden->shm.alpha_mask;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmdef.h 159 ULONG alpha_mask; member in struct:_D3DRMIMAGE
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
mask.c 105 struct st_renderbuffer *strb = stfb->alpha_mask;
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.c 105 struct st_renderbuffer *strb = stfb->alpha_mask;
  /external/chromium_org/third_party/libva/va/
va.h 2018 unsigned int alpha_mask; member in struct:_VAImageFormat
    [all...]
  /hardware/intel/common/libva/va/
va.h 2794 unsigned int alpha_mask; member in struct:_VAImageFormat
    [all...]

Completed in 615 milliseconds