Searched refs:cRows (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/
H A DBlock.h20 * \param cRows the number of rows in the corner
34 ::corner(CornerType type, Index cRows, Index cCols) argument
41 return Block<Derived>(derived(), 0, 0, cRows, cCols);
43 return Block<Derived>(derived(), 0, cols() - cCols, cRows, cCols);
45 return Block<Derived>(derived(), rows() - cRows, 0, cRows, cCols);
47 return Block<Derived>(derived(), rows() - cRows, cols() - cCols, cRows, cCols);
54 DenseBase<Derived>::corner(CornerType type, Index cRows, Index cCols) const argument
61 return Block<Derived>(derived(), 0, 0, cRows, cCol
[all...]
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h72 * \param cRows the number of rows in the corner
80 inline Block<Derived> topRightCorner(Index cRows, Index cCols) argument
82 return Block<Derived>(derived(), 0, cols() - cCols, cRows, cCols);
86 inline const Block<const Derived> topRightCorner(Index cRows, Index cCols) const argument
88 return Block<const Derived>(derived(), 0, cols() - cCols, cRows, cCols);
118 * \param cRows number of rows in corner as specified at run-time
123 * information should not contradict. In other words, \a cRows should equal \a CRows unless
132 inline Block<Derived, CRows, CCols> topRightCorner(Index cRows, Index cCols) argument
134 return Block<Derived, CRows, CCols>(derived(), 0, cols() - cCols, cRows, cCols);
139 inline const Block<const Derived, CRows, CCols> topRightCorner(Index cRows, Inde argument
156 topLeftCorner(Index cRows, Index cCols) argument
162 topLeftCorner(Index cRows, Index cCols) const argument
207 topLeftCorner(Index cRows, Index cCols) argument
214 topLeftCorner(Index cRows, Index cCols) const argument
231 bottomRightCorner(Index cRows, Index cCols) argument
237 bottomRightCorner(Index cRows, Index cCols) const argument
282 bottomRightCorner(Index cRows, Index cCols) argument
289 bottomRightCorner(Index cRows, Index cCols) const argument
306 bottomLeftCorner(Index cRows, Index cCols) argument
312 bottomLeftCorner(Index cRows, Index cCols) const argument
357 bottomLeftCorner(Index cRows, Index cCols) argument
364 bottomLeftCorner(Index cRows, Index cCols) const argument
[all...]
/external/eigen/Eigen/src/Core/
H A DDenseBase.h483 Block<Derived> corner(CornerType type, Index cRows, Index cCols);
484 const Block<Derived> corner(CornerType type, Index cRows, Index cCols) const;
/external/libpng/contrib/libtests/
H A Dpngvalid.c995 png_size_t cbRow, png_uint_32 cRows)
997 png_size_t cb = nImages * cRows * (cbRow + 5);
1030 ps->image_h = cRows;
1045 for (y=0; y<cRows; ++y)
994 store_ensure_image(png_store *ps, png_const_structp pp, int nImages, png_size_t cbRow, png_uint_32 cRows) argument

Completed in 164 milliseconds