Home
last modified time | relevance | path

Searched defs:dst_expand (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkBlitRow_D4444.cpp35 uint32_t dst_expand = SkExpand_4444(*dst); in S32_D4444_Blend() local
56 uint32_t dst_expand = SkExpand_4444(*dst) * scale16; in S32A_D4444_Opaque() local
78 uint32_t dst_expand = SkExpand_4444(*dst) * dst_scale; in S32A_D4444_Blend() local
121 uint32_t dst_expand = SkExpand_4444(*dst) * (16 - scale16); in S32_D4444_Blend_Dither() local
146 uint32_t dst_expand = SkExpand_4444(*dst) * scale16; in S32A_D4444_Opaque_Dither() local
176 uint32_t dst_expand = SkExpand_4444(*dst) * dst_scale; in S32A_D4444_Blend_Dither() local
DSkBlitter_RGB16.cpp357 uint32_t dst_expand = SkExpand_rgb_16(*dst) * scale; in blend32_16_row() local