Searched refs:all (Results 1 - 11 of 11) sorted by relevance

/inkscape/cxxtest/sample/mock/
H A DMakefile0 all: roll run
/inkscape/src/ui/widget/
H A Dcolor-preview.h34 virtual void on_size_allocate (Gtk::Allocation &all);
H A Dcolor-preview.cpp29 ColorPreview::on_size_allocate (Gtk::Allocation &all) argument
31 set_allocation (all);
/inkscape/packaging/wix/
H A Dwixenv.bat7 @rem all other cases
/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...]
/inkscape/src/2geom/
H A Dsweep-bounds.cpp106 //opening a B, add to all open a
115 //opening an A, add all open b
136 std::vector<unsigned> all;
138 all.push_back(j);
141 ret.push_back(all);
/inkscape/
H A Ddistro48 -a, --all print all information
112 all) ALL=1 ; shift ; break ;;
/inkscape/packaging/
H A Drelease-sign-tarballs56 MAKEFLAGS: Options to pass to all \$(MAKE) invocations []
137 # Output the name of the signature generated to stdout (all other output to
210 desktop tools. Best of all, Inkscape is created *by* the community *for*
251 echo "TODO: Push all local changes and tags to remote"
/inkscape/packaging/macosx/
H A Dosx-build.sh122 all)

Completed in 35 milliseconds