Searched refs:cRows (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/plugins/ |
D | BlockMethods.h | 92 inline BlockXpr topRightCorner(Index cRows, Index cCols) in topRightCorner() argument 94 return BlockXpr(derived(), 0, cols() - cCols, cRows, cCols); in topRightCorner() 99 inline const ConstBlockXpr topRightCorner(Index cRows, Index cCols) const in topRightCorner() argument 101 return ConstBlockXpr(derived(), 0, cols() - cCols, cRows, cCols); in topRightCorner() 151 inline typename FixedBlockXpr<CRows,CCols>::Type topRightCorner(Index cRows, Index cCols) in topRightCorner() argument 153 return typename FixedBlockXpr<CRows,CCols>::Type(derived(), 0, cols() - cCols, cRows, cCols); in topRightCorner() 158 inline const typename ConstFixedBlockXpr<CRows,CCols>::Type topRightCorner(Index cRows, Index cCols… in topRightCorner() argument 160 return typename ConstFixedBlockXpr<CRows,CCols>::Type(derived(), 0, cols() - cCols, cRows, cCols); in topRightCorner() 178 inline BlockXpr topLeftCorner(Index cRows, Index cCols) in topLeftCorner() argument 180 return BlockXpr(derived(), 0, 0, cRows, cCols); in topLeftCorner() [all …]
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 1164 png_size_t cbRow, png_uint_32 cRows) in store_ensure_image() argument 1166 png_size_t cb = nImages * cRows * (cbRow + 5); in store_ensure_image() 1199 ps->image_h = cRows; in store_ensure_image() 1214 for (y=0; y<cRows; ++y) in store_ensure_image()
|