Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_attraction_effect_filter.cpp126 const float secondPointWeight = 0.67f; in CalculateCubicsCtrlPointOffset() local
128 …pathList.push_back(LerpPoint(topLeft, topRight, secondPointWeight, firstPointWeight)); // 1:… in CalculateCubicsCtrlPointOffset()
129 …pathList.push_back(LerpPoint(topLeft, topRight, firstPointWeight, secondPointWeight)); // 2:… in CalculateCubicsCtrlPointOffset()
131 …pathList.push_back(LerpPoint(topRight, bottomRight, secondPointWeight, firstPointWeight)); // 4:… in CalculateCubicsCtrlPointOffset()
132 …pathList.push_back(LerpPoint(topRight, bottomRight, firstPointWeight, secondPointWeight)); // 5:… in CalculateCubicsCtrlPointOffset()
134 …pathList.push_back(LerpPoint(bottomLeft, bottomRight, firstPointWeight, secondPointWeight)); // 7:… in CalculateCubicsCtrlPointOffset()
135 …pathList.push_back(LerpPoint(bottomLeft, bottomRight, secondPointWeight, firstPointWeight)); // 8:… in CalculateCubicsCtrlPointOffset()
137 …pathList.push_back(LerpPoint(topLeft, bottomLeft, firstPointWeight, secondPointWeight)); // 10… in CalculateCubicsCtrlPointOffset()
138 …pathList.push_back(LerpPoint(topLeft, bottomLeft, secondPointWeight, firstPointWeight)); // 11… in CalculateCubicsCtrlPointOffset()