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

/inkscape/src/
H A Dsp-flowtext.cpp336 void SPFlowtext::_buildLayoutInput(SPObject *root, Shape const *exclusion_shape, std::list<Shape> *shapes, SPObject **pending_line_break_object) argument
362 if (*pending_line_break_object) {
363 if (dynamic_cast<SPFlowregionbreak *>(*pending_line_break_object)) {
364 layout.appendControlCode(Inkscape::Text::Layout::SHAPE_BREAK, *pending_line_break_object);
366 layout.appendControlCode(Inkscape::Text::Layout::PARAGRAPH_BREAK, *pending_line_break_object);
368 *pending_line_break_object = NULL;
374 if (*pending_line_break_object) {
375 if (dynamic_cast<SPFlowregionbreak *>(*pending_line_break_object))
376 layout.appendControlCode(Inkscape::Text::Layout::SHAPE_BREAK, *pending_line_break_object);
378 layout.appendControlCode(Inkscape::Text::Layout::PARAGRAPH_BREAK, *pending_line_break_object);
445 SPObject *pending_line_break_object = NULL; local
[all...]
H A Dsp-flowtext.h58 void _buildLayoutInput(SPObject *root, Shape const *exclusion_shape, std::list<Shape> *shapes, SPObject **pending_line_break_object);

Completed in 52 milliseconds