Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextLine.h130 bool includingGhostSpaces,
133 void iterateThroughVisualRuns(bool includingGhostSpaces, const RunVisitor& runVisitor) const;
H A DTextLine.cpp1609 bool includingGhostSpaces,
1622 auto textRange = includingGhostSpaces ? this->textWithNewlines() : this->trimmedText();
1648 if (!run->leftToRight() && runOffset == 0 && includingGhostSpaces) {
1678 if (!includingGhostSpaces && compareRound(totalWidth, this->width(), fOwner->getApplyRoundingHack()) != 0) {
1686 void TextLine::iterateThroughVisualRuns(bool includingGhostSpaces, const RunVisitor& visitor) const { argument
1692 auto textRange = includingGhostSpaces ? this->textWithNewlines() : this->trimmedText();
1701 if (!run->leftToRight() && runOffset == 0 && includingGhostSpaces) {
1730 if (!includingGhostSpaces && compareRound(totalWidth, this->width()) != 0) {
1608 iterateThroughVisualRuns(EllipsisReadStrategy ellipsisReadStrategy, bool includingGhostSpaces, const RunVisitor& visitor) const global() argument

Completed in 5 milliseconds