Home
last modified time | relevance | path

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

/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/raster/
H A Draster.go168 fullDelta, fullRem := p/q, p%q
170 fullDelta -= 1
175 yDelta = fullDelta
279 fullDelta, fullRem := p/q, p%q
281 fullDelta -= 1
286 xDelta = fullDelta
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/golang/freetype/raster/
H A Draster.go168 fullDelta, fullRem := p/q, p%q
170 fullDelta -= 1
175 yDelta = fullDelta
279 fullDelta, fullRem := p/q, p%q
281 fullDelta -= 1
286 xDelta = fullDelta
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/raster/
H A Draster.go168 fullDelta, fullRem := p/q, p%q
170 fullDelta -= 1
175 yDelta = fullDelta
279 fullDelta, fullRem := p/q, p%q
281 fullDelta -= 1
286 xDelta = fullDelta
/dports/editors/kate/kate-21.12.3/addons/lspclient/
H A Dlspsemantichighlighting.cpp65 …ighting = caps.semanticTokenProvider.full || caps.semanticTokenProvider.fullDelta || caps.semantic… in doSemanticHighlighting_impl()
96 } else if (caps.semanticTokenProvider.fullDelta) { in doSemanticHighlighting_impl()
H A Dlspclientprotocol.h84 bool fullDelta = false; member
H A Dlspclientserver.cpp309 options.fullDelta = full.value(QStringLiteral("delta")).toBool(); in from_json()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_pinned_section.cpp252 const auto fullDelta = (wanted - currentScrollTop); in showAtPositionNow() local
254 const auto scrollDelta = std::clamp(fullDelta, -limit, limit); in showAtPositionNow()
257 : (std::abs(fullDelta) > limit) in showAtPositionNow()
H A Dhistory_view_scheduled_section.cpp826 const auto fullDelta = (wanted - currentScrollTop); in showAtPositionNow() local
828 const auto scrollDelta = std::clamp(fullDelta, -limit, limit); in showAtPositionNow()
833 (std::abs(fullDelta) > limit in showAtPositionNow()
H A Dhistory_view_replies_section.cpp1328 const auto fullDelta = (wanted - currentScrollTop); in showAtPositionNow() local
1330 const auto scrollDelta = std::clamp(fullDelta, -limit, limit); in showAtPositionNow()
1333 : (std::abs(fullDelta) > limit) in showAtPositionNow()