Home
last modified time | relevance | path

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

/dports/deskutils/latte-dock/latte-dock-0.10.6/app/view/
H A Dpositioner.cpp758 const auto gapCentered = [&](int scr_length) -> int { in updatePosition() local
779 position = {screenGeometry.x() + gapCentered(screenGeometry.width()), y}; in updatePosition()
796 position = {screenGeometry.x() + gapCentered(screenGeometry.width()), y}; in updatePosition()
813 position = {x, availableScreenRect.y() + gapCentered(availableScreenRect.height())}; in updatePosition()
830 position = {x, availableScreenRect.y() + gapCentered(availableScreenRect.height())}; in updatePosition()