Home
last modified time | relevance | path

Searched refs:host_resize (Results 1 – 14 of 14) sorted by relevance

/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/
H A Dmidi_matrix_channel_filter_nk.c153 LV2UI_Resize *host_resize = NULL; in instantiate() local
163 host_resize = features[i]->data; in instantiate()
206 cfg->host_resize = host_resize; in instantiate()
/dports/audio/synthpod-lv2/synthpod-01aad91/plugins/
H A Dsynthpod_keyboard_nk.c252 LV2UI_Resize *host_resize = NULL; in instantiate() local
258 host_resize = features[i]->data; in instantiate()
296 cfg->host_resize = host_resize; in instantiate()
H A Dsynthpod_common_nk.c8282 LV2UI_Resize *host_resize = NULL; in instantiate() local
8291 host_resize = features[i]->data; in instantiate()
8369 cfg->host_resize = host_resize; in instantiate()
/dports/audio/synthpod-lv2/synthpod-01aad91/sandbox_ui.lv2/
H A Dsandbox_slave.c63 LV2UI_Resize host_resize; member
424 sb->host_resize.handle = data; in sandbox_slave_new()
425 sb->host_resize.ui_resize = driver->resize_cb; in sandbox_slave_new()
710 .data = &sb->host_resize in sandbox_slave_instantiate()
722 sb->host_resize.ui_resize ? &resize_feature : parent_feature, in sandbox_slave_instantiate()
723 sb->host_resize.ui_resize && parent_feature ? parent_feature : NULL, in sandbox_slave_instantiate()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/
H A Dsherlock_nk.c285 LV2UI_Resize *host_resize = NULL;
303 host_resize = features[i]->data;
372 cfg->host_resize = host_resize;
/dports/audio/lv2lint/lv2lint-0.14.0/
H A Dlv2lint_x11.c268 LV2UI_Resize host_resize = { in test_x11() local
340 .data = &host_resize in test_x11()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/nk_pugl/
H A Dnk_pugl.h101 LV2UI_Resize *host_resize; member
522 if(cfg->host_resize) in _nk_pugl_host_resize()
524 cfg->host_resize->ui_resize(cfg->host_resize->handle, in _nk_pugl_host_resize()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/nk_pugl/
H A Dnk_pugl.h101 LV2UI_Resize *host_resize; member
520 if(cfg->host_resize) in _nk_pugl_host_resize()
522 cfg->host_resize->ui_resize(cfg->host_resize->handle, in _nk_pugl_host_resize()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/nk_pugl/
H A Dnk_pugl.h101 LV2UI_Resize *host_resize; member
520 if(cfg->host_resize) in _nk_pugl_host_resize()
522 cfg->host_resize->ui_resize(cfg->host_resize->handle, in _nk_pugl_host_resize()
/dports/audio/synthpod-lv2/synthpod-01aad91/nk_pugl/
H A Dnk_pugl.h87 LV2UI_Resize *host_resize; member
467 if(cfg->host_resize) in _nk_pugl_host_resize()
469 cfg->host_resize->ui_resize(cfg->host_resize->handle, in _nk_pugl_host_resize()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nk_pugl/
H A Dnk_pugl.h101 LV2UI_Resize *host_resize; member
522 if(cfg->host_resize) in _nk_pugl_host_resize()
524 cfg->host_resize->ui_resize(cfg->host_resize->handle, in _nk_pugl_host_resize()
/dports/audio/vm-lv2/vm-0.14.0/
H A Dvm_ui.c1111 LV2UI_Resize *host_resize = NULL; in instantiate() local
1121 host_resize = features[i]->data; in instantiate()
1233 cfg->host_resize = host_resize; in instantiate()
/dports/audio/moony-lv2/moony-0.36.0/plugin/
H A Dd2tk_ui.c2187 LV2UI_Resize *host_resize = NULL; in instantiate() local
2198 host_resize = features[i]->data; in instantiate()
2387 if(host_resize) in instantiate()
2389 host_resize->ui_resize(host_resize->handle, w, h); in instantiate()
H A Dnk_ui.c2893 LV2UI_Resize *host_resize = NULL; in instantiate() local
2904 host_resize = features[i]->data; in instantiate()
3081 cfg->host_resize = host_resize; in instantiate()