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

/inkscape/src/libnrtype/
H A DLayout-TNG-OutIter.cpp304 double cluster_half_width = 0.0; local
306 cluster_half_width += _glyphs[glyph_index].width;
307 cluster_half_width *= 0.5;
309 double midpoint_offset = _characters[char_index].span(this).x_start + _characters[char_index].x + cluster_half_width;
318 top_left[Geom::X] = midpoint[Geom::X] - cluster_half_width;
320 bottom_right[Geom::X] = midpoint[Geom::X] + cluster_half_width;

Completed in 21 milliseconds