Home
last modified time | relevance | path

Searched refs:curRow (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkConvolver.cpp76 int curRow = fNextRow; in GetRowAddresses() local
78 fRowAddresses[i] = &fBuffer[curRow * fRowByteWidth]; in GetRowAddresses()
81 curRow++; in GetRowAddresses()
82 if (curRow == fNumRows) { in GetRowAddresses()
83 curRow = 0; in GetRowAddresses()
/external/opencv3/modules/imgproc/src/
Dgeneralized_hough.cpp475 const int* curRow = hist_.ptr<int>(y + 1); in findPosInHist() local
480 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() local
929 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()
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py274 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)
/external/skia/debugger/QT/
DSkDebuggerGUI.cpp264 QString curRow = QString::number(currentRow); in actionStepForward() local