Home
last modified time | relevance | path

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

/third_party/skia/modules/skplaintexteditor/src/
H A 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()

Completed in 2 milliseconds