Searched refs:curRow (Results 1 – 4 of 4) sorted by relevance
76 int curRow = fNextRow; in GetRowAddresses() local78 fRowAddresses[i] = &fBuffer[curRow * fRowByteWidth]; in GetRowAddresses()81 curRow++; in GetRowAddresses()82 if (curRow == fNumRows) { in GetRowAddresses()83 curRow = 0; in GetRowAddresses()
475 const int* curRow = hist_.ptr<int>(y + 1); in findPosInHist() local480 const int votes = curRow[x + 1]; in findPosInHist()482 …if (votes > votesThreshold_ && votes > curRow[x] && votes >= curRow[x + 2] && votes > prevRow[x + … in findPosInHist()924 const int* curRow = DHist.ptr<int>(y + 1); in calcPosition() local929 const int votes = curRow[x + 1]; in calcPosition()931 …if (votes > posThresh_ && votes > curRow[x] && votes >= curRow[x + 2] && votes > prevRow[x + 1] &&… in calcPosition()
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