Home
last modified time | relevance | path

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

/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/wobbly/
H A Dwobbly.c556 float deformedX, deformedY; in wobbly_add_geometry() local
584 &deformedX, &deformedY); in wobbly_add_geometry()
586 *v++ = deformedX; in wobbly_add_geometry()
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dwobbly.c1886 float deformedX, deformedY; in wobblyAddWindowGeometry() local
1982 &deformedX, in wobblyAddWindowGeometry()
2002 *v++ = deformedX; in wobblyAddWindowGeometry()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/animation/
H A Danimation.c2594 float deformedX, deformedY; in animAddWindowGeometry() local
2885 deformedX = (1 - iny) * hor1x + iny * hor2x; in animAddWindowGeometry()
2894 rowCellWidth = deformedX - v[-3]; in animAddWindowGeometry()
2982 v[0] = deformedX; in animAddWindowGeometry()