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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp663 int log_cluster_size_glyphs = 0; // Number of glyphs in this log_cluster local
803 log_cluster_size_glyphs = 0;
805 for(; log_cluster_size_glyphs + glyph_index < it_span->end_glyph_index; log_cluster_size_glyphs++){
807 unbroken_span.glyph_string->log_clusters[glyph_index + log_cluster_size_glyphs])break;
821 if(log_cluster_size_chars < log_cluster_size_glyphs){
822 log_cluster_size_glyphs--;

Completed in 20 milliseconds