Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp885 const int64_t outR = local
892 const int64_t outR = p1.red * w1 + p2.red * w2 + p3.red * w3 + p4.red * w4; local
899 result.red = static_cast<uint8_t>(outR >> FIXED_Q_NUM);
903 result.red = static_cast<uint8_t>(outR >> 5); // 5:shift 5 bit right
1005 const int64_t outR = local
1012 const int64_t outR = p1.red * w1 + p2.red * w2 + p3.red * w3 + p4.red * w4; local
1019 result.red = static_cast<uint8_t>(outR >> FIXED_Q_NUM);
1023 result.red = static_cast<uint8_t>(outR >> 8); // 8:shift 8 bit right
1086 const int32_t outR = __SMUAD(p1.red, w1) + __SMUAD(p2.red, w2) + __SMUAD(p3.red, w3) + __SMUAD(p4.red, w4); local
1094 const int32_t outR local
1155 const int64_t outR = __SMUAD(p1.red, w1) + __SMUAD(p2.red, w2) + __SMUAD(p3.red, w3) + __SMUAD(p4.red, w4); global() local
1163 const int64_t outR = p1.red * w1 + p2.red * w2 + p3.red * w3 + p4.red * w4; global() local
1398 const int64_t outR = global() local
1407 const int64_t outR = p1.red * w1 + p2.red * w2 + p3.red * w3 + p4.red * w4; global() local
1427 const int32_t outR = global() local
1436 const int32_t outR = p1.red * w1 + p2.red * w2 + p3.red * w3 + p4.red * w4; global() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1701 containerConfig_.outR = maxRadius; in ResetSurfaceOpaqueRegion()
1916 Occlusion::Rect opaqueRect1{ absRect.left_ + config.outR, in SetUnfocusedWindowOpaqueRegion()
1918 absRect.GetRight() - config.outR, in SetUnfocusedWindowOpaqueRegion()
1921 absRect.top_ + config.outR, in SetUnfocusedWindowOpaqueRegion()
1923 absRect.GetBottom() - config.outR}; in SetUnfocusedWindowOpaqueRegion()
1940 Occlusion::Rect outRect1{ absRect.left_ + config.outR, in SetFocusedWindowOpaqueRegion()
1942 absRect.GetRight() - config.outR, in SetFocusedWindowOpaqueRegion()
1945 absRect.top_ + config.outR, in SetFocusedWindowOpaqueRegion()
1947 absRect.GetBottom() - config.outR}; in SetFocusedWindowOpaqueRegion()
2010 config.outR in GetAbsContainerConfig()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h815 return "[outR: " + std::to_string(containerConfig_.outR) + in GetContainerConfigDump()
1425 int outR = 32; // outer radius (int value) member in OHOS::Rosen::RSSurfaceRenderNode::ContainerConfig

Completed in 12 milliseconds