Searched refs:parent (Results 1 - 25 of 237) sorted by relevance

12345678910

/inkscape/src/filters/
H A Dspotlight.cpp97 if (this->parent &&
98 (SP_IS_FEDIFFUSELIGHTING(this->parent) ||
99 SP_IS_FESPECULARLIGHTING(this->parent))) {
100 this->parent->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
119 if (this->parent &&
120 (SP_IS_FEDIFFUSELIGHTING(this->parent) ||
121 SP_IS_FESPECULARLIGHTING(this->parent))) {
122 this->parent->parent
[all...]
H A Dpointlight.cpp88 if (this->parent &&
89 (SP_IS_FEDIFFUSELIGHTING(this->parent) ||
90 SP_IS_FESPECULARLIGHTING(this->parent))) {
91 this->parent->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
110 if (this->parent &&
111 (SP_IS_FEDIFFUSELIGHTING(this->parent) ||
112 SP_IS_FESPECULARLIGHTING(this->parent))) {
113 this->parent->parent
[all...]
H A Ddistantlight.cpp87 if (this->parent &&
88 (SP_IS_FEDIFFUSELIGHTING(this->parent) ||
89 SP_IS_FESPECULARLIGHTING(this->parent))) {
90 this->parent->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
109 if (this->parent &&
110 (SP_IS_FEDIFFUSELIGHTING(this->parent) ||
111 SP_IS_FESPECULARLIGHTING(this->parent))) {
112 this->parent->parent
[all...]
H A Ddisplacementmap.cpp53 SPFilter *parent = SP_FILTER(this->parent); local
55 repr->setAttribute("in2", sp_filter_name_for_image(parent, this->in2));
107 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
115 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
123 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
131 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
156 SPFilter *parent = SP_FILTER(this->parent); local
160 this->getRepr()->setAttribute("in2", sp_filter_name_for_image(parent, thi
185 SPFilter *parent = SP_FILTER(this->parent); local
[all...]
H A Dcomposite.cpp57 SPFilter *parent = SP_FILTER(this->parent); local
59 repr->setAttribute("in2", sp_filter_name_for_image(parent, this->in2));
127 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
136 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
145 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
154 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
163 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
171 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
199 SPFilter *parent local
213 SPFilter *parent = SP_FILTER(this->parent); local
[all...]
H A Dmergenode.cpp49 SPFeMerge *parent = SP_FEMERGE(this->parent); local
52 int input = sp_filter_primitive_read_in(parent, value);
68 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
H A Dblend.cpp55 SPFilter *parent = SP_FILTER(this->parent); local
57 repr->setAttribute("in2", sp_filter_name_for_image(parent, this->in2));
144 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
152 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
177 SPFilter *parent = SP_FILTER(this->parent); local
181 this->getRepr()->setAttribute("in2", sp_filter_name_for_image(parent, this->in2));
191 SPFilter *parent = SP_FILTER(this->parent); local
[all...]
H A Dcomponenttransfer-funcnode.cpp122 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
128 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
136 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
144 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
152 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
160 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
168 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
H A Dconvolvematrix.cpp128 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
147 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
171 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
176 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
188 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
204 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
221 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
230 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
241 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
248 this->parent
[all...]
/inkscape/src/livarot/
H A DAVL.cpp34 parent = NULL;
59 else if (parent) {
60 return parent->leaf(this, s);
64 if (parent) {
65 return parent->leaf(this, s);
86 if (parent)
87 return parent->RestoreBalances (this, racine);
97 if (parent)
98 return parent->RestoreBalances (this, racine);
120 AVLTree *r = parent;
[all...]
/inkscape/src/
H A Dsp-tag.cpp37 while (target_ref->parent() != target_ref->root()) {
38 target_ref = target_ref->parent();
45 our_ref->parent()->removeChild(our_ref);
47 } else if (target_ref->parent() != our_ref->parent()) {
48 // Change in parent, need to remove and add
49 our_ref->parent()->removeChild(our_ref);
50 target_ref->parent()->addChild(our_ref, target_ref);
52 // Same parent, just move
53 our_ref->parent()
[all...]
H A Dsp-string.cpp85 // Strings don't have style, check parent for style
86 if( object->parent && object->parent->style ) {
87 if( object->parent->style->white_space.computed == SP_CSS_WHITE_SPACE_PRE ||
88 object->parent->style->white_space.computed == SP_CSS_WHITE_SPACE_PREWRAP ||
89 object->parent->style->white_space.computed == SP_CSS_WHITE_SPACE_PRELINE ) {
92 if( object->parent->style->white_space.computed == SP_CSS_WHITE_SPACE_PRE ||
93 object->parent->style->white_space.computed == SP_CSS_WHITE_SPACE_PREWRAP ) {
96 if( object->parent->style->white_space.computed != SP_CSS_WHITE_SPACE_NORMAL ) {
H A Dsp-filter-primitive.cpp97 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
108 this->parent->requestModified(SP_OBJECT_MODIFIED_FLAG);
143 SPFilter *parent = SP_FILTER(this->parent); local
145 if( parent->primitiveUnits == SP_FILTER_UNITS_USERSPACEONUSE ) {
177 SPFilter *parent = SP_FILTER(object->parent); local
183 gchar const *in_name = sp_filter_name_for_image(parent, prim->image_in);
186 gchar const *out_name = sp_filter_name_for_image(parent, prim->image_out);
222 SPFilter *parent local
231 SPFilter *parent = SP_FILTER(prim->parent); local
248 SPFilter *parent = SP_FILTER(prim->parent); local
[all...]
H A Dlayer-fns.cpp36 * @returns NULL if there are no further layers under a parent
48 * @returns NULL if there are no further layers under a parent
54 layer->parent->firstChild(), layer, &is_layer
102 layer = layer->parent;
129 } else if ( layer->parent != root ) {
130 result = layer->parent;
156 result = last_elder_layer(root, layer->parent);
199 layer_repr->parent()->addChild(repr, layer_repr);
H A Drdf.cpp566 Inkscape::XML::Node * parent=repr; local
568 Inkscape::XML::Document * xmldoc = parent->document();
581 temp = parent->firstChild();
586 parent->appendChild(temp);
597 temp = sp_repr_lookup_name ( parent, "cc:Agent", 1 );
602 parent->appendChild(temp);
605 parent = temp;
607 temp = sp_repr_lookup_name ( parent, "dc:title", 1 );
612 parent->appendChild(temp);
615 parent
742 Inkscape::XML::Node * parent = sp_repr_lookup_name( svg, XML_TAG_NAME_METADATA ); local
[all...]
H A Dstyle-internal.h61 * (parent before child). At each step, if a style property is not explicitly set, the property
62 * value is taken from the parent. Some properties have "computed" values that depend on:
63 * the parent's value (e.g. "font-size:larger"),
83 * cascade(): Cascade the parent's property values to the child if the child's property
85 * Calculate computed values that depend on parent.
86 * This requires that the parent already be updated.
87 * merge(): Merge the property values of a child and a parent that is being deleted,
101 * calculate 'computed' values. Inheritence, of course, requires access to the parent object's
146 virtual void cascade( const SPIBase* const parent ) = 0;
147 virtual void merge( const SPIBase* const parent )
[all...]
/inkscape/src/xml/
H A Drepr-action-test.h39 TS_ASSERT_EQUALS(a->parent() , null_ptr);
42 TS_ASSERT_EQUALS(a->parent() , root);
45 TS_ASSERT_EQUALS(a->parent() , null_ptr);
53 TS_ASSERT_EQUALS(a->parent() , root);
56 TS_ASSERT_EQUALS(a->parent() , null_ptr);
59 TS_ASSERT_EQUALS(a->parent() , root);
H A Dsimple-document.cpp74 void SimpleDocument::notifyChildAdded(Node &parent, argument
79 _log_builder.addChild(parent, child, prev);
83 void SimpleDocument::notifyChildRemoved(Node &parent, argument
88 _log_builder.removeChild(parent, child, prev);
92 void SimpleDocument::notifyChildOrderChanged(Node &parent, argument
98 _log_builder.setChildOrder(parent, child, old_prev, new_prev);
H A Dnode-fns.h47 * This method, unlike Node::next(), is a linear search over the children of @c node's parent.
48 * The return value is NULL when the node has no parent or is first in the sibling order.
62 * @brief Get the node's parent
64 * @return The node's parent
68 return ( node ? node->parent() : NULL );
71 return ( node ? node->parent() : NULL );
H A Dsimple-document.h51 void notifyChildAdded(Node &parent, Node &child, Node *prev);
53 void notifyChildRemoved(Node &parent, Node &child, Node *prev);
55 void notifyChildOrderChanged(Node &parent, Node &child,
H A Dnode-fns.cpp65 if ( !node || !node->parent() ) {
70 node->parent()->firstChild(), NULL, node_matches(*node)
74 ? node->parent()->firstChild() == node
H A Dnode-iterators.h29 return ( node ? node->parent() : NULL );
/inkscape/src/ui/
H A Dcontrol-manager.h52 SPCanvasItem *createControl(SPCanvasGroup *parent, ControlType type);
54 SPCtrlLine *createControlLine(SPCanvasGroup *parent, CtrlLineType type = CTLINE_PRIMARY);
56 SPCtrlLine *createControlLine(SPCanvasGroup *parent, Geom::Point const &p1, Geom::Point const &p2, CtrlLineType type = CTLINE_PRIMARY);
58 SPCtrlCurve *createControlCurve(SPCanvasGroup *parent, Geom::Point const &p0, Geom::Point const &p1, Geom::Point const &p2, Geom::Point const &p3, CtrlLineType type = CTLINE_PRIMARY);
/inkscape/src/ui/dialog/
H A Dxml-tree.cpp499 && repr->parent() )
501 repr = repr->parent();
601 Inkscape::XML::Node *parent=repr->parent(); local
619 GtkTreeIter parent; local
620 if (gtk_tree_model_iter_parent(GTK_TREE_MODEL(tree->store), &parent, node)) {
622 if (gtk_tree_model_iter_parent(GTK_TREE_MODEL(tree->store), &grandparent, &parent)) {
637 if ( parent && repr != parent->firstChild() ) {
638 g_assert(parent
691 GtkTreeIter parent; local
980 Inkscape::XML::Node *parent = selected_repr->parent(); local
1058 Inkscape::XML::Node *parent = selected_repr->parent(); local
1085 Inkscape::XML::Node *parent = selected_repr->parent(); local
1101 Inkscape::XML::Node *parent = repr->parent(); local
1134 Inkscape::XML::Node *parent = repr->parent(); local
1163 SPObject const * const parent = child->parent; local
[all...]
/inkscape/
H A Dbuildtool.cpp804 { return parent; }
849 parent = NULL;
855 parent = other.parent;
868 Element *parent; member in class:buildtool::Element
988 elem->parent = parent;
1049 child->parent = this;
1457 n->parent = par;
4163 else if (pid > 0) // parent
6670 MakeBase &parent; member in class:buildtool::Task
9230 Make &parent; member in class:buildtool::Target
[all...]

Completed in 125 milliseconds

12345678910