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 77 int curRow = fNextRow;
79 fRowAddresses[i] = &fBuffer[curRow * fRowByteWidth];
82 curRow++;
83 if (curRow == fNumRows) {
84 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 333 QString curRow = QString::number(currentRow);

Completed in 267 milliseconds