MCPcopy Create free account
hub / github.com/audacity/audacity / SQR

Function SQR

src/EnvelopeEditor.cpp:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126namespace
127{
128inline int SQR(int x) { return x * x; }
129}
130
131/// ValueOfPixel() converts a y position on screen to an envelope value.

Callers 1

HandleMouseButtonDownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected