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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp176 unsigned first_input_index; ///< Index into Layout::_input_stream. member in struct:Inkscape::Text::Layout::Calculator::ParagraphInfo
209 * Input: para->first_input_index, para->pango_items
227 * Input: para->first_input_index, para->pango_items
974 // int run_start_input_index = para->first_input_index;
977 // for(int input_index = para->first_input_index ; input_index < (int)_flow._input_stream.size() ; input_index++) {
1028 * Take all the text from \a _para.first_input_index to the end of the
1032 * Input: para.first_input_index.
1050 TRACE(("itemizing para, first input %d\n", para->first_input_index));
1053 for(input_index = para->first_input_index ; input_index < _flow._input_stream.size() ; input_index++) {
1092 TRACE(("%d input sources used\n", input_index - para->first_input_index));
[all...]

Completed in 19 milliseconds