Home
last modified time | relevance | path

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

/external/skia/experimental/sktext/src/
DText.cpp830 Position endOfText(positionType); in lastPosition() local
831 endOfText.fLineIndex = lastLine.fIndex; in lastPosition()
832endOfText.fGlyphRange = GlyphRange(lastLine.fBoxGlyphs.size() - 1, lastLine.fBoxGlyphs.size() - 1); in lastPosition()
833endOfText.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()
/external/skia/experimental/sktext/editor/
DEditor.cpp49 auto endOfText = fEditableText->lastElement(fDefaultPositionType); in Editor() local
51 fCursor->place(endOfText.fBoundaries); in Editor()