MCPcopy Create free account
hub / github.com/baldurk/renderdoc / area

Function area

qrenderdoc/Windows/TextureViewer.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46#include "ui_TextureViewer.h"
47
48float area(const QSizeF &s)
49{
50 return s.width() * s.height();
51}
52
53float aspect(const QSizeF &s)
54{

Callers 1

Calls 2

widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected