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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp152 unsigned whitespace_count; member in struct:Inkscape::Text::Layout::Calculator::BrokenSpan
168 int whitespace_count; member in struct:Inkscape::Text::Layout::Calculator::ChunkInfo
393 span->whitespace_count++;
451 if (it_chunk->whitespace_count)
452 *add_to_each_whitespace = (it_chunk->scanrun_width - it_chunk->text_width) / it_chunk->whitespace_count;
650 counter_directional_width_remaining += direction_sign * (it_following_span->width + it_following_span->whitespace_count * add_to_each_whitespace);
938 whitespace_count = 0;
1536 new_chunk.whitespace_count = 0;
1562 new_chunk.whitespace_count = 0;
1585 new_chunk.whitespace_count
[all...]

Completed in 21 milliseconds