Home
last modified time | relevance | path

Searched refs:fEditableText (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/experimental/sktext/editor/
H A DEditor.cpp27 fEditableText = std::make_unique<EditableText>( in Editor()
49 auto endOfText = fEditableText->lastElement(fDefaultPositionType); in Editor()
50 //fEditableText->recalculateBoundaries(endOfText); in Editor()
56 if (fEditableText->isValid()) { in update()
61 auto position = fEditableText->adjustedPosition(fDefaultPositionType, fCursor->getCenterPosition()); in update()
62 //fEditableText->recalculateBoundaries(position); in update()
73 auto position = fEditableText->adjustedPosition(PositionType::kGraphemeCluster, cursorPosition); in moveCursor()
76 position = fEditableText->previousElement(position); in moveCursor()
78 position = fEditableText->nextElement(position); in moveCursor()
80 position = fEditableText in moveCursor()
[all...]
H A DEditor.h52 std::unique_ptr<EditableText> fEditableText; member in skia::editor::Editor

Completed in 2 milliseconds