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

/inkscape/src/libnrtype/
H A DLayout-TNG-OutIter.cpp344 double span_height = _spans[_characters[char_index].in_span].line_height.emSize(); local
346 top_left[Geom::X] = baseline_y - span_height * 0.5;
348 bottom_right[Geom::X] = baseline_y + span_height * 0.5;
408 double span_height = vertical_scale * _spans[span_index].line_height.emSize(); local
410 top_left[Geom::X] = baseline_y - span_height * 0.5;
412 bottom_right[Geom::X] = baseline_y + span_height * 0.5;
H A DLayout-TNG-Compute.cpp1643 FontMetrics span_height = it_span->start.iter_span->line_height; local
1644 span_height.computeEffective( it_span->start.iter_span->line_height_multiplier );
1645 line_height->max( span_height );

Completed in 23 milliseconds