Searched refs:GSList (Results 1 - 25 of 74) sorted by relevance

123

/inkscape/src/helper/
H A Dpixbuf-ops.h21 unsigned int width, unsigned int height, double xdpi, double ydpi, unsigned long bgcolor, double quality, GSList *items_only = NULL);
26 unsigned long bgcolor, GSList *items_only = NULL);
H A Dpixbuf-ops.cpp41 static void hide_other_items_recursively(SPObject *o, GSList *list, unsigned dkey)
70 unsigned long bgcolor, double quality,GSList *items)
100 GSList *items_only)
/inkscape/src/ui/dialog/
H A Dsymbols.h88 GSList* symbols_in_doc_recursive(SPObject *r, GSList *l);
89 GSList* symbols_in_doc( SPDocument* document );
90 GSList* use_in_doc_recursive(SPObject *r, GSList *l);
91 GSList* use_in_doc( SPDocument* document );
H A Dspellcheck.h71 GSList *allTextItems (SPObject *r, GSList *l, bool hidden, bool locked);
168 GSList *_rects;
173 GSList *_seen_objects;
H A Dsymbols.cpp653 GSList* SymbolsDialog::symbols_in_doc_recursive (SPObject *r, GSList *l)
673 GSList* SymbolsDialog::symbols_in_doc( SPDocument* symbolDocument ) {
675 GSList *l = NULL;
681 GSList* SymbolsDialog::use_in_doc_recursive (SPObject *r, GSList *l)
695 GSList* SymbolsDialog::use_in_doc( SPDocument* useDocument ) {
697 GSList *l = NULL;
707 GSList* l = use_in_doc( document );
729 GSList*
[all...]
/inkscape/src/ui/widget/
H A Dunit-tracker.h68 GSList *_unitList;
69 GSList *_actionList;
70 GSList *_adjList;
H A Dunit-tracker.cpp183 GSList *target = g_slist_find(_actionList, where_the_object_was);
193 GSList *target = g_slist_find(_adjList, where_the_object_was);
233 for ( GSList *cur = _actionList ; cur ; cur = g_slist_next(cur) ) {
247 for ( GSList *cur = _adjList ; cur ; cur = g_slist_next(cur) ) {
/inkscape/src/display/
H A Dcurve.h20 extern "C" { typedef struct _GSList GSList; } typedef in typeref:struct:_GSList
79 GSList * split() const;
80 static SPCurve * concat(GSList const *list);
/inkscape/src/ui/tools/
H A Dfreehand-base.h69 GSList *green_bpaths;
76 GSList *white_curves;
77 GSList *white_anchors;
H A Ddynamic-base.h51 GSList *segments;
H A Dgradient-tool.cpp223 sp_gradient_context_get_stop_intervals (GrDrag *drag, GSList **these_stops, GSList **next_stops)
311 GSList *these_stops = NULL;
312 GSList *next_stops = NULL;
342 GSList *i = these_stops;
343 GSList *j = next_stops;
344 GSList *new_stops = NULL;
366 for (GSList *s = new_stops; s != NULL; s = s->next) {
385 GSList *these_stops = NULL;
386 GSList *next_stop
[all...]
/inkscape/src/
H A Dege-color-prof-tracker.cpp105 GSList* trackers;
120 static GSList* tracked_screens = 0;
121 static GSList* abstract_trackers = 0;
220 GSList* curr = tracked_screens;
244 GSList* curr = tracked_screens;
285 GSList* curr = tracked_screens;
339 GSList* curr = tracked_screens;
357 GSList* trackHook = g_slist_find( screenTrack->trackers, tracker );
389 GSList* curr = tracked_screens;
392 GSList* trackHoo
[all...]
H A Dsp-defs.cpp56 GSList *l = NULL;
81 GSList *l = NULL;
H A Dsp-flowdiv.cpp29 GSList* l = NULL;
67 GSList *l = NULL;
105 GSList *l = NULL;
170 GSList* l = NULL;
208 GSList *l = NULL;
243 GSList *l = NULL;
309 GSList* l = NULL;
345 GSList *l = NULL;
380 GSList *l = NULL;
H A Dsp-flowregion.cpp64 GSList *l = NULL;
119 GSList *l = NULL;
147 GSList *l = NULL;
222 GSList *l = NULL;
274 GSList *l = NULL;
302 GSList *l = NULL;
H A Dsp-object-group.cpp52 GSList *l = 0;
/inkscape/src/extension/param/
H A Dnotebook.cpp50 GSList * parameters; /**< A table to store the parameters for this page.
94 for (GSList * list = parameters; list != NULL; list = g_slist_next(list)) {
104 for (GSList * plist = parameters; plist != NULL; plist = g_slist_next(plist)) {
205 for (GSList * list = parameters; list != NULL; list = g_slist_next(list)) {
273 for (GSList * list = pages; list != NULL; list = g_slist_next(list)) {
302 for (GSList * list = pages; (list != NULL) && (i <= in); list = g_slist_next(list)) {
332 for (GSList * pglist = pages; pglist != NULL; pglist = g_slist_next(pglist)) {
388 for (GSList * pglist = pages; pglist != NULL; pglist = g_slist_next(pglist)) {
410 for (GSList * list = this->parameters; list != NULL; list = g_slist_next(list)) {
436 for (GSList * lis
[all...]
H A Denum.cpp125 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
156 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
186 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
261 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
H A Denum.h38 GSList * choices; /**< A table to store the choice strings */
H A Dnotebook.h40 GSList * pages; /**< A table to store the pages with parameters for this notebook.
H A Dradiobutton.h67 GSList * choices; /**< A table to store the choice strings */
H A Dradiobutton.cpp142 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
173 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
285 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
331 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
/inkscape/src/widgets/
H A Dstroke-marker-selector.h83 GSList *get_marker_list (SPDocument *source);
84 void add_markers (GSList *marker_list, SPDocument *source, gboolean history);
/inkscape/src/libgdl/
H A Dgdl-switcher.c84 GSList *buttons;
192 GSList *p;
221 GSList *p;
264 GSList **rows, *p;
326 rows = g_new0 (GSList *, rows_count);
473 GSList *p;
492 GSList *p;
516 GSList *p;
553 GSList *p;
568 GSList *
[all...]
/inkscape/src/ui/tool/
H A Dmanipulator.h101 void setItems(GSList const *list) {
106 for (GSList *i = const_cast<GSList*>(list); i; i = i->next) {

Completed in 6746 milliseconds

123