Searched defs:topLeftCorner (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRect.h101 FloatRect topLeftCorner() const function in class:blink::FloatRoundedRect
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h156 inline Block<Derived> topLeftCorner(Index cRows, Index cCols) function
161 /** This is the const version of topLeftCorner(Index, Index).*/
162 inline const Block<const Derived> topLeftCorner(Index cRows, Index cCols) const function
177 inline Block<Derived, CRows, CCols> topLeftCorner() function
182 /** This is the const version of topLeftCorner<int, int>().*/
184 inline const Block<const Derived, CRows, CCols> topLeftCorner() const function
207 inline Block<Derived, CRows, CCols> topLeftCorner(Index cRows, Index cCols) function
212 /** This is the const version of topLeftCorner<int, int>(Index, Index).*/
214 inline const Block<const Derived, CRows, CCols> topLeftCorner(Index cRows, Index cCols) const function
/external/eigen/doc/examples/
H A Dclass_Block.cpp8 topLeftCorner(MatrixBase<Derived>& m, int rows, int cols) function
15 topLeftCorner(const MatrixBase<Derived>& m, int rows, int cols) function
23 cout << topLeftCorner(4*m, 2, 3) << endl; // calls the const version
24 topLeftCorner(m, 2, 3) *= 5; // calls the non-const version

Completed in 388 milliseconds