MCPcopy Create free account
hub / github.com/DISTRHO/DPF / display

Method display

dgl/src/Vulkan.cpp:238–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236// -----------------------------------------------------------------------
237
238void SubWidget::PrivateData::display(const uint width, const uint height, const double autoScaleFactor)
239{
240 // TODO
241
242 selfw->pData->displaySubWidgets(width, height, autoScaleFactor);
243}
244
245// -----------------------------------------------------------------------
246

Callers

nothing calls this directly

Calls 5

displaySubWidgetsMethod · 0.80
getSizeMethod · 0.45
getWidthMethod · 0.45
getHeightMethod · 0.45
onDisplayMethod · 0.45

Tested by

no test coverage detected