Home
last modified time | relevance | path

Searched refs:scale_layout (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/templates/
H A Dtemplate_image_open_dialog.cpp108 auto scale_layout = new QHBoxLayout(); in TemplateImageOpenDialog() local
109 scale_layout->addSpacing(16); in TemplateImageOpenDialog()
110 scale_layout->addWidget(scale_label); in TemplateImageOpenDialog()
111 scale_layout->addWidget(scale_edit); in TemplateImageOpenDialog()
112 scale_layout->addStretch(1); in TemplateImageOpenDialog()
130 layout->addLayout(scale_layout); in TemplateImageOpenDialog()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dpaper-def.cc122 SCM new_pap = Lily::scale_layout (o->self_scm (), to_scm (amount)); in scale_output_def()
H A Dlily-imports.cc109 Variable scale_layout ("scale-layout"); variable
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dpaper-def.cc122 SCM new_pap = Lily::scale_layout (o->self_scm (), to_scm (amount)); in scale_output_def()
H A Dlily-imports.cc101 Variable scale_layout ("scale-layout"); variable
/dports/print/lilypond/lilypond-2.22.1/lily/include/
H A Dlily-imports.hh112 extern Variable scale_layout;
/dports/print/lilypond-devel/lilypond-2.23.5/lily/include/
H A Dlily-imports.hh119 extern Variable scale_layout;
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/push2/
H A Dbuttons.cc718 if (_current_layout != scale_layout) { in button_scale_press()
719 set_current_layout (scale_layout); in button_scale_press()
H A Dpush2.cc117 scale_layout = new ScaleLayout (*this, *session, "scale"); in Push2()
155 delete scale_layout; in ~Push2()
156 scale_layout = 0; in ~Push2()
H A Dpush2.h537 Push2Layout* scale_layout; variable
/dports/math/giacxcas/giac-1.6.0/src/
H A Dgraphe.h963 static void scale_layout(layout &x,double diam);
H A Dgraphe.cc1461 scale_layout(x,sep*std::sqrt((double)node_count())); in graphe()
3878 void graphe::scale_layout(layout &x,double diam) { in scale_layout() function in giac::graphe
H A Dgraphtheory.cc1837 graphe::scale_layout(x,sep*std::sqrt((double)C.node_count())); in _draw_graph()