Lines Matching refs:endWhitespaceCount
2277 int endWhitespaceCount = 0;
2283 endWhitespaceCount++;
2289 return endWhitespaceCount;
2305 int endWhitespaceCount = getEndWhitespaceCount(fGhostClusterRange, fOwner);
2306 textLine.fGhostClusterRange.end -= endWhitespaceCount;
2412 int endWhitespaceCount = getEndWhitespaceCount(fGhostClusterRange, fOwner);
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 - 1];