Search

Searched defs:gradients (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/helper/
H A Dstock-items.cpp140 gchar *gradients = g_build_filename(INKSCAPE_GRADIENTSDIR, "/gradients.svg", NULL); local
141 if (Inkscape::IO::file_test(gradients, G_FILE_TEST_IS_REGULAR)) {
142 doc = SPDocument::createNewDoc(gradients, FALSE);
145 gchar *gradients = g_build_filename(CREATE_GRADIENTSDIR, "/gradients.svg", NULL); local
146 if (Inkscape::IO::file_test(gradients, G_FILE_TEST_IS_REGULAR)) {
147 doc = SPDocument::createNewDoc(gradients, FALSE);
149 g_free(gradients);
/inkscape/src/extension/internal/
H A Demf-inout.h131 // hatches, images, gradients, struct w/ constructor
166 EMF_STRINGS gradients; // hold gradient names, all like EMF[HV]_$$$$$$_$$$$$$ where $$$$$$ are the colors member in struct:Inkscape::Extension::Internal::emf_callback_data
/inkscape/src/
H A Dgradient-chemistry.cpp2 * Various utility methods for gradients
230 // check its ancestor text so that tspans don't get different gradients from their
539 // want to access tspans and set gradients on them separately)
1455 /* This is where mesh gradients are constructed. */
1518 // (1) here, search gradients by color and return what is found without duplication
1597 } else { // If no drag or no dragger selected, act on selection (both fill and stroke gradients)
1615 const std::set<SPObject *> gradients = doc->getResourceList("gradient"); local
1616 for (std::set<SPObject *>::const_iterator i = gradients.begin(); i != gradients.end(); ++i) {
H A Dgradient-drag.cpp211 std::set<SPObject *> gradients = desktop->doc()->getResourceList("gradient"); local
212 for (std::set<SPObject *>::const_iterator it = gradients.begin(); it != gradients.end(); ++it) {
1443 "Gradient point shared by <b>%d</b> gradients; drag with <b>Shift</b> to separate",
/inkscape/src/widgets/
H A Dgradient-toolbar.cpp95 Applies gradient vector gr to the gradients attached to the selected dragger of drag, or if none,
143 std::set<SPObject *> gradients = document->getResourceList( "gradient" ); local
144 for (std::set<SPObject *>::const_iterator it = gradients.begin(); it != gradients.end(); ++it) {
154 // The document has no gradients
160 // Document has gradients, but nothing is currently selected.
176 gtk_list_store_set(store, &iter, 0, _("Multiple gradients"), 1, NULL, 2, NULL, -1);
1220 _("Link gradients"),
1221 _("Link gradients to change all related gradients"),
[all...]
H A Dgradient-vector.cpp298 /* Pick up all gradients with vectors */
301 std::set<SPObject *> gradients = gvs->gr->document->getResourceList("gradient"); local
302 for (std::set<SPObject *>::const_iterator it = gradients.begin(); it != gradients.end(); ++it) {
311 /* Get usage count of all the gradients */
321 row[gvs->columns->name] = _("No gradients in document");
686 //fixme: does this work on all possible input gradients?
1074 // Simply load_gradient into the editor does not work for multi-stop gradients,
/inkscape/src/ui/dialog/
H A Dswatches.cpp174 std::set<SPObject *> gradients = doc->getResourceList("gradient"); local
175 for (std::set<SPObject *>::const_iterator item = gradients.begin(); item != gradients.end(); ++item) {
195 std::set<SPObject *> gradients = doc->getResourceList("gradient"); local
196 for (std::set<SPObject *>::const_iterator item = gradients.begin(); item != gradients.end(); ++item) {
328 // Pick up all gradients with vectors
329 std::set<SPObject *> gradients = (dtw->desktop->doc())->getResourceList("gradient"); local
331 for (std::set<SPObject *>::const_iterator item = gradients.begin(); item != gradients
927 std::set<SPObject *> gradients = doc->getResourceList("gradient"); local
[all...]
/inkscape/src/ui/
H A Dinterface.cpp1131 std::set<SPObject *> gradients = doc->getResourceList("gradient"); local
1132 for (std::set<SPObject *>::const_iterator item = gradients.begin(); item != gradients.end(); ++item) {

Completed in 52 milliseconds