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

  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 48 TopLeft=2, TopRight=3,
138 * BottomLeft, BottomRight, TopLeft, TopRight.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.h 81 TopLeft,
85 BasicShapeCenterCoordinate(Direction direction = TopLeft, const Length& length = Length(0, Fixed))
88 , m_computedLength(direction == TopLeft ? length : length.subtractFromOneHundredPercent())
107 return BasicShapeCenterCoordinate(TopLeft, m_computedLength.blend(other.m_computedLength, progress, ValueRangeAll));
  /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/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;

Completed in 172 milliseconds