Home
last modified time | relevance | path

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

/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DOverlayEditorScene.cpp27 uiZoom = 2; in OverlayEditorScene()
76 #define SCALESIZE(var) iroundf(uiSize * uiZoom * os.qrf##var .width() + 0.5f), iroundf(uiSize * uiZ…
159 qreal pw = haspen ? qMax<qreal>(1.0f, os.fBoxPenWidth * uiSize * uiZoom) : 0.0f; in moveBox()
160 qreal pad = os.fBoxPad * uiSize * uiZoom; in moveBox()
163uiZoom + -pw / 2.0f - pad, childrenBounds.y() * uiSize * uiZoom + -pw / 2.0f - pad, childrenBounds… in moveBox()
183 QRadialGradient gradient(0, 0, 10 * uiZoom); in resync()
215 QRectF upscaled = OverlayUser::scaledRect(rect, 128.f / static_cast<float>(uiSize * uiZoom)); in drawBackground()
222 qreal v = (i / 128) * static_cast<qreal>(uiSize * uiZoom); in drawBackground()
238 qreal v = (i / 128) * static_cast<qreal>(uiSize * uiZoom); in drawBackground()
286 return OverlayUser::scaledRect(*qrf, uiSize * uiZoom).toAlignedRect(); in selectedRect()
[all …]
H A DOverlayEditorScene.h55 unsigned int uiZoom; variable
H A DOverlayEditor.cpp166 oes.uiZoom = zoom; in on_qsZoom_valueChanged()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DOverlayEditorScene.cpp27 uiZoom = 2; in OverlayEditorScene()
76 #define SCALESIZE(var) iroundf(uiSize * uiZoom * os.qrf##var .width() + 0.5f), iroundf(uiSize * uiZ…
159 qreal pw = haspen ? qMax<qreal>(1.0f, os.fBoxPenWidth * uiSize * uiZoom) : 0.0f; in moveBox()
160 qreal pad = os.fBoxPad * uiSize * uiZoom; in moveBox()
163uiZoom + -pw / 2.0f - pad, childrenBounds.y() * uiSize * uiZoom + -pw / 2.0f - pad, childrenBounds… in moveBox()
183 QRadialGradient gradient(0, 0, 10 * uiZoom); in resync()
215 QRectF upscaled = OverlayUser::scaledRect(rect, 128.f / static_cast<float>(uiSize * uiZoom)); in drawBackground()
222 qreal v = (i / 128) * static_cast<qreal>(uiSize * uiZoom); in drawBackground()
238 qreal v = (i / 128) * static_cast<qreal>(uiSize * uiZoom); in drawBackground()
286 return OverlayUser::scaledRect(*qrf, uiSize * uiZoom).toAlignedRect(); in selectedRect()
[all …]
H A DOverlayEditorScene.h55 unsigned int uiZoom; variable
H A DOverlayEditor.cpp166 oes.uiZoom = zoom; in on_qsZoom_valueChanged()