HomeSort by relevance Sort by last modified time
    Searched refs:curRow (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkConvolver.cpp 64 int curRow = fNextRow;
66 fRowAddresses[i] = &fBuffer[curRow * fRowByteWidth];
69 curRow++;
70 if (curRow == fNumRows) {
71 curRow = 0;
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 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)
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 264 QString curRow = QString::number(currentRow);

Completed in 553 milliseconds