Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DEffectMagnify.qml59 property real posY: -1
81 if (posY == -1)
82 posY = targetHeight / 2
84 posY *= (targetHeight / d.oldTargetHeight)
92 onPositionChanged: { root.posX = mouse.x; root.posY = root.targetHeight - mouse.y }
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowicons.c73 int posX, posY; in winScaleXImageToWindowsIcon() local
111 posY = factY * row; in winScaleXImageToWindowsIcon()
113 ptr = (unsigned char *) iconData + posY * xStride; in winScaleXImageToWindowsIcon()
118 if (posX >= pixmap->width || posY >= pixmap->height) in winScaleXImageToWindowsIcon()
160 if (posX >= pixmap->width || posY >= pixmap->height) in winScaleXImageToWindowsIcon()
200 if (posX >= pixmap->width || posY >= pixmap->height) in winScaleXImageToWindowsIcon()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/
H A Dmagnify.fsh44 uniform float posY;
50 vec2 center = vec2(posX, posY);