Home
last modified time | relevance | path

Searched refs:outB (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp889 const int64_t outB = local
894 const int64_t outB = p1.blue * w1 + p2.blue * w2 + p3.blue * w3 + p4.blue * w4; local
901 result.blue = static_cast<uint8_t>(outB >> FIXED_Q_NUM);
905 result.blue = static_cast<uint8_t>(outB >> 5); // 5:shift 5 bit right
1009 const int64_t outB = local
1014 const int64_t outB = p1.blue * w1 + p2.blue * w2 + p3.blue * w3 + p4.blue * w4; local
1021 result.blue = static_cast<uint8_t>(outB >> FIXED_Q_NUM);
1025 result.blue = static_cast<uint8_t>(outB >> 8); // 8:shift 8 bit right
1089 const int32_t outB = local
1096 const int32_t outB local
1158 const int64_t outB = global() local
1165 const int64_t outB = p1.blue * w1 + p2.blue * w2 + p3.blue * w3 + p4.blue * w4; global() local
1402 const int64_t outB = global() local
1409 const int64_t outB = p1.blue * w1 + p2.blue * w2 + p3.blue * w3 + p4.blue * w4; global() local
1431 const int32_t outB = global() local
1438 const int32_t outB = p1.blue * w1 + p2.blue * w2 + p3.blue * w3 + p4.blue * w4; global() local
[all...]

Completed in 4 milliseconds