Searched refs:widthWithTrailingSpaces (Results 1 – 3 of 3) sorted by relevance
195 SkScalar widthWithTrailingSpaces() { return fMaxWidthWithTrailingSpaces; } in widthWithTrailingSpaces() function
1360 right.rect.fRight < fOwner->widthWithTrailingSpaces()) { in getRectsForRange()1362 right.rect.fRight = fOwner->widthWithTrailingSpaces(); in getRectsForRange()
4399 auto extraWidth = impl->widthWithTrailingSpaces() - paragraph->getLongestLine(); in draw()