Lines Matching defs:whitespaces
769 // Take leading whitespaces width but do not increment a whitespace patch number
816 // Spread the extra whitespaces
818 // Do not break on leading whitespaces
850 // We skip ideographic whitespaces
1651 // so we need to do runOffset -= "trailing whitespaces length"
1652 TextRange whitespaces = intersected(
1654 if (whitespaces.width() > 0) {
1655 auto whitespacesLen = measureTextInsideOneRun(whitespaces, run, runOffset, 0, true,
1704 // so we need to do runOffset -= "trailing whitespaces length"
1705 TextRange whitespaces = intersected(
1707 if (whitespaces.width() > 0) {
1708 auto whitespacesLen = measureTextInsideOneRun(whitespaces, run, runOffset, 0, true, false).clip.width();