Searched defs:startRow (Results 1 – 7 of 7) sorted by relevance
| /external/eigen/Eigen/src/plugins/ |
| D | BlockMethods.h | 56 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/ |
| D | SparseBlock.h | 57 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/ |
| D | SkMovie_gif.cpp | 130 int startRow) in copyInterlaceGroup()
|
| /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
| D | InfoBarLayout.java | 460 private void startRow() { in startRow() method in InfoBarLayout
|
| /external/skia/src/images/ |
| D | SkMovie_gif.cpp | 130 int startRow) in copyInterlaceGroup()
|
| /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
| D | TestCertUtils.java | 721 private static String getData(int col, int startRow) { in getData()
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| D | RenderTableSection.cpp | 1340 unsigned startRow = nextRow > 0 ? nextRow - 1 : 0; in spannedRows() local
|