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

  /external/chromium_org/third_party/skia/src/core/
SkBlitter_A8.cpp 104 static inline void blend_8_pixels(U8CPU bw, uint8_t dst[], U8CPU sa, function
118 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, sa, dst_scale)
SkBlitter_ARGB32.cpp 131 #define blend_8_pixels(mask, dst, sc, dst_scale) \ macro
145 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, sc, dst_scale)
SkBlitter_RGB16.cpp 604 static inline void blend_8_pixels(U8CPU bw, uint16_t dst[], unsigned dst_scale, function
618 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, dst_scale, src_color)
    [all...]
  /external/skia/src/core/
SkBlitter_A8.cpp 104 static inline void blend_8_pixels(U8CPU bw, uint8_t dst[], U8CPU sa, function
118 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, sa, dst_scale)
SkBlitter_ARGB32.cpp 131 #define blend_8_pixels(mask, dst, sc, dst_scale) \ macro
145 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, sc, dst_scale)
SkBlitter_RGB16.cpp 604 static inline void blend_8_pixels(U8CPU bw, uint16_t dst[], unsigned dst_scale, function
618 #define SK_BLITBWMASK_BLIT8(mask, dst) blend_8_pixels(mask, dst, dst_scale, src_color)
    [all...]

Completed in 481 milliseconds