Searched refs:char_count (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Compute.cpp | 327 IFTRACE(int char_count = 0); 343 TRACE((" span %ld end of para; width = %f chars = %d\n", span->start.iter_span - para.unbroken_spans.begin(), span->width, char_count)); 390 IFTRACE(char_count++); 413 TRACE((" span %ld exceeded scanrun; width = %f chars = %d\n", span->start.iter_span - para.unbroken_spans.begin(), span->width, char_count)); 419 TRACE((" fitted span %ld width = %f chars = %d\n", span->start.iter_span - para.unbroken_spans.begin(), span->width, char_count));
|
/inkscape/src/ |
H A D | text-editing.cpp | 474 unsigned char_count = g_utf8_strlen(utf8, -1); local 487 attributes->insert(char_index, char_count); 704 unsigned char_count = 0; local 711 char_count++; 725 attributes->erase(char_index, char_count);
|
Completed in 138 milliseconds