HomeSort by relevance Sort by last modified time
    Searched refs:maxX (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/core/paint/
InlinePainter.cpp 93 pixelSnappedBox.y() - (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
95 pixelSnappedBox.maxY() + (nextline.isEmpty() || thisline.x() <= nextline.x() || (nextline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
98 (lastline.isEmpty() || thisline.x() < lastline.x() || (lastline.maxX() - 1) <= thisline.x() ? outlineWidth : -outlineWidth),
99 (nextline.isEmpty() || thisline.x() <= nextline.x() || (nextline.maxX() - 1) <= thisline.x() ? outlineWidth : -outlineWidth),
104 pixelSnappedBox.maxX(),
105 pixelSnappedBox.y() - (lastline.isEmpty() || lastline.maxX() < thisline.maxX() || (thisline.maxX() - 1) <= lastline.x() ? outlineWidth : 0),
106 pixelSnappedBox.maxX() + outlineWidth,
107 pixelSnappedBox.maxY() + (nextline.isEmpty() || nextline.maxX() <= thisline.maxX() || (thisline.maxX() - 1) <= nextline.x() ? outlineWidth : 0)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntRect.cpp 53 && x() < other.maxX() && other.x() < maxX()
59 return x() <= other.x() && maxX() >= other.maxX()
67 int right = std::min(maxX(), other.maxX());
96 int right = std::max(maxX(), other.maxX());
117 int right = std::max(maxX(), other.maxX());
    [all...]
LayoutRect.cpp 51 && x() < other.maxX() && other.x() < maxX()
57 return x() <= other.x() && maxX() >= other.maxX()
64 LayoutPoint newMaxPoint(std::min(maxX(), other.maxX()), std::min(maxY(), other.maxY()));
87 LayoutPoint newMaxPoint(std::max(maxX(), other.maxX()), std::max(maxY(), other.maxY()));
104 LayoutPoint newMaxPoint(std::max(maxX(), other.maxX()), std::max(maxY(), other.maxY()))
    [all...]
FloatRect.cpp 62 && isWithinIntRange(maxX()) && isWithinIntRange(maxY());
69 && x() < other.maxX() && other.x() < maxX()
75 return x() <= other.x() && maxX() >= other.maxX()
83 return x() < point.x() && maxX() > point.x() && y() < point.y() && maxY() > point.y();
90 float right = std::min(maxX(), other.maxX());
121 float maxX = std::max(this->maxX(), other.maxX())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderOverflow.h 82 LayoutUnit maxX = std::max(rect.maxX(), m_layoutOverflow.maxX());
87 m_layoutOverflow.setWidth(maxX - minX);
89 m_layoutOverflow.setX(maxX - m_layoutOverflow.width());
95 LayoutUnit maxX = std::max(rect.maxX(), m_visualOverflow.maxX());
99 m_visualOverflow.setWidth(maxX - m_visualOverflow.x());
RenderRegion.cpp 81 LayoutUnit maxX = std::max(flowThreadPortionRect.maxX(), flowThreadOverflow.maxX());
82 clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY);
85 LayoutUnit maxX = isLastPortion ? std::max(flowThreadPortionRect.maxX(), flowThreadOverflow.maxX()) : flowThreadPortionRect.maxX();
88 clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY);
ScrollAlignment.cpp 86 if ((exposeRect.maxX() > visibleRect.maxX() && exposeRect.width() < visibleRect.width())
87 || (exposeRect.maxX() < visibleRect.maxX() && exposeRect.width() > visibleRect.width())) {
97 x = exposeRect.maxX() - visibleRect.width();
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrix_template.h 22 const unsigned maxX = s.fBitmap->width() - 1;
34 if (0 == maxX) {
42 if (tryDecal && can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) {
49 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
50 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
56 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
57 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
66 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
92 int maxX = s.fBitmap->width() - 1;
97 TileProc::X(s, SkFractionalIntToFixed(fx), maxX);
    [all...]
SkBitmapProcState_shaderproc.h 27 const unsigned maxX = s.fBitmap->width() - 1;
59 unsigned subX = TILEX_LOW_BITS(fx, maxX);
60 unsigned x0 = TILEX_PROCF(fx, maxX);
61 unsigned x1 = TILEX_PROCF((fx + oneX), maxX);
SkBitmapProcState_matrix.h 58 const unsigned maxX = s.fBitmap->width() - 1;
76 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) {
84 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
109 unsigned maxX = s.fBitmap->width() - 1;
115 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
126 unsigned maxX = s.fBitmap->width() - 1;
140 *xy++ = PACK_FILTER_X_NAME(srcXY[0] - (oneX >> 1), maxX,
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingConstraints.cpp 38 offset.setWidth(viewportRect.maxX() - m_viewportRectAtLastLayout.maxX());
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Vector2D.h 27 void limit(float maxX, float maxY);
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicLineSegments.cpp 33 double maxX = SkTMax(hodo2[1].x, hodo2[1].x);
35 double dist = sqrt(maxX * maxX + maxY * maxY);
TestUtilities.cpp 22 int index, minX, maxX, minY, maxY;
23 minX = maxX = minY = maxY = 0;
31 if (cubic[maxX].x < cubic[index].x) {
32 maxX = index;
38 return approximately_equal(cubic[maxX].x, cubic[minX].x)
LineUtilities.cpp 82 static void setMinMax(double x, int flags, double& minX, double& maxX) {
86 if (maxX < x && (flags & (kFindTopMax | kFindBottomMax))) {
87 maxX = x;
92 int flags, double& minX, double& maxX) {
103 // if p1.y > p2.y, maxX can be affected
109 setMinMax(x, topFlags, minX, maxX);
115 setMinMax(x, bottomFlags, minX, maxX);
QuadraticReduceOrder.cpp 67 int minX, int maxX, int minY, int maxY, Quadratic& reduction) {
87 bool useX = quad[maxX].x - quad[minX].x >= quad[maxY].y - quad[minY].y;
143 int index, minX, maxX, minY, maxY;
145 minX = maxX = minY = maxY = 0;
154 if (quad[maxX].x < quad[index].x) {
155 maxX = index;
178 int result = check_linear(quad, reduceStyle, minX, maxX, minY, maxY, reduction);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 69 float x2 = bounds.maxX();
79 x2 = bounds.maxX() - marginRadiusX + xi;
84 x2 = bounds.maxX() - marginRadiusX + xi;
BoxShape.cpp 66 return LineSegment(marginBounds.rect().x(), marginBounds.rect().maxX());
72 return LineSegment(rect.x(), rect.maxX());
74 float x1 = rect.maxX();
83 x2 = rect.maxX();
  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.cpp 38 int minX, int maxX, int minY, int maxY, SkDQuad& reduction) {
64 int index, minX, maxX, minY, maxY;
66 minX = maxX = minY = maxY = 0;
75 if (quad[maxX].fX < quad[index].fX) {
76 maxX = index;
99 int result = check_linear(quad, minX, maxX, minY, maxY, fQuad);
158 int minX, int maxX, int minY, int maxY, SkDCubic& reduction) {
204 int index, minX, maxX, minY, maxY;
206 minX = maxX = minY = maxY = 0;
215 if (cubic[maxX].fX < cubic[index].fX)
    [all...]
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 93 int maxX = mShapeX + mShapeW;
96 maxX = Math.max(mShapeX + mShapeW, maxX);
97 invalidate(minX, mShapeY, maxX, mShapeY + mShapeH);
Bouncer1.java 67 int maxX = mShapeX + mShapeW;
70 maxX = Math.max(mShapeX + mShapeW, maxX);
71 invalidate(minX, mShapeY, maxX, mShapeY + mShapeH);
Bouncer2.java 68 int maxX = mShapeX + mShapeW;
71 maxX = Math.max(mShapeX + mShapeW, maxX);
72 invalidate(minX, mShapeY, maxX, mShapeY + mShapeH);
Bouncer3.java 68 int maxX = mShapeX + mShapeW;
71 maxX = Math.max(mShapeX + mShapeW, maxX);
72 invalidate(minX, mShapeY, maxX, mShapeY + mShapeH);
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_neon.h 33 const unsigned maxX = s.fBitmap->width() - 1;
45 if (0 == maxX) {
55 if (can_truncate_to_fixed_for_decal(fx, dx, count, maxX)) {
87 fx8 = TILEX_PROCF_NEON8(lbase, hbase, maxX);
103 *xx++ = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX);
125 int maxX = s.fBitmap->width() - 1;
157 hi16.val[0] = TILEX_PROCF_NEON8(xbase, x2base, maxX);
178 TILEX_PROCF(SkFractionalIntToFixed(fx), maxX);
190 int maxX = s.fBitmap->width() - 1;
210 hi16.val[0] = TILEX_PROCF_NEON8(xy1.val[0], xy2.val[0], maxX);
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkDashPath.cpp 116 SkScalar maxX = pts[1].fX;
119 SkTSwap(minX, maxX);
122 SkASSERT(minX <= maxX);
123 if (maxX < bounds.fLeft || minX > bounds.fRight) {
135 if (maxX > bounds.fRight) {
136 maxX = bounds.fRight + SkScalarMod(maxX - bounds.fRight,
140 SkASSERT(maxX >= minX);
142 SkTSwap(minX, maxX);
145 pts[1].fX = maxX;
    [all...]

Completed in 629 milliseconds

1 2 3 4 5 6 7