Searched refs:SkCompact_8888 (Results 1 – 4 of 4) sorted by relevance
123 c = SkCompact_8888(src_expand + dst_expand); // convert back to SkPMColor in S32_D4444_Blend_Dither()148 c = SkCompact_8888(src_expand + dst_expand); in S32A_D4444_Opaque_Dither()178 c = SkCompact_8888(src_expand + dst_expand); in S32A_D4444_Blend_Dither()
54 return SkCompact_8888(result); in Filter_4444_D32()
107 span[i] = SkCompact_8888(c); in shadeSpan()
626 static inline SkPMColor SkCompact_8888(uint32_t c) { in SkCompact_8888() function