MCPcopy Create free account
hub / github.com/VCVRack/Rack / drawLayer

Method drawLayer

src/app/LedDisplay.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68void LedDisplay::drawLayer(const DrawArgs& args, int layer) {
69 // Draw children inside box
70 nvgScissor(args.vg, RECT_ARGS(args.clipBox));
71 Widget::drawLayer(args, layer);
72 nvgResetScissor(args.vg);
73}
74
75
76LedDisplaySeparator::LedDisplaySeparator() {

Callers

nothing calls this directly

Calls 3

minFunction · 0.85
maxFunction · 0.85
loadFontMethod · 0.80

Tested by

no test coverage detected