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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.h 109 FloatRect bottomLeftCorner() const
  /external/eigen/Eigen/src/plugins/
BlockMethods.h 306 inline Block<Derived> bottomLeftCorner(Index cRows, Index cCols)
311 /** This is the const version of bottomLeftCorner(Index, Index).*/
312 inline const Block<const Derived> bottomLeftCorner(Index cRows, Index cCols) const
327 inline Block<Derived, CRows, CCols> bottomLeftCorner()
332 /** This is the const version of bottomLeftCorner<int, int>().*/
334 inline const Block<const Derived, CRows, CCols> bottomLeftCorner() const
357 inline Block<Derived, CRows, CCols> bottomLeftCorner(Index cRows, Index cCols)
362 /** This is the const version of bottomLeftCorner<int, int>(Index, Index).*/
364 inline const Block<const Derived, CRows, CCols> bottomLeftCorner(Index cRows, Index cCols) const
    [all...]

Completed in 176 milliseconds