Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkConvolver.cpp64 int curRow = fNextRow; in GetRowAddresses() local
66 fRowAddresses[i] = &fBuffer[curRow * fRowByteWidth]; in GetRowAddresses()
69 curRow++; in GetRowAddresses()
70 if (curRow == fNumRows) { in GetRowAddresses()
71 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.cpp264 QString curRow = QString::number(currentRow); in actionStepForward() local