Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextLine.h181 bool includeGhostSpaces,
254 void measureTextWithSpacesAtTheEnd(ClipContext& context, bool includeGhostSpaces) const;
H A DTextLine.cpp1219 void TextLine::measureTextWithSpacesAtTheEnd(ClipContext& context, bool includeGhostSpaces) const
1221 if (compareRound(context.clip.fRight, fAdvance.fX, fOwner->getApplyRoundingHack()) > 0 && !includeGhostSpaces &&
1240 bool includeGhostSpaces,
1358 measureTextWithSpacesAtTheEnd(result, includeGhostSpaces);
1360 if (compareRound(result.clip.fRight, fAdvance.fX, fOwner->getApplyRoundingHack()) > 0 && !includeGhostSpaces) {
1445 auto includeGhostSpaces = (styleType == StyleType::kDecorations || styleType == StyleType::kBackground || local
1449 textRange, run, runOffset, textOffsetInRun, includeGhostSpaces, textAdjustment);
1236 measureTextInsideOneRun(TextRange textRange, const Run* run, SkScalar runOffsetInLine, SkScalar textOffsetInRunInLine, bool includeGhostSpaces, TextAdjustment textAdjustment) const global() argument

Completed in 5 milliseconds