Searched defs:merge (Results 1 - 8 of 8) sorted by relevance
| /inkscape/src/libvpsc/pairingheap/ |
| H A D | PairingHeap.h | 94 void merge( PairingHeap<T> *rhs ) function in class:PairingHeap
|
| /inkscape/src/libvpsc/ |
| H A D | block.cpp | 77 void Block::merge(Block* b, Constraint* c) { function in class:vpsc::Block 86 r->merge(l,c,dist); 88 l->merge(r,c,-dist); 95 void Block::merge(Block *b, Constraint *c, double dist) { function in class:vpsc::Block 121 in->merge(b->in); 129 out->merge(b->out); 138 // rb may not be this if called between merge and mergeIn
|
| /inkscape/src/widgets/ |
| H A D | gradient-selector.h | 111 GtkWidget *merge; member in struct:SPGradientSelector
|
| /inkscape/src/ |
| H A D | style-internal.cpp | 112 SPIFloat::merge( const SPIBase* const parent ) { function in class:SPIFloat 122 std::cerr << "SPIFloat::merge(): Incorrect parent type" << std::endl; 188 SPIScale24::merge( const SPIBase* const parent ) { function in class:SPIScale24 199 std::cerr << "SPIScale24::merge: unhandled property: " << name << std::endl; 210 std::cerr << "SPIScale24::merge(): Incorrect parent type" << std::endl; 390 SPILength::merge( const SPIBase* const parent ) { function in class:SPILength 422 std::cerr << "SPIFloat::merge(): Incorrect parent type" << std::endl; 498 SPILengthOrNormal::merge( const SPIBase* const parent ) { function in class:SPILengthOrNormal 503 SPILength::merge( parent ); 612 SPIEnum::merge( cons function in class:SPIEnum 987 SPIString::merge( const SPIBase* const parent ) { function in class:SPIString 1106 SPIColor::merge( const SPIBase* const parent ) { function in class:SPIColor 1430 SPIPaint::merge( const SPIBase* const parent ) { function in class:SPIPaint 1609 SPIPaintOrder::merge( const SPIBase* const parent ) { function in class:SPIPaintOrder 1745 SPIFilter::merge( const SPIBase* const parent ) { function in class:SPIFilter 1873 SPIDashArray::merge( const SPIBase* const parent ) { function in class:SPIDashArray 2067 SPIFontSize::merge( const SPIBase* const parent ) { function in class:SPIFontSize 2404 SPIBaselineShift::merge( const SPIBase* const parent ) { function in class:SPIBaselineShift 2553 SPITextDecorationLine::merge( const SPIBase* const parent ) { function in class:SPITextDecorationLine 2692 SPITextDecorationStyle::merge( const SPIBase* const parent ) { function in class:SPITextDecorationStyle 2843 SPITextDecoration::merge( const SPIBase* const parent ) { function in class:SPITextDecoration [all...] |
| H A D | style-internal.h | 87 * merge(): Merge the property values of a child and a parent that is being deleted, 147 virtual void merge( const SPIBase* const parent ) = 0; 212 virtual void merge( const SPIBase* const parent ); 293 virtual void merge( const SPIBase* const parent ); 366 virtual void merge( const SPIBase* const parent ); 421 virtual void merge( const SPIBase* const parent ); 484 virtual void merge( const SPIBase* const parent ); 612 virtual void merge( const SPIBase* const parent ); 663 virtual void merge( const SPIBase* const parent ); 741 virtual void merge( cons 1035 virtual void merge( const SPIBase* const /*parent*/ ) function in class:SPIFont [all...] |
| H A D | style.cpp | 1075 SPStyle::merge( SPStyle const *const parent ) { function in class:SPStyle 1076 // std::cout << "SPStyle::merge" << std::endl; 1078 _properties[i]->merge( parent->_properties[i] );
|
| /inkscape/src/libavoid/ |
| H A D | vpsc.cpp | 242 * - repeatedly merge across most violated constraint until no more 265 lb->merge(rb,v); 308 bs->insert(lb->merge(rb,v)); 518 r->merge(l, c, dist); 550 l->merge(r, c, dist); 702 Block* Block::merge(Block* b, Constraint* c) { function in class:Avoid::Block 711 r->merge(l,c,dist); 713 l->merge(r,c,-dist); 723 * right merge or a left merge 728 void Block::merge(Block *b, Constraint *c, double dist) { function in class:Avoid::Block [all...] |
| /inkscape/src/2geom/ |
| H A D | toposweep.cpp | 215 void merge(X &a, X const &b, Z const &z) { function in namespace:Geom 445 merge(chops, split_section(sec, ps, other_splits, d), heap_sort); 448 merge(chops, split_section(context[context_ix].section, ps, this_splits, d), heap_sort);
|
Completed in 63 milliseconds