Searched refs:Sk4f_toS32 (Results 1 – 6 of 6) sorted by relevance
31 *dst = Sk4f_toS32(s + d * (1.0f - s[3])); in srcover_srgb_srgb_1()
25 *dst = Sk4f_toS32(s + d * (1.0f - s[3])); in srcover_srgb_srgb_1()
45 static inline uint32_t Sk4f_toS32(const Sk4f& px) { in Sk4f_toS32() function
170 return Sk4f_toS32(swizzle_rb(Sk4f::Load(this->vec()))); in toSkColor()
25 *dst = Sk4f_toS32(s + d * (1.0f - s[3])); in brute_srcover_srgb_srgb_1()
771 pixelsS32[index] = Sk4f_toS32(c); in initLinearBitmap()