Searched defs:input_index (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp114 unsigned input_index; /// index into Layout::_input_stream member in struct:Inkscape::Text::Layout::Calculator::UnbrokenSpan
235 << " input_index: " << para->unbroken_spans[uidx].input_index
293 if (_flow._input_stream[span->start.iter_span->input_index]->Type() == CONTROL_CODE) {
294 InputStreamControlCode const *control_code = static_cast<InputStreamControlCode const *>(_flow._input_stream[span->start.iter_span->input_index]);
310 if (_flow._input_stream[span->start.iter_span->input_index]->Type() != TEXT_SOURCE)
313 InputStreamTextSource const *text_source = static_cast<InputStreamTextSource const *>(_flow._input_stream[span->start.iter_span->input_index]);
609 if (_flow._input_stream[unbroken_span.input_index]->Type() == TEXT_SOURCE
619 new_span.in_input_stream_item = unbroken_span.input_index;
623 if ((_flow._input_stream[unbroken_span.input_index]
1045 unsigned input_index; local
1188 unsigned input_index; local
[all...]

Completed in 18 milliseconds