Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkConvolver.cpp77 int curRow = fNextRow; in GetRowAddresses() local
79 fRowAddresses[i] = &fBuffer[curRow * fRowByteWidth]; in GetRowAddresses()
82 curRow++; in GetRowAddresses()
83 if (curRow == fNumRows) { in GetRowAddresses()
84 curRow = 0; in GetRowAddresses()
/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.cpp333 QString curRow = QString::number(currentRow); in actionStepForward() local