Home
last modified time | relevance | path

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

/third_party/flutter/skia/experimental/editor/
Deditor.cpp71 Editor::TextPosition approximatePosition; in getPosition() local
94 approximatePosition = {xy.x() <= line.fOrigin.x() ? 0 : line.fText.size(), j}; in getPosition()
96 return approximatePosition; in getPosition()
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp71 Editor::TextPosition approximatePosition; in getPosition() local
94 approximatePosition = {xy.x() <= line.fOrigin.x() ? 0 : line.fText.size(), j}; in getPosition()
96 return approximatePosition; in getPosition()