Home
last modified time | relevance | path

Searched refs:store_3 (Results 1 – 2 of 2) sorted by relevance

/external/skqp/third_party/skcms/src/
DTransform_inl.h300 SI void store_3(P* p, const T& v) { in store_3() function
1020 store_3(rgb+0, cast<U8>(to_fixed(r * 255)) ); in exec_ops()
1021 store_3(rgb+1, cast<U8>(to_fixed(g * 255)) ); in exec_ops()
1022 store_3(rgb+2, cast<U8>(to_fixed(b * 255)) ); in exec_ops()
1052 store_3(rgb+0, cast<U16>(to_fixed(r * 65535))); in exec_ops()
1053 store_3(rgb+1, cast<U16>(to_fixed(g * 65535))); in exec_ops()
1054 store_3(rgb+2, cast<U16>(to_fixed(b * 65535))); in exec_ops()
1095 store_3(rgb+0, cast<U16>((R & 0x00ff) << 8 | (R & 0xff00) >> 8) ); in exec_ops()
1096 store_3(rgb+1, cast<U16>((G & 0x00ff) << 8 | (G & 0xff00) >> 8) ); in exec_ops()
1097 store_3(rgb+2, cast<U16>((B & 0x00ff) << 8 | (B & 0xff00) >> 8) ); in exec_ops()
[all …]
/external/skia/third_party/skcms/src/
DTransform_inl.h420 SI void store_3(P* p, const T& v) { in store_3() function
1297 store_3(rgb+0, cast<U8>(to_fixed(r * 255)) ); in exec_ops()
1298 store_3(rgb+1, cast<U8>(to_fixed(g * 255)) ); in exec_ops()
1299 store_3(rgb+2, cast<U8>(to_fixed(b * 255)) ); in exec_ops()
1336 store_3(rgb+0, U16_from_F(r)); in exec_ops()
1337 store_3(rgb+1, U16_from_F(g)); in exec_ops()
1338 store_3(rgb+2, U16_from_F(b)); in exec_ops()
1394 store_3(rgb+0, cast<U16>((R & 0x00ff) << 8 | (R & 0xff00) >> 8) ); in exec_ops()
1395 store_3(rgb+1, cast<U16>((G & 0x00ff) << 8 | (G & 0xff00) >> 8) ); in exec_ops()
1396 store_3(rgb+2, cast<U16>((B & 0x00ff) << 8 | (B & 0xff00) >> 8) ); in exec_ops()
[all …]