Searched defs:all (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/widget/
H A Dcolor-preview.cpp29 ColorPreview::on_size_allocate (Gtk::Allocation &all) argument
31 set_allocation (all);
/inkscape/src/libdepixelize/priv/
H A Dpixelgraph.h46 unsigned all[8] = { local
56 return all[0] + all[1] + all[2] + all[3]
57 + all[4] + all[5] + all[6] + all[7];
/inkscape/src/ui/dialog/
H A Dfind.cpp75 check_scope_all(_("_All"), _("Search in all layers")),
98 check_alltypes(_("All types"), _("Search all object types"), true),
115 button_find(_("_Find"), _("Select all objects matching the selection criteria")),
116 button_replace(_("_Replace All"), _("Replace all matches")),
679 bool all =check_alltypes.get_active(); local
682 return ( all ||check_rects.get_active());
685 return ( all || check_ellipses.get_active());
688 return ( all || check_stars.get_active());
691 return ( all || check_spirals.get_active());
694 return (all || check_path
834 guint all = l.size(); local
927 bool all =check_alltypes.get_active(); local
[all...]
H A Dfilter-effects-dialog.cpp793 // Show the active settings group and update all the AttrWidgets with new values
996 and all widgets within the setting group are aligned automatically. */
1587 /* Add all filters in the document to the combobox.
1671 // Delete all references to this filter
1673 std::vector<SPItem*> all = get_all_items(x, _desktop->currentRoot(), _desktop, false, false, true, y); local
1674 for(std::vector<SPItem*>::const_iterator i=all.begin(); all.end() != i; ++i) {
1862 /* Add all filter primitives in the current to the list.
2594 // Checks all of prim's inputs, removes any that use result
2905 _settings->add_spinscale(0, SP_ATTR_DIVISOR, _("Divisor:"), 0, 1000, 1, 0.1, 2, _("After applying the kernelMatrix to the input image to yield a number, that number is divided by divisor to yield the final destination color value. A divisor that is the sum of all th
[all...]

Completed in 42 milliseconds