Searched defs:_buildLayoutInput (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | sp-flowtext.cpp | 336 void SPFlowtext::_buildLayoutInput(SPObject *root, Shape const *exclusion_shape, std::list<Shape> *shapes, SPObject **pending_line_break_object) function in class:SPFlowtext 403 _buildLayoutInput(child, exclusion_shape, shapes, pending_line_break_object); 446 _buildLayoutInput(this, exclusion_shape, &shapes, &pending_line_break_object);
|
H A D | sp-text.cpp | 474 unsigned SPText::_buildLayoutInput(SPObject *root, Inkscape::Text::Layout::OptionalTextTagAttrs const &parent_optional_attrs, unsigned parent_attrs_offset, bool in_textpath) function in class:SPText 487 std::cerr << "SPText::_buildLayoutInput(): Invalid shape-inside value: " << shape_url << std::endl; 491 // std::cout << "SPText::_buildLayoutInput(): shape-inside: " << shape_url << std::endl; 528 std::cerr << "SPText::_buildLayoutInput(): Failed to get curve." << std::endl; 531 std::cerr << "SPText::_buildLayoutInput(): Failed to find shape." << std::endl; 597 length += _buildLayoutInput(child, optional_attrs, child_attrs_offset + length, in_textpath); 608 _buildLayoutInput(this, optional_attrs, 0, false);
|
Completed in 46 milliseconds