Home
last modified time | relevance | path

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

/third_party/flutter/skia/experimental/editor/
Deditor.cpp128 const TextLine& cLine = fLines[cursor.fParagraphIndex]; in getLocation() local
130 if (cursor.fTextByteIndex < cLine.fCursorPos.size()) { in getLocation()
131 pos = cLine.fCursorPos[cursor.fTextByteIndex]; in getLocation()
135 return offset(pos, cLine.fOrigin); in getLocation()
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp128 const TextLine& cLine = fLines[cursor.fParagraphIndex]; in getLocation() local
130 if (cursor.fTextByteIndex < cLine.fCursorPos.size()) { in getLocation()
131 pos = cLine.fCursorPos[cursor.fTextByteIndex]; in getLocation()
135 return offset(pos, cLine.fOrigin); in getLocation()