Searched refs:Sk4f_round (Results 1 – 5 of 5) sorted by relevance
582 Sk4i rgba = (Sk4f_round(dr) << kRShift) in store_2dot2()583 | (Sk4f_round(dg) << kGShift) in store_2dot2()584 | (Sk4f_round(db) << kBShift) in store_2dot2()596 SkNx_cast<uint8_t>(Sk4f_round(rgba)).store(&tmp); in store_2dot2_1()616 Sk4i rgba = (Sk4f_round(dr) << kRShift) in store_linear()617 | (Sk4f_round(dg) << kGShift) in store_linear()618 | (Sk4f_round(db) << kBShift) in store_linear()630 SkNx_cast<uint8_t>(Sk4f_round(rgba)).store(&tmp); in store_linear_1()685 Sk4i ir = Sk4f_round(dr); in store_generic()686 Sk4i ig = Sk4f_round(dg); in store_generic()[all …]
41 SkNx_cast<uint8_t>(Sk4f_round(px * 255.0f)).store(&l32); in Sk4f_toL32()
368 AI static Sk4i Sk4f_round(const Sk4f& x) {
569 AI static Sk4i Sk4f_round(const Sk4f& x) { in Sk4f_round() function
605 AI static Sk4i Sk4f_round(const Sk4f& x) { in Sk4f_round() function