MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / zeroPos

Method zeroPos

lv2export/includes/rack.hpp:343–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341 return r;
342 }
343 Rect zeroPos() const {
344 return Rect(Vec(), size);
345 }
346 Rect grow(Vec delta) const {
347 Rect r;
348 r.pos = pos.minus(delta);

Callers 9

Window.cppFile · 0.80
Window.cppFile · 0.80
Window.cppFile · 0.80
Window.cppFile · 0.80
drawLayerMethod · 0.80
Window.cppFile · 0.80
Window.cppFile · 0.80
Window.cppFile · 0.80
Window.cppFile · 0.80

Calls 2

VecClass · 0.85
RectClass · 0.70

Tested by

no test coverage detected