Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrixBase.h128 Index outerSize() const { in outerSize() function
/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h348 SparseMatrixBase<Derived>::innerVectors(Index outerStart, Index outerSize) in innerVectors()
361 SparseMatrixBase<Derived>::innerVectors(Index outerStart, Index outerSize) const in innerVectors()
DSparseMatrixBase.h184 Index outerSize() const { return (int(Flags)&RowMajorBit) ? this->rows() : this->cols(); } in outerSize() function
/external/eigen/Eigen/src/Core/
DDenseBase.h218 Index outerSize() const in outerSize() function
/external/skia/src/core/
DSkDraw_vertices.cpp220 constexpr size_t outerSize = sizeof(SkTriColorShader) + in drawVertices() local
/external/skqp/src/core/
DSkDraw_vertices.cpp219 constexpr size_t outerSize = sizeof(SkTriColorShader) + in drawVertices() local
/external/eigen/unsupported/Eigen/src/SparseExtra/
DRandomSetter.h184 const Index outerSize = SwapStorage ? target.innerSize() : target.outerSize(); in RandomSetter() local