HomeSort by relevance Sort by last modified time
    Searched defs:bottomRightCorner (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.h 113 FloatRect bottomRightCorner() const
  /external/eigen/Eigen/src/plugins/
BlockMethods.h 231 inline Block<Derived> bottomRightCorner(Index cRows, Index cCols)
236 /** This is the const version of bottomRightCorner(Index, Index).*/
237 inline const Block<const Derived> bottomRightCorner(Index cRows, Index cCols) const
252 inline Block<Derived, CRows, CCols> bottomRightCorner()
257 /** This is the const version of bottomRightCorner<int, int>().*/
259 inline const Block<const Derived, CRows, CCols> bottomRightCorner() const
282 inline Block<Derived, CRows, CCols> bottomRightCorner(Index cRows, Index cCols)
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
    [all...]

Completed in 50 milliseconds