Home
last modified time | relevance | path

Searched defs:bottomRows (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/plugins/
DBlockMethods.h428 inline RowsBlockXpr bottomRows(Index n) in bottomRows() function
434 inline ConstRowsBlockXpr bottomRows(Index n) const in bottomRows() function
/external/skia/src/utils/
DSkTextureCompressor_R11EAC.cpp354 static inline uint64_t interleave6(uint64_t topRows, uint64_t bottomRows) { in interleave6()