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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp57 Layout &_flow; member in class:Inkscape::Text::Layout::Calculator
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]);
385 char_width += text_source->style->letter_spacing.computed * _flow.getTextLengthMultiplierDue();
387 char_width += text_source->style->word_spacing.computed * _flow.getTextLengthMultiplierDue();
388 char_width += _flow.getTextLengthIncrementDue();
434 if (_flow._input_wrap_shapes.empty()) {
468 are ready to output the final result to #_flow
[all...]
H A DLayout-TNG.h888 Layout const * const _flow; \
890 inline name(Layout const *flow) : _flow(flow) {} \
895 EMIT_PREDICATE(PredicateLineToSpan, Span, _flow->_chunks[object.in_chunk].in_line);
896 EMIT_PREDICATE(PredicateLineToCharacter, Character, _flow->_chunks[_flow->_spans[object.in_span].in_chunk].in_line);
898 EMIT_PREDICATE(PredicateSourceToCharacter, Character, _flow->_spans[object.in_span].in_input_stream_item);

Completed in 20 milliseconds