Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/editor/scene/
H A Dscene_item_base.cpp30 constexpr auto kMaxSizeRatio = 1.00; variable
360 .max = int(maxSide * kMaxSizeRatio), in updateZoom()
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dcolpartition.cpp61 const double kMaxSizeRatio = 1.5; variable
2501 return median_height_ <= other.median_height_ * kMaxSizeRatio && in SizesSimilar()
2502 other.median_height_ <= median_height_ * kMaxSizeRatio; in SizesSimilar()