MCPcopy Create free account
hub / github.com/LibreVR/Revive / operator*

Function operator*

ReviveOverlay/qquickwindowscaled.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18constexpr inline const QPointF operator*(const QPointF &a, const QPointF &b)
19{
20 return QPointF(a.x() * b.x(), a.y() * b.y());
21}
22
23bool QQuickWindowScaled::event(QEvent *e)
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected