Searched defs:bottomRightCorner (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRect.h113 FloatRect bottomRightCorner() const function in class:blink::FloatRoundedRect
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h231 inline Block<Derived> bottomRightCorner(Index cRows, Index cCols) function
236 /** This is the const version of bottomRightCorner(Index, Index).*/
237 inline const Block<const Derived> bottomRightCorner(Index cRows, Index cCols) const function
252 inline Block<Derived, CRows, CCols> bottomRightCorner() function
257 /** This is the const version of bottomRightCorner<int, int>().*/
259 inline const Block<const Derived, CRows, CCols> bottomRightCorner() const function
282 inline Block<Derived, CRows, CCols> bottomRightCorner(Index cRows, Index cCols) function
287 /** This is the const version of bottomRightCorner<int, int>(Index, Index).*/
289 inline const Block<const Derived, CRows, CCols> bottomRightCorner(Index cRows, Index cCols) const function

Completed in 222 milliseconds