Searched refs:endOfText (Results 1 – 2 of 2) sorted by relevance
830 Position endOfText(positionType); in lastPosition() local831 endOfText.fLineIndex = lastLine.fIndex; in lastPosition()832 …endOfText.fGlyphRange = GlyphRange(lastLine.fBoxGlyphs.size() - 1, lastLine.fBoxGlyphs.size() - 1); in lastPosition()833 … endOfText.fBoundaries = SkRect::MakeXYWH(lastGlyph.fRight, lastGlyph.fTop, 0, lastGlyph.height()); in lastPosition()834 endOfText.fTextRange = this->glyphsToText(endOfText); in lastPosition()835 endOfText.fLineIndex = lastLine.fIndex; in lastPosition()836 return endOfText; in lastPosition()
49 auto endOfText = fEditableText->lastElement(fDefaultPositionType); in Editor() local51 fCursor->place(endOfText.fBoundaries); in Editor()