Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DTextWrapper.h192 SkScalar noIndentWidth)>;
H A DTextWrapper.cpp771 SkScalar noIndentWidth = maxWidth; in moveForward() local
773 noIndentWidth = maxWidth - parent->detectIndents(fLineNumber - 1); in moveForward()
878 noIndentWidth); in moveForward()
981 noIndentWidth); in moveForward()
H A DParagraphImpl.cpp1215 SkScalar noIndentWidth) { in GetLineFontMetrics()
1219 line.createTailEllipsis(noIndentWidth, this->getEllipsis(), true, this->getWordBreakType()); in GetLineFontMetrics()
1221 line.createHeadEllipsis(noIndentWidth, this->getEllipsis(), true); in GetLineFontMetrics()
1350 SkScalar noIndentWidth = maxWidth - detectIndents(iLineNumber++); in GetLineFontMetrics() local
1354 line.format(effectiveAlign, noIndentWidth, this->paragraphStyle().getEllipsisMod()); in GetLineFontMetrics()

Completed in 7 milliseconds