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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp61 unsigned _current_shape_index; /// index into Layout::_input_wrap_shapes member in class:Inkscape::Text::Layout::Calculator
498 new_line.in_shape = _current_shape_index;
872 _current_shape_index = 0;
885 _scanline_maker = new ShapeScanlineMaker(_flow._input_wrap_shapes[_current_shape_index].shape, _block_progression);
1436 _current_shape_index++;
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);
1439 TRACE(("begin wrap shape %u\n", _current_shape_index));

Completed in 20 milliseconds