Home
last modified time | relevance | path

Searched refs:m_cor (Results 1 – 9 of 9) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dvruler.cpp193 m_cor=1; in unitChange()
199 m_cor = 2; in unitChange()
229 m_cor = 2; in unitChange()
235 m_cor = 4; in unitChange()
251 m_cor = 1; in unitChange()
257 m_cor = 2; in unitChange()
269 m_cor = 1; in unitChange()
276 m_cor = 1; in unitChange()
296 m_cor = 1; in unitChange()
302 m_cor = 2; in unitChange()
[all …]
H A Dhruler.cpp852 m_cor = 1; in unitChange()
858 m_cor = 2; in unitChange()
888 m_cor = 2; in unitChange()
894 m_cor = 4; in unitChange()
910 m_cor = 1; in unitChange()
916 m_cor = 2; in unitChange()
936 m_cor = 1; in unitChange()
941 m_cor=0.1; in unitChange()
956 m_cor = 1; in unitChange()
962 m_cor = 2; in unitChange()
[all …]
H A Dvruler.h72 double m_cor {0.0};
H A Dhruler.h103 double m_cor {0.0};
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/meters.lv2/gui/
H A Dsurmeter.c73 RobWidget* m_cor[4]; member
519 if (rw == ui->m_cor[cc]) { pn = cc; break; } in cor_expose_event()
764 ui->m_cor[c] = robwidget_new(ui); in instantiate()
765 ROBWIDGET_SETNAME(ui->m_cor[c], "cor"); in instantiate()
766 robwidget_set_alignment(ui->m_cor[c], .5, .5); in instantiate()
767 robwidget_set_expose_event(ui->m_cor[c], cor_expose_event); in instantiate()
768 robwidget_set_size_request(ui->m_cor[c], cor_size_request); in instantiate()
769 robwidget_set_size_allocate(ui->m_cor[c], cor_size_allocate); in instantiate()
772 …rob_table_attach (ui->tbl, ui->m_cor[c], 1, 4, row, row + 1, 0, 2, RTK_E… in instantiate()
806 robwidget_destroy(ui->m_cor[i]); in cleanup()
[all …]
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/kernel/
H A Dsc_simcontext.cpp359 m_cor = 0; in init()
416 m_cor_pkg(0), m_cor(0), m_reset_finder_q(0) in sc_simcontext()
688 m_cor = m_cor_pkg->get_main(); in prepare_to_simulate()
1255 return m_cor; in next_cor()
1267 return m_cor; in next_cor()
H A Dsc_method_process.h172 sc_cor* m_cor; // Thread's coroutine.
H A Dsc_method_process.cpp310 m_cor(0), m_stack_size(0), m_monitor_q() in sc_method_process()
H A Dsc_simcontext.h398 sc_cor* m_cor; // the simcontext's coroutine variable