Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ aliasAlign
Function
aliasAlign
qrenderdoc/Windows/TimelineBar.cpp:35–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
#include
"Code/Resources.h"
34
35
QPointF aliasAlign(QPointF pt)
36
{
37
pt.setX(int(pt.x()) + 0.5);
38
pt.setY(int(pt.y()) + 0.5);
39
return pt;
40
}
41
42
QMarginsF uniformMargins(qreal m)
43
{
Callers
2
makePath
Method · 0.85
paintEvent
Method · 0.85
Calls
4
setX
Method · 0.45
x
Method · 0.45
setY
Method · 0.45
y
Method · 0.45
Tested by
no test coverage detected