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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp597 UnbrokenSpan const &unbroken_span = *it_span->start.iter_span; local
604 if (unbroken_span.dx._set) current_x += unbroken_span.dx.computed;
605 if (unbroken_span.dy._set) _y_offset += unbroken_span.dy.computed;
606 if (unbroken_span.rotate._set) glyph_rotate = unbroken_span.rotate.computed * (M_PI/180);
609 if (_flow._input_stream[unbroken_span.input_index]->Type() == TEXT_SOURCE
610 && unbroken_span.pango_item_index == -1) {
618 new_span.line_height = unbroken_span
[all...]

Completed in 18 milliseconds