Searched defs:topRightCorner (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRect.h105 FloatRect topRightCorner() const function in class:blink::FloatRoundedRect
/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h80 inline Block<Derived> topRightCorner(Index cRows, Index cCols) function
85 /** This is the const version of topRightCorner(Index, Index).*/
86 inline const Block<const Derived> topRightCorner(Index cRows, Index cCols) const function
102 inline Block<Derived, CRows, CCols> topRightCorner() function
107 /** This is the const version of topRightCorner<int, int>().*/
109 inline const Block<const Derived, CRows, CCols> topRightCorner() const function
132 inline Block<Derived, CRows, CCols> topRightCorner(Index cRows, Index cCols) function
137 /** This is the const version of topRightCorner<int, int>(Index, Index).*/
139 inline const Block<const Derived, CRows, CCols> topRightCorner(Index cRows, Index cCols) const function

Completed in 214 milliseconds