Home
last modified time | relevance | path

Searched refs:SkPacked32ToG16 (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkSpriteBlitter_RGB16.cpp31 dg = SkAlphaBlend(SkPacked32ToG16(sc), SkGetPackedG16(dc), src_scale); in D16_S32A_Blend_Pixel_helper()
36 dg = (SkPacked32ToG16(sc) * src_scale + SkGetPackedG16(dc) * dst_scale) >> 8; in D16_S32A_Blend_Pixel_helper()
DSkBlitRow_D16.cpp42 SkAlphaBlend(SkPacked32ToG16(c), SkGetPackedG16(d), scale), in S32_D565_Blend()
/external/skia/include/core/
DSkColorPriv.h630 #define SkPacked32ToG16(c) (((unsigned)(c) >> (SK_G32_SHIFT + SK_G32_BITS - SK_G16_BITS)) & SK_G16… macro
674 unsigned sg = SkPacked32ToG16(c); in SkPMColorToExpanded16x5()
/external/skia/src/opts/
DSkBlitRow_opts_arm_neon.cpp184 SkAlphaBlend(SkPacked32ToG16(c), SkGetPackedG16(d), scale), in S32_D565_Blend_neon()
718 unsigned dg = (SkPacked32ToG16(sc) * alpha) + (SkGetPackedG16(dc) * dst_scale); in S32A_D565_Blend_neon()