Searched refs:maxX (Results 1 - 25 of 177) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DInlinePainter.cpp93 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() <
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRect.cpp53 && 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...]
H A DLayoutRect.cpp51 && 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()), st
[all...]
H A DFloatRect.cpp62 && 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(), othe local
144 float maxX = std::max(this->maxX(), p.x()); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderOverflow.h82 LayoutUnit maxX = std::max(rect.maxX(), m_layoutOverflow.maxX()); local
87 m_layoutOverflow.setWidth(maxX - minX);
89 m_layoutOverflow.setX(maxX - m_layoutOverflow.width());
95 LayoutUnit maxX = std::max(rect.maxX(), m_visualOverflow.maxX()); local
99 m_visualOverflow.setWidth(maxX - m_visualOverflow.x());
H A DRenderRegion.cpp81 LayoutUnit maxX = std::max(flowThreadPortionRect.maxX(), flowThreadOverflow.maxX()); local
82 clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY);
85 LayoutUnit maxX = isLastPortion ? std::max(flowThreadPortionRect.maxX(), flowThreadOverflow.maxX()) : flowThreadPortionRect.maxX(); local
88 clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY);
H A DScrollAlignment.cpp86 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/
H A DSkBitmapProcState_matrix_template.h22 const unsigned maxX = s.fBitmap->width() - 1; local
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; local
97 TileProc::X(s, SkFractionalIntToFixed(fx), maxX);
107 int maxX = s.fBitmap->width() - 1; local
[all...]
H A DSkBitmapProcState_shaderproc.h27 const unsigned maxX = s.fBitmap->width() - 1; local
59 unsigned subX = TILEX_LOW_BITS(fx, maxX);
60 unsigned x0 = TILEX_PROCF(fx, maxX);
61 unsigned x1 = TILEX_PROCF((fx + oneX), maxX);
/external/skia/src/core/
H A DSkBitmapProcState_matrix_template.h22 const unsigned maxX = s.fBitmap->width() - 1; local
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; local
97 TileProc::X(s, SkFractionalIntToFixed(fx), maxX);
107 int maxX = s.fBitmap->width() - 1; local
[all...]
H A DSkBitmapProcState_shaderproc.h27 const unsigned maxX = s.fBitmap->width() - 1; local
59 unsigned subX = TILEX_LOW_BITS(fx, maxX);
60 unsigned x0 = TILEX_PROCF(fx, maxX);
61 unsigned x1 = TILEX_PROCF((fx + oneX), maxX);
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingConstraints.cpp38 offset.setWidth(viewportRect.maxX() - m_viewportRectAtLastLayout.maxX());
/external/chromium_org/chrome/test/chromedriver/js/
H A Dget_element_region.js52 var maxX = minX;
59 maxX = Math.max(maxX, x);
65 'width': maxX - minX,
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicLineSegments.cpp33 double maxX = SkTMax(hodo2[1].x, hodo2[1].x); local
35 double dist = sqrt(maxX * maxX + maxY * maxY);
H A DTestUtilities.cpp22 int index, minX, maxX, minY, maxY; local
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)
H A DLineUtilities.cpp82 static void setMinMax(double x, int flags, double& minX, double& maxX) { argument
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);
91 x_at(const _Point& p1, const _Point& p2, double top, double bottom, int flags, double& minX, double& maxX) argument
/external/skia/experimental/Intersection/
H A DCubicLineSegments.cpp33 double maxX = SkTMax(hodo2[1].x, hodo2[1].x); local
35 double dist = sqrt(maxX * maxX + maxY * maxY);
H A DTestUtilities.cpp22 int index, minX, maxX, minY, maxY; local
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)
H A DLineUtilities.cpp82 static void setMinMax(double x, int flags, double& minX, double& maxX) { argument
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);
91 x_at(const _Point& p1, const _Point& p2, double top, double bottom, int flags, double& minX, double& maxX) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DRectangleShape.cpp69 float x2 = bounds.maxX();
79 x2 = bounds.maxX() - marginRadiusX + xi;
84 x2 = bounds.maxX() - marginRadiusX + xi;
H A DBoxShape.cpp66 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/
H A DSkReduceOrder.cpp38 int minX, int maxX, int minY, int maxY, SkDQuad& reduction) {
64 int index, minX, maxX, minY, maxY; local
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; local
206 minX = maxX = minY = maxY = 0;
215 if (cubic[maxX]
37 check_linear(const SkDQuad& quad, int minX, int maxX, int minY, int maxY, SkDQuad& reduction) argument
157 check_linear(const SkDCubic& cubic, int minX, int maxX, int minY, int maxY, SkDCubic& reduction) argument
[all...]
/external/skia/src/pathops/
H A DSkReduceOrder.cpp38 int minX, int maxX, int minY, int maxY, SkDQuad& reduction) {
64 int index, minX, maxX, minY, maxY; local
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; local
206 minX = maxX = minY = maxY = 0;
215 if (cubic[maxX]
37 check_linear(const SkDQuad& quad, int minX, int maxX, int minY, int maxY, SkDQuad& reduction) argument
157 check_linear(const SkDCubic& cubic, int minX, int maxX, int minY, int maxY, SkDCubic& reduction) argument
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java104 final float maxX;
111 maxX = Math.max(getMaxX(), other.getMaxX());
116 maxX = other.getMaxX();
121 final float horizontalDelta = maxX - minX;
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrix_neon.h33 const unsigned maxX = s.fBitmap->width() - 1; local
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; local
157 hi16.val[0] = TILEX_PROCF_NEON8(xbase, x2base, maxX);
178 TILEX_PROCF(SkFractionalIntToFixed(fx), maxX);
190 int maxX = s.fBitmap->width() - 1; local
210 hi16.val[0] = TILEX_PROCF_NEON8(xy1.val[0], xy2.val[0], maxX);
296 const unsigned maxX = s.fBitmap->width() - 1; local
372 unsigned maxX = s.fBitmap->width() - 1; local
423 unsigned maxX = s.fBitmap->width() - 1; local
[all...]

Completed in 536 milliseconds

12345678