Home
last modified time | relevance | path

Searched refs:endOfText (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/
Dline_breaker.dart17 /// implementation to distinguish between the universal [endOfText] and the
19 endOfText,
91 return LineBreakResult(text.length, LineBreakType.endOfText);
104 return LineBreakResult(text.length, LineBreakType.endOfText);
Dmeasurement.dart482 // [LineBreakType.endOfText] because there could be a "\n" at the end of the
496 if (brk.type == LineBreakType.endOfText) {
647 brk.type == LineBreakType.endOfText;
/third_party/skia/experimental/sktext/src/
DText.cpp849 Position endOfText(positionType); in lastPosition() local
850 endOfText.fLineIndex = lastLine.fIndex; in lastPosition()
851endOfText.fGlyphRange = GlyphRange(lastLine.fBoxGlyphs.size() - 1, lastLine.fBoxGlyphs.size() - 1); in lastPosition()
852endOfText.fBoundaries = SkRect::MakeXYWH(lastGlyph.fRight, lastGlyph.fTop, 0, lastGlyph.height()); in lastPosition()
853 endOfText.fTextRange = this->glyphsToText(endOfText); in lastPosition()
854 endOfText.fLineIndex = lastLine.fIndex; in lastPosition()
855 return endOfText; in lastPosition()
/third_party/skia/experimental/sktext/editor/
DEditor.cpp49 auto endOfText = fEditableText->lastElement(fDefaultPositionType); in Editor() local
51 fCursor->place(endOfText.fBoundaries); in Editor()