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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp1310 const unsigned nglyphs = new_span.glyph_string->num_glyphs; local
1311 std::vector<PangoGlyphInfo> infos(nglyphs);
1312 std::vector<gint> clusters(nglyphs);
1314 for (i = 0 ; i < nglyphs ; i++)new_span.glyph_string->glyphs[i].attr.is_cluster_start = 0;
1315 for (i = 0 ; i < nglyphs ; i++) {
1317 while( (j < nglyphs-1) &&
1360 const unsigned nglyphs = new_span.glyph_string->num_glyphs; local
1362 for (i = 0 ; i < nglyphs ; i++)new_span.glyph_string->glyphs[i].attr.is_cluster_start = 0;
1363 for (i = 0 ; i < nglyphs ; i++) {
1365 while( (j < nglyphs
[all...]

Completed in 19 milliseconds