Searched refs:num_editors (Results 1 – 4 of 4) sorted by relevance
416 auto num_editors = component_colors.size(); in updateWidgets() local418 for (auto i = num_components+1; i < num_editors; ++i) in updateWidgets()426 if (num_editors != num_components+1) in updateWidgets()434 for (auto i = num_editors; i <= num_components; ++i) in updateWidgets()445 num_editors = component_colors.size(); in updateWidgets()447 for (std::size_t i = 0; i < num_editors; i++) in updateWidgets()467 auto stretch_row = qMax(stretch_row0, components_row0+int(num_editors)); in updateWidgets()732 auto num_editors = component_colors.size(); in spotColorCompositionChanged() local733 components.reserve(num_editors); in spotColorCompositionChanged()734 for (std::size_t i = 0; i < num_editors; i++) in spotColorCompositionChanged()
40 guint num_editors; variable210 for (i = modified = 0; i < num_editors; i++) { in quit_application()227 for (i = 0; i < num_editors; i++) { in quit_application()837 for (; i < num_editors; i++) { in menu_popup()1463 for (i = 0; i < num_editors; i++) { in make_windows_menu()1661 if (num_editors > 0 && !cmdline) in gbdfed_make_editor()1695 if (num_editors == 0) in gbdfed_make_editor()1699 sizeof(gbdfed_editor_t) * (num_editors + 1)); in gbdfed_make_editor()1701 ed = editors + num_editors; in gbdfed_make_editor()1703 ed->id = num_editors++; in gbdfed_make_editor()[all …]
243 extern guint num_editors;
564 int num_editors = 5; in handle_plugin() local566 for (int i = 0; i < num_editors; ++i) widgets_of[ueds[i]].push_back (which); in handle_plugin()568 for (int i = 0; i < num_editors; ++i) { in handle_plugin()