HomeSort by relevance Sort by last modified time
    Searched full:alpha_full (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/core/
SkBlitter_RGB16.cpp 399 uint16x8_t alpha_full; local
405 alpha_full = vmovl_u8(vld1_u8(alpha));
406 alpha_full = vaddq_u16(alpha_full, vshrq_n_u16(alpha_full,7));
407 alpha_full = vshrq_n_u16(alpha_full, 3);
408 alpha_lo = vget_low_u16(alpha_full);
409 alpha_hi = vget_high_u16(alpha_full);
    [all...]
  /external/skia/src/core/
SkBlitter_RGB16.cpp 399 uint16x8_t alpha_full; local
405 alpha_full = vmovl_u8(vld1_u8(alpha));
406 alpha_full = vaddq_u16(alpha_full, vshrq_n_u16(alpha_full,7));
407 alpha_full = vshrq_n_u16(alpha_full, 3);
408 alpha_lo = vget_low_u16(alpha_full);
409 alpha_hi = vget_high_u16(alpha_full);
    [all...]

Completed in 365 milliseconds