OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bottomLeftCorner
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/plugins/
BlockMethods.h
214
inline Block<Derived>
bottomLeftCorner
(Index cRows, Index cCols)
219
/** This is the const version of
bottomLeftCorner
(Index, Index).*/
220
inline const Block<const Derived>
bottomLeftCorner
(Index cRows, Index cCols) const
235
inline Block<Derived, CRows, CCols>
bottomLeftCorner
()
240
/** This is the const version of
bottomLeftCorner
<int, int>().*/
242
inline const Block<const Derived, CRows, CCols>
bottomLeftCorner
() const
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.h
100
FloatRect
bottomLeftCorner
() const
Completed in 78 milliseconds