MCPcopy 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
35QPointF 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
42QMarginsF uniformMargins(qreal m)
43{

Callers 2

makePathMethod · 0.85
paintEventMethod · 0.85

Calls 4

setXMethod · 0.45
xMethod · 0.45
setYMethod · 0.45
yMethod · 0.45

Tested by

no test coverage detected