OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TopLeft
(Results
1 - 9
of
9
) sorted by null
/external/eigen/Eigen/src/Eigen2Support/
Block.h
18
* \param type the type of corner. Can be \a Eigen::
TopLeft
, \a Eigen::TopRight,
40
case
TopLeft
:
60
case
TopLeft
:
73
* \param type the type of corner. Can be \a Eigen::
TopLeft
, \a Eigen::TopRight,
92
case
TopLeft
:
113
case
TopLeft
:
/external/eigen/test/
eigen2support.cpp
40
VERIFY_IS_EQUAL((m1.corner(
TopLeft
,1,1)), (m1.block(0,0,1,1)));
41
VERIFY_IS_EQUAL((m1.template corner<1,1>(
TopLeft
)), (m1.template block<1,1>(0,0)));
geo_alignedbox.cpp
124
Vector2f
topLeft
;
topLeft
<< m[0], M[1];
126
VERIFY_IS_APPROX(
topLeft
, box.corner( BoxType::
TopLeft
) );
/external/eigen/Eigen/src/Core/util/
Constants.h
201
enum CornerType {
TopLeft
, TopRight, BottomLeft, BottomRight };
/external/pdfium/core/include/fxcrt/
fx_coordinates.h
202
TopLeft
(p), FXT_RECT::width = width, FXT_RECT::height = height;
205
TopLeft
(p1), FXT_RECT::width = p2.x - p1.x, FXT_RECT::height = p2.y - p1.y,
209
TopLeft
(p), FXT_RECT::width = v.x, FXT_RECT::height = v.y,
292
FXT_POINT
TopLeft
() const {
316
void
TopLeft
(FXT_POINT tl) {
/external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h
422
m_matrix.template corner<Dim,HDim>(
TopLeft
) *= s;
717
res.template corner<Dim,Dim>(
TopLeft
) = linear().inverse();
721
res.template corner<Dim,Dim>(
TopLeft
) = linear().transpose();
728
res.template corner<Dim,1>(TopRight) = - res.template corner<Dim,Dim>(
TopLeft
) * translation();
/external/eigen/Eigen/src/Geometry/
AlignedBox.h
51
TopLeft
=2, TopRight=3,
142
* BottomLeft, BottomRight,
TopLeft
, TopRight.
/external/pdfium/xfa/src/fdp/src/fde/
fde_geobject.cpp
249
MoveTo(rect.
TopLeft
());
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp
[
all
...]
Completed in 860 milliseconds