Searched refs:curRow (Results 1 – 3 of 3) sorted by relevance
77 int curRow = fNextRow; in GetRowAddresses() local79 fRowAddresses[i] = &fBuffer[curRow * fRowByteWidth]; in GetRowAddresses()82 curRow++; in GetRowAddresses()83 if (curRow == fNumRows) { in GetRowAddresses()84 curRow = 0; in GetRowAddresses()
274 for curRow in range(metrics.height):275 rowData = bitmapObject.getRow(curRow, bitDepth=bitDepth, metrics=metrics)308 for curRow in range(metrics.height):309 rowData = bitmapObject.getRow(curRow, bitDepth=1, metrics=metrics, reverseBytes=True)
333 QString curRow = QString::number(currentRow); in actionStepForward() local