Searched refs:cLine (Results 1 – 2 of 2) sorted by relevance
128 const TextLine& cLine = fLines[cursor.fParagraphIndex]; in getLocation() local130 if (cursor.fTextByteIndex < cLine.fCursorPos.size()) { in getLocation()131 pos = cLine.fCursorPos[cursor.fTextByteIndex]; in getLocation()135 return offset(pos, cLine.fOrigin); in getLocation()