Searched refs:maxLine (Results 1 – 3 of 3) sorted by relevance
520 int maxLine; member
194 dev->tempBuffer[j].maxLine = in yaffs_GetTempBuffer()
178 d.maxLine = null;292 d.maxLine = getLine(doc, doc.first);293 d.maxLineLength = lineLength(doc, d.maxLine);299 d.maxLine = line;1361 if (display.maxLineChanged && !cm.options.lineWrapping && display.maxLine) {1362 var width = measureLineWidth(cm, display.maxLine);2429 if (line == display.maxLine) {2445 display.maxLine = line;3757 cm.display.maxLine = visual;3841 …(cm && marker.collapsed && !cm.options.lineWrapping && visualLine(doc, line) == cm.display.maxLine)