Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DEffectMagnify.qml58 property real posX: -1
73 if (posX == -1)
74 posX = targetWidth / 2
76 posX *= (targetWidth / d.oldTargetWidth)
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
110 posX = factX * column; in winScaleXImageToWindowsIcon()
115 ptr += posX / 8; in winScaleXImageToWindowsIcon()
118 if (posX >= pixmap->width || posY >= pixmap->height) in winScaleXImageToWindowsIcon()
121 if ((*ptr) & (1 << (posX & 7))) in winScaleXImageToWindowsIcon()
157 ptr += posX * (effXBPP / 8); in winScaleXImageToWindowsIcon()
160 if (posX >= pixmap->width || posY >= pixmap->height) in winScaleXImageToWindowsIcon()
197 ptr += posX * (effXBPP / 8); 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.fsh43 uniform float posX;
50 vec2 center = vec2(posX, posY);