Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp2277 int endWhitespaceCount = 0; local
2283 endWhitespaceCount++;
2289 return endWhitespaceCount;
2305 int endWhitespaceCount = getEndWhitespaceCount(fGhostClusterRange, fOwner); local
2306 textLine.fGhostClusterRange.end -= endWhitespaceCount;
2412 int endWhitespaceCount = getEndWhitespaceCount(fGhostClusterRange, fOwner); local
2413 if (endWhitespaceCount == (fGhostClusterRange.end - fGhostClusterRange.start)) {
2417 SkScalar endAdvance = fOwner->cluster(fGhostClusterRange.end - endWhitespaceCount - 1).width();
2435 for (int i = startWhitespaceCount + 1; i < rectVec.size() - endWhitespaceCount; ++i) {
2440 auto endRect = rectVec[rectVec.size() - endWhitespaceCount
[all...]

Completed in 4 milliseconds