Searched refs:curRow (Results 1 – 3 of 3) sorted by relevance
64 int curRow = fNextRow; in GetRowAddresses() local66 fRowAddresses[i] = &fBuffer[curRow * fRowByteWidth]; in GetRowAddresses()69 curRow++; in GetRowAddresses()70 if (curRow == fNumRows) { in GetRowAddresses()71 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)
264 QString curRow = QString::number(currentRow); in actionStepForward() local