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

/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp701 double cluster_width = 0.0; local
705 cluster_width += _glyphs[glyph_index].width;
710 start_offset -= cluster_width;
712 double end_offset = start_offset + cluster_width;
765 double tangent_shift = -cluster_width * 0.5 + _glyphs[glyph_index].x - (_characters[char_index].x + span.x_start);
768 tangent_shift += cluster_width;
H A DLayout-TNG-Compute.cpp775 double cluster_width = 0.0; local
781 cluster_width += new_span.font_size * para.pango_items[unbroken_span.pango_item_index].font->Advance(unbroken_span.glyph_string->glyphs[rtl_index].glyph, true);
784 cluster_width += font_size_multiplier * unbroken_span.glyph_string->glyphs[rtl_index].geometry.width;
786 new_glyph.x -= cluster_width;

Completed in 25 milliseconds