Searched refs:cur_sel (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-attr-sel.c63 CRAttrSel *cur_sel = NULL; local
68 for (cur_sel = a_this;
69 cur_sel->next;
70 cur_sel = cur_sel->next) ;
72 cur_sel->next = a_attr_sel;
73 a_attr_sel->prev = cur_sel;
H A Dcr-sel-eng.c319 CRAttrSel *cur_sel = NULL; local
325 for (cur_sel = a_add_sel->content.attr_sel;
326 cur_sel; cur_sel = cur_sel->next) {
327 if (!cur_sel->name
328 || !cur_sel->name->stryng
329 || !cur_sel->name->stryng->str)
332 char *const value = a_node_iface->getProp (a_node, cur_sel->name->stryng->str);
336 switch (cur_sel
610 CRSimpleSel *cur_sel = NULL; local
811 *cur_sel = NULL; local
[all...]
H A Dcr-simple-sel.c249 CRSimpleSel const *cur_sel = NULL; local
256 for (cur_sel = a_this; cur_sel; cur_sel = cur_sel->next) {
257 if (cur_sel->type_mask & TYPE_SELECTOR) {
259 } else if (!cur_sel->name
260 || !cur_sel->name->stryng
261 || !cur_sel->name->stryng->str) {
262 if (cur_sel
[all...]
H A Dcr-additional-sel.c184 CRAdditionalSel *cur_sel = NULL; local
195 for (cur_sel = a_this;
196 cur_sel && cur_sel->next; cur_sel = cur_sel->next) ;
198 g_return_val_if_fail (cur_sel != NULL, NULL);
200 cur_sel->next = a_sel;
201 a_sel->prev = cur_sel;

Completed in 455 milliseconds