Searched refs:endOfText (Results 1 – 4 of 4) sorted by relevance
17 /// implementation to distinguish between the universal [endOfText] and the19 endOfText,91 return LineBreakResult(text.length, LineBreakType.endOfText);104 return LineBreakResult(text.length, LineBreakType.endOfText);
482 // [LineBreakType.endOfText] because there could be a "\n" at the end of the496 if (brk.type == LineBreakType.endOfText) {647 brk.type == LineBreakType.endOfText;
849 Position endOfText(positionType); in lastPosition() local850 endOfText.fLineIndex = lastLine.fIndex; in lastPosition()851 …endOfText.fGlyphRange = GlyphRange(lastLine.fBoxGlyphs.size() - 1, lastLine.fBoxGlyphs.size() - 1); in lastPosition()852 … endOfText.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()
49 auto endOfText = fEditableText->lastElement(fDefaultPositionType); in Editor() local51 fCursor->place(endOfText.fBoundaries); in Editor()