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

/inkscape/src/libcroco/
H A Dcr-sel-eng.c49 CRNodeIface const *node_iface; member in struct:_CRSelEngPriv
113 /* Allow NULL: the caller may be just ensuring that the previous node_iface
115 PRIVATE(a_this)->node_iface = a_node_iface;
126 CRNodeIface const *node_iface; local
137 node_iface = PRIVATE(a_this)->node_iface;
151 for (; node; node = get_next_parent_element_node (node_iface, node)) {
152 char *val = node_iface->getProp (node, (const xmlChar *) "lang");
153 if (!val) val = node_iface->getProp (node, (const xmlChar *) "xml:lang");
159 node_iface
171 CRNodeIface const *node_iface = NULL; local
612 CRNodeIface const *node_iface = NULL; local
[all...]

Completed in 14 milliseconds