Home
last modified time | relevance | path

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

/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/astaxie/beego/utils/captcha/
H A Dcaptcha.go105 StdHeight int member
156 img := NewImage(chars, c.StdWidth, c.StdHeight)
243 cpt.StdHeight = stdHeight
/dports/www/gitea/gitea-1.16.5/vendor/gitea.com/go-chi/captcha/
H A Dcaptcha.go49 StdHeight int member
197 StdHeight: opt.Height,
239 …if _, err := NewImage([]byte(chars), cpt.StdWidth, cpt.StdHeight, cpt.ColorPalette).WriteTo(w); er…
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DBannerFactory.cs71 private const int StdHeight = 60; // Standard height for 96 DPI field in KeePass.UI.BannerFactory
98 Debug.Assert((nHeight == StdHeight) || DpiUtil.ScalingRequired || in CreateBanner()
416 return (int)Math.Round((double)(x * nBaseHeight) / (double)StdHeight); in DpiScaleInt()
421 return ((x * (float)nBaseHeight) / (float)StdHeight); in DpiScaleFloat()