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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp310 if (_flow._input_stream[span->start.iter_span->input_index]->Type() != TEXT_SOURCE)
609 if (_flow._input_stream[unbroken_span.input_index]->Type() == TEXT_SOURCE
623 if ((_flow._input_stream[unbroken_span.input_index]->Type() == TEXT_SOURCE) && (new_span.font = para.pango_items[unbroken_span.pango_item_index].font))
657 if (_flow._input_stream[unbroken_span.input_index]->Type() == TEXT_SOURCE) {
989 // } else if (_flow._input_stream[input_index]->Type() == TEXT_SOURCE) {
997 // && _flow._input_stream[run_end_input_index]->Type() != TEXT_SOURCE)
1006 // } else if (_flow._input_stream[sub_input_index]->Type() == TEXT_SOURCE) {
1061 } else if (_flow._input_stream[input_index]->Type() == TEXT_SOURCE) {
1096 if (_flow._input_stream[para->first_input_index]->Type() == TEXT_SOURCE) {
1105 // Type wasn't TEXT_SOURCE o
[all...]
H A DLayout-TNG-Output.cpp155 if (_input_stream[_spans[span_index].in_input_stream_item]->Type() != TEXT_SOURCE) continue;
624 if (_input_stream[_spans[span_index].in_input_stream_item]->Type() != TEXT_SOURCE) {
H A DLayout-TNG.h691 enum InputStreamItemType {TEXT_SOURCE, CONTROL_CODE}; enumerator in enum:Inkscape::Text::Layout::InputStreamItemType
704 virtual InputStreamItemType Type() {return TEXT_SOURCE;}
H A DLayout-TNG-OutIter.cpp182 if (_input_stream[source_index]->Type() != TEXT_SOURCE)
542 if (text_iterator && stream_item->Type() == TEXT_SOURCE) {
608 if (input_item->Type() == TEXT_SOURCE) {

Completed in 36 milliseconds