Home
last modified time | relevance | path

Searched refs:screenEdge (Results 1 – 25 of 31) sorted by relevance

12

/dports/cad/magic/magic-8.3.245/select/
H A DselDisplay.c210 Rect area, edge, screenEdge, tmpr; local
242 WindSurfaceToScreenNoClip(window, &tmpr, &screenEdge);
243 if (screenEdge.r_ll.p_x != screenEdge.r_ur.p_x &&
244 screenEdge.r_ll.p_y != screenEdge.r_ur.p_y)
245 GrDrawTriangleEdge(&screenEdge, TiGetTypeExact(tile));
267 WindSurfaceToScreen(window, &tmpr, &screenEdge);
268 GrClipLine(screenEdge.r_xbot, screenEdge.r_ybot,
269 screenEdge.r_xtop, screenEdge.r_ytop);
293 WindSurfaceToScreen(window, &tmpr, &screenEdge);
294 GrClipLine(screenEdge.r_xbot, screenEdge.r_ybot,
[all …]
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/abilities/
H A DMetrics.qml31 margin.screenEdge: (root.screenEdgeMarginEnabled && root.behaveAsPlasmaPanel)
56 …mask.screenEdge: (!root.screenEdgeMarginEnabled || root.hideThickScreenGap) ? 0 : plasmoid.configu…
59 …mask.thickness.normal: mask.screenEdge + Math.max(totals.thickness + extraThicknessForNormal, back…
60 …mask.thickness.medium: mask.screenEdge + (1 + (0.65 * (parabolic.factor.maxZoom-1)))*(totals.thick…
61 …mask.thickness.zoomed: mask.screenEdge + ((totals.thickness+extraThicknessForZoomed) * parabolic.f…
67 mask.thickness.normalForItems: margin.screenEdge + totals.thickness
68 mask.thickness.zoomedForItems: margin.screenEdge + (parabolic.factor.zoom * totals.thickness)
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/event/
H A DPinchToZoomGesture.java224 … final float screenEdge = useY ? surface.getSurfaceHeight() : surface.getSurfaceWidth(); in process() local
225 final float delta = dd / screenEdge; // [-1..1] in process()
228 …r.println("XXX3: d "+d+", ld "+zoomLastEdgeDist+", dd "+dd+", screen "+screenEdge+" -> incr "+delt… in process()
238 … new ZoomEvent(pe.getSource(), pe.getWhen(), pe.getModifiers(), this, pe, zoom, delta, screenEdge); in process()
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/package/contents/ui/taskslayout/
H A DScrollEdgeShadows.qml73 …in:0; anchors.topMargin: 0; anchors.bottomMargin: appletAbilities.metrics.margin.screenEdge;
98 …s.rightMargin:0; anchors.topMargin: appletAbilities.metrics.margin.screenEdge; anchors.bott…
123 …anchors.leftMargin: appletAbilities.metrics.margin.screenEdge; anchors.rightMargin:0; ancho…
148 ….leftMargin: 0; anchors.rightMargin: appletAbilities.metrics.margin.screenEdge; anchors.top…
/dports/deskutils/latte-dock/latte-dock-0.10.6/declarativeimports/abilities/definition/
H A DMetrics.qml20 screenEdge: 0
45 screenEdge: 0
/dports/deskutils/latte-dock/latte-dock-0.10.6/declarativeimports/abilities/items/basicitem/
H A DParabolicItem.qml24 … basicScalingThickness + abilityItem.abilities.metrics.margin.screenEdge))
90 …tem.location === PlasmaCore.Types.BottomEdge) ? abilityItem.abilities.metrics.margin.screenEdge : 0
91 …tyItem.location === PlasmaCore.Types.TopEdge) ? abilityItem.abilities.metrics.margin.screenEdge : 0
92 …yItem.location === PlasmaCore.Types.LeftEdge) ? abilityItem.abilities.metrics.margin.screenEdge : 0
93 …Item.location === PlasmaCore.Types.RightEdge) ? abilityItem.abilities.metrics.margin.screenEdge : 0
H A DSeparatorItem.qml37 …readonly property int margin: abilityItem.abilities.metrics.margin.screenEdge + abilityItem.abilit…
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/applet/
H A DPaddingsInConfigureApplets.qml37 …opMargin: plasmoid.location === PlasmaCore.Types.TopEdge ? appletItem.metrics.margin.screenEdge : 0
38 …tMargin: plasmoid.location === PlasmaCore.Types.LeftEdge ? appletItem.metrics.margin.screenEdge : 0
39 …argin: plasmoid.location === PlasmaCore.Types.BottomEdge ? appletItem.metrics.margin.screenEdge : 0
40 …Margin: plasmoid.location === PlasmaCore.Types.RightEdge ? appletItem.metrics.margin.screenEdge : 0
H A DTitleTooltipParent.qml20 … preferredThickness: (parabolic.factor.zoom * metrics.totals.thickness) + metrics.margin.screenEdge
H A DItemWrapper.qml63 …ectIsSupported ? appletPreferredThickness : scaledThickness + appletItem.metrics.margin.screenEdge;
450 …erty int appliedEdgeMargin: appletItem.canFillScreenEdge ? 0 : appletItem.metrics.margin.screenEdge
486 …FillScreenEdge ? wrapperContainerThickness + appletItem.metrics.margin.screenEdge : wrapperContain…
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/editmode/
H A DConfigOverlay.qml300 …oot.isHorizontal ? parent.height - metrics.margin.screenEdge : parent.width - metrics.margin.scree…
339 …nchors.rightMargin: 0; anchors.topMargin:0; anchors.bottomMargin: metrics.margin.screenEdge;
354 …n: 0; anchors.rightMargin: 0; anchors.topMargin: metrics.margin.screenEdge; anchors.bott…
369 …anchors.leftMargin: metrics.margin.screenEdge; anchors.rightMargin: 0; anchors.topMargin:0;…
384 …anchors.leftMargin: 0; anchors.rightMargin: metrics.margin.screenEdge; anchors.topMargin:0;…
/dports/deskutils/latte-dock/latte-dock-0.10.6/declarativeimports/abilities/definition/metrics/
H A DMargin.qml12 property int screenEdge: 0
H A DMask.qml11 property int screenEdge: 0
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/
H A DBindingsExternal.qml33 …ehaveAsPlasmaPanel ? visibilityManager.thicknessAsPanel : metrics.mask.screenEdge + metrics.mask.t…
293 …CapableToHideScreenGap = (root.hideThickScreenGap ? 0 : mirrorGapFactor * metrics.mask.screenEdge);
298 … (mirrorGapFactor*metrics.mask.screenEdge) + visibilityManager.thicknessAsPanel;
301 …eToHideScreenGap ? thicknessForIsCapableToHideScreenGap : metrics.mask.screenEdge * mirrorGapFacto…
H A DVisibilityManager.qml278 var edgeMargin = metrics.mask.screenEdge;
345 inputThickness = metrics.mask.screenEdge + metrics.totals.thickness;
348 ….hasFloatingGapInputEventsDisabled && !latteView.visibility.isHidden ? metrics.mask.screenEdge : 0;
H A Dmain.qml829 readonly property int thickness: metrics.totals.thickness + metrics.margin.screenEdge
861 width: root.isHorizontal ? parent.length : parent.thickness - metrics.margin.screenEdge
862 height: root.isHorizontal ? parent.thickness - metrics.margin.screenEdge : parent.length
864 property int thickMargin: metrics.margin.screenEdge //+ metrics.margin.thickness
/dports/deskutils/latte-dock/latte-dock-0.10.6/shell/package/contents/configuration/canvas/
H A DHeaderSettings.qml44 var screenEdge = latteView.behaveAsPlasmaPanel ? latteView.screenEdgeMargin : 0;
45 …return screenEdge + latteView.maxNormalThickness + ruler.thickness + headMargin * 2 - width/2 + he…
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/snap/
H A Dsnap.c87 Bool screenEdge; member
233 Bool screenEdge) in snapAddEdge() argument
244 edge->screenEdge = screenEdge; in snapAddEdge()
289 parent->screenEdge); in snapAddRegionEdges()
463 if (!e->screenEdge) in snapUpdateScreenEdges()
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dscreen.c882 if (s->screenEdge[i].id) in updateScreenEdges()
1782 s->screenEdge[i].id = None; in addScreen()
1783 s->screenEdge[i].count = 0; in addScreen()
2465 XSelectInput (dpy, s->screenEdge[i].id, in addScreen()
2519 XDestroyWindow (d->display, s->screenEdge[i].id); in removeScreen()
3959 s->screenEdge[edge].count++; in enableScreenEdge()
3960 if (s->screenEdge[edge].count == 1) in enableScreenEdge()
3961 XMapRaised (s->display->display, s->screenEdge[edge].id); in enableScreenEdge()
3968 s->screenEdge[edge].count--; in disableScreenEdge()
3969 if (s->screenEdge[edge].count == 0) in disableScreenEdge()
[all …]
H A Devent.c287 if (edgeWindow == s->screenEdge[i].id) in triggerButtonPressBindings()
977 if (edgeWindow == s->screenEdge[i].id) in handleActionEvent()
1013 if (event->xcrossing.window == s->screenEdge[i].id) in handleActionEvent()
1065 if (event->xclient.window == s->screenEdge[i].id) in handleActionEvent()
1116 if (xdndWindow == s->screenEdge[i].id) in handleActionEvent()
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/abilities/privates/
H A DMetricsPrivate.qml108 Behavior on screenEdge {
/dports/deskutils/latte-dock/latte-dock-0.10.6/declarativeimports/abilities/items/
H A DBasicItem.qml40 …n abilityItem.abilities.metrics.totals.thickness + abilityItem.abilities.metrics.margin.screenEdge;
63 …n abilityItem.abilities.metrics.totals.thickness + abilityItem.abilities.metrics.margin.screenEdge;
H A DIndicatorObject.qml53 …EdgeMargin: _indicator.metrics ? Math.max(0, _indicator.metrics.margin.screenEdge) : 0 /*since 0.1…
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/
H A Dlattecorona.h170 … void toggleHiddenState(QString layoutName, QString viewName, QString screenName, int screenEdge);
H A Dlattecorona.cpp1272 …Corona::toggleHiddenState(QString layoutName, QString viewName, QString screenName, int screenEdge) in toggleHiddenState() argument
1276 layout->toggleHiddenState(viewName, screenName, (Plasma::Types::Location)screenEdge); in toggleHiddenState()
1282 gLayout->toggleHiddenState(viewName, screenName, (Plasma::Types::Location)screenEdge); in toggleHiddenState()

12