Home
last modified time | relevance | path

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

/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dpolygon_2d.cpp240 float *weightsw = weights.ptrw(); in _notification() local
244 weightsw[i] = 0; in _notification()
266 if (weightsw[j * 4 + k] < r[j]) { in _notification()
269 weightsw[j * 4 + l] = weightsw[j * 4 + l - 1]; in _notification()
272 weightsw[j * 4 + k] = r[j]; in _notification()
284 tw += weightsw[i * 4 + j]; in _notification()
291 weightsw[i * 4 + j] /= tw; in _notification()
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dpolygon_2d.cpp240 float *weightsw = weights.ptrw(); in _notification() local
244 weightsw[i] = 0; in _notification()
266 if (weightsw[j * 4 + k] < r[j]) { in _notification()
269 weightsw[j * 4 + l] = weightsw[j * 4 + l - 1]; in _notification()
272 weightsw[j * 4 + k] = r[j]; in _notification()
284 tw += weightsw[i * 4 + j]; in _notification()
291 weightsw[i * 4 + j] /= tw; in _notification()