Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp766 int whitespacePatches = 0; local
778 ++whitespacePatches;
785 ++whitespacePatches; // before
789 ++whitespacePatches; // after
800 --whitespacePatches;
802 if (whitespacePatches == 0) {
810 SkScalar step = (maxWidth - textLen) / whitespacePatches;
835 --whitespacePatches;
840 --whitespacePatches;
854 --whitespacePatches;
[all...]

Completed in 3 milliseconds