Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/plugins/tools/tool_crop/
H A Dkis_constrained_rect.h88 int widthFromHeightUnsignedRatio(int height, qreal ratio, int oldWidth) const;
H A Dkis_constrained_rect.cpp170 … newSize.setWidth(widthFromHeightUnsignedRatio(newSize.height(), m_ratio, tempSize.width())); in moveHandle()
379 int KisConstrainedRect::widthFromHeightUnsignedRatio(int height, qreal ratio, int oldWidth) const in widthFromHeightUnsignedRatio() function in KisConstrainedRect