Home
last modified time | relevance | path

Searched defs:startRow (Results 1 – 7 of 7) sorted by relevance

/external/eigen/Eigen/src/plugins/
DBlockMethods.h56 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) in block()
62 inline const Block<const Derived> block(Index startRow, Index startCol, Index blockRows, Index bloc… in block()
477 inline RowsBlockXpr middleRows(Index startRow, Index n) in middleRows()
483 inline ConstRowsBlockXpr middleRows(Index startRow, Index n) const in middleRows()
680 inline Block<Derived, BlockRows, BlockCols> block(Index startRow, Index startCol) in block()
687 inline const Block<const Derived, BlockRows, BlockCols> block(Index startRow, Index startCol) const in block()
712 inline Block<Derived, BlockRows, BlockCols> block(Index startRow, Index startCol, in block()
720 inline const Block<const Derived, BlockRows, BlockCols> block(Index startRow, Index startCol, in block()
/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h57 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl()
119 …inline BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int block… in BlockImpl()
313 inline BlockImpl(const XprType& xpr, int startRow, int startCol, int blockRows, int blockCols) in BlockImpl()
/external/chromium_org/third_party/skia/src/images/
DSkMovie_gif.cpp130 int startRow) in copyInterlaceGroup()
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
DInfoBarLayout.java460 private void startRow() { in startRow() method in InfoBarLayout
/external/skia/src/images/
DSkMovie_gif.cpp130 int startRow) in copyInterlaceGroup()
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java721 private static String getData(int col, int startRow) { in getData()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp1340 unsigned startRow = nextRow > 0 ? nextRow - 1 : 0; in spannedRows() local