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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp1541 BrokenSpan last_span_at_break, last_span_at_emergency_break; local
1542 last_span_at_break.start = start_span_pos;
1543 last_span_at_break.setZero();
1582 bool span_fitted = _measureUnbrokenSpan(para, &new_span, &last_span_at_break, &last_span_at_emergency_break, new_chunk.scanrun_width - new_chunk.text_width);
1591 last_span_at_break = new_span;
1599 if (scan_run.width() >= 4.0 * line_height->emSize() && last_span_at_break.end == start_span_pos) {
1610 last_span_at_break = last_span_at_emergency_break;
1613 if (!chunk_info->back().broken_spans.empty() && last_span_at_break.end != chunk_info->back().broken_spans.back().end) {
1615 while (!chunk_info->empty() && last_span_at_break.start.iter_span != chunk_info->back().broken_spans.back().start.iter_span) {
1625 if (last_span_at_break
[all...]

Completed in 19 milliseconds