HomeSort by relevance Sort by last modified time
    Searched refs:TopLeft (Results 1 - 13 of 13) 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/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 110 U032 TopLeft;
124 U032 TopLeft;
149 U032 TopLeft;
168 U032 TopLeft;
174 U032 TopLeft;
180 U032 TopLeft;
186 U032 TopLeft;
196 U032 TopLeft;
207 U032 TopLeft;
SDL_fbriva.c 100 Bitmap->UnclippedRectangle[0].TopLeft = (dstX << 16) | dstY;
  /external/chromium_org/third_party/WebKit/Source/core/css/
BasicShapeFunctions.cpp 45 if (center.direction() == BasicShapeCenterCoordinate::TopLeft)
167 direction = BasicShapeCenterCoordinate::TopLeft;
174 direction = BasicShapeCenterCoordinate::TopLeft;
179 direction = BasicShapeCenterCoordinate::TopLeft;
274 p.setX(centerX.direction() == BasicShapeCenterCoordinate::TopLeft ? offset : boxSize.width() - offset);
276 p.setY(centerY.direction() == BasicShapeCenterCoordinate::TopLeft ? offset : boxSize.height() - offset);
  /external/eigen/test/
eigen2support.cpp 39 VERIFY_IS_EQUAL((m1.corner(TopLeft,1,1)), (m1.block(0,0,1,1)));
40 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/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.h 81 TopLeft,
85 : m_direction(TopLeft)
113 return BasicShapeCenterCoordinate(TopLeft, m_computedLength.blend(other.m_computedLength, progress, ValueRangeAll));
BasicShapes.cpp 43 if (m_direction == TopLeft) {
  /external/eigen/Eigen/src/Core/util/
Constants.h 201 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight };
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 245 TopLeft(p), FXT_RECT::width = width, FXT_RECT::height = height;
249 TopLeft(p1), FXT_RECT::width = p2.x - p1.x, FXT_RECT::height = p2.y - p1.y, FXT_RECT::Normalize();
253 TopLeft(p), FXT_RECT::width = v.x, FXT_RECT::height = v.y, FXT_RECT::Normalize();
379 FXT_POINT TopLeft() const
407 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 48 TopLeft=2, TopRight=3,
138 * BottomLeft, BottomRight, TopLeft, TopRight.
  /external/chromium_org/ash/wm/
toplevel_window_event_handler_unittest.cc 210 TEST_F(ToplevelWindowEventHandlerTest, TopLeft) {

Completed in 907 milliseconds