Searched refs:lineNo (Results 1 – 5 of 5) sorted by relevance
241 lines.forEachIndexed { lineNo, line ->246 val origin = layout.getDrawOrigin(lineNo)378 tmpGlyph.lineNo = lineNo494 for (lineNo in 0 until layout.lineCount) { // Shape all lines.495 val lineStart = layout.getLineStart(lineNo)496 val lineEnd = layout.getLineEnd(lineNo)516 if (lineNo > 0) {526 private fun Layout.getDrawOrigin(lineNo: Int) =527 if (getParagraphDirection(lineNo) == Layout.DIR_LEFT_TO_RIGHT) {528 getLineLeft(lineNo)[all …]
151 var lineNo: Int = 0
105 public int lineNo() { in lineNo() method in PatternScanner
419 "Unexpected end of assignments on line " + scanner.lineNo() + "!"); in readKeyValueAssignments()
357 val offset = positionedGlyph.lineNo * DIGITS_PER_LINE + positionedGlyph.glyphIndex