Home
last modified time | relevance | path

Searched refs:topRightTile (Results 1 – 7 of 7) sorted by relevance

/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/xcb/
H A Dkwindowshadow.cpp112 if (topRightTile) { in create()
113 data[i++] = nativeHandleForTile(topRightTile); in create()
154 if (topLeftTile || topTile || topRightTile) { in create()
160 if (topRightTile || rightTile || bottomRightTile) { in create()
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/
H A Dkwindowshadow.cpp119 KWindowShadowTile::Ptr KWindowShadow::topRightTile() const in topRightTile() function in KWindowShadow
121 return d->topRightTile; in topRightTile()
133 d->topRightTile = tile; in setTopRightTile()
298 topRightTile.data(), in prepareTiles()
H A Dkwindowshadow_p.h53 KWindowShadowTile::Ptr topRightTile; variable
H A Dkwindowshadow.h120 KWindowShadowTile::Ptr topRightTile() const;
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/windowsystem/
H A Dwindowshadow.cpp38 if (topRightTile) { in create()
39 … window->setProperty("kwin_shadow_top_right_tile", QVariant::fromValue(topRightTile->image())); in create()
/dports/x11/plasma5-kwayland-integration/kwayland-integration-5.23.5/src/windowsystem/
H A Dwindowshadow.cpp84 shadow->attachTopRight(bufferForTile(topRightTile)); in internalCreate()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dshadow.cpp260 const QImage topRightTile = window->property("kwin_shadow_top_right_tile").value<QImage>(); in init() local
269 m_shadowElements[ShadowElementTopRight] = QPixmap::fromImage(topRightTile); in init()