Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxbackend.c70 int centerX, centerY; member
344 priv->lastX, priv->lastY, priv->centerX, priv->centerY, in dmxBackendUpdatePosition()
349 priv->lastY = priv->centerY; in dmxBackendUpdatePosition()
510 priv->lastX, priv->lastY, priv->centerX, priv->centerY); in dmxBackendProcessInput()
514 && (priv->lastX != priv->centerX || priv->lastY != priv->centerY)) { in dmxBackendProcessInput()
516 priv->lastX, priv->lastY, priv->centerX, priv->centerY); in dmxBackendProcessInput()
518 priv->lastY = priv->centerY; in dmxBackendProcessInput()
529 int centerY; in dmxBackendComputeCenter() local
532 centerY = priv->be->rootHeight / 2 + priv->be->rootY; in dmxBackendComputeCenter()
536 if (centerY > priv->be->rootHeight) in dmxBackendComputeCenter()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DEffectShockwave.qml57 property real centerY
66 centerY = Math.random()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/
H A Dshockwave.fsh37 uniform float centerY;
51 vec2 center = vec2(centerX, centerY);