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

/inkscape/src/libnrtype/
H A DLayout-TNG-Input.cpp39 _input_wrap_shapes.clear();
116 _input_wrap_shapes.push_back(InputWrapShape());
117 _input_wrap_shapes.back().shape = shape;
118 _input_wrap_shapes.back().display_align = display_align;
H A DLayout-TNG-Compute.cpp61 unsigned _current_shape_index; /// index into Layout::_input_wrap_shapes
434 if (_flow._input_wrap_shapes.empty()) {
587 if (para.alignment == FULL && !_flow._input_wrap_shapes.empty()){
873 if (_flow._input_wrap_shapes.empty()) {
885 _scanline_maker = new ShapeScanlineMaker(_flow._input_wrap_shapes[_current_shape_index].shape, _block_progression);
1257 if (input_index == 0 && para->unbroken_spans.empty() && !new_span.y._set && _flow._input_wrap_shapes.empty()) {
1437 if (_current_shape_index == _flow._input_wrap_shapes.size()) return false;
1438 _scanline_maker = new ShapeScanlineMaker(_flow._input_wrap_shapes[_current_shape_index].shape, _block_progression);
1733 para.alignment = static_cast<InputStreamTextSource*>(_flow._input_stream[para.first_input_index])->styleGetAlignment(para.direction, !_flow._input_wrap_shapes.empty());
1860 if (_input_wrap_shapes
[all...]
H A DLayout-TNG.h681 and #_input_wrap_shapes. */
785 queryCursorShape() and get a valid answer so, while #_input_wrap_shapes
802 std::vector<InputWrapShape> _input_wrap_shapes; member in class:Inkscape::Text::Layout
1112 {return it._char_index == _characters.size() ? _input_wrap_shapes.size() - 1 : _characters[it._char_index].line(this).in_shape;}

Completed in 28 milliseconds