setX              274 Source/core/css/BasicShapeFunctions.cpp     p.setX(centerX.direction() == BasicShapeCenterCoordinate::TopLeft ? offset : boxSize.width() - offset);
setX              101 Source/core/css/CSSCursorImageValue.cpp         m_hotSpot.setX(static_cast<int>(x));
setX              429 Source/core/css/CSSGradientValue.cpp         result.setX(positionFromValue(horizontal, conversionData, size, true));
setX              666 Source/core/css/CSSGradientValue.cpp                     secondPoint.setX(size.width() - firstPoint.x());
setX              674 Source/core/css/CSSGradientValue.cpp                 secondPoint.setX(size.width() - firstPoint.x());
setX              693 Source/core/css/CSSGradientValue.cpp                     firstPoint.setX(size.width() - secondPoint.x());
setX              999 Source/core/css/CSSGradientValue.cpp         firstPoint.setX(size.width() / 2);
setX             1005 Source/core/css/CSSGradientValue.cpp         secondPoint.setX(size.width() / 2);
setX               50 Source/core/frame/DOMPoint.h     void setX(float x) { m_x = x; }
setX              277 Source/core/frame/DOMWindow.cpp         window.setX(pendingChanges.x());
setX              293 Source/core/frame/DOMWindow.cpp     window.setX(max(screen.x(), min(window.x(), screen.maxX() - window.width())));
setX             2241 Source/core/html/canvas/CanvasRenderingContext2D.cpp         location.setX(location.x() - width / 2);
setX             2244 Source/core/html/canvas/CanvasRenderingContext2D.cpp         location.setX(location.x() - width);
setX              178 Source/core/html/shadow/SliderThumbElement.cpp         thumbLocation.setX(thumbLocation.x() + offset);
setX              180 Source/core/html/shadow/SliderThumbElement.cpp         thumbLocation.setX(thumbLocation.x() - offset);
setX              134 Source/core/html/track/vtt/VTTRegion.cpp     m_regionAnchor.setX(value);
setX              150 Source/core/html/track/vtt/VTTRegion.cpp     m_viewportAnchor.setX(value);
setX               83 Source/core/inspector/InspectorLayerTreeAgent.cpp         .setX(rect.x)
setX              206 Source/core/inspector/InspectorLayerTreeAgent.cpp         .setX(rect.x())
setX              115 Source/core/loader/HistoryItem.cpp     m_scrollPoint.setX(0);
setX               97 Source/core/page/CreateWindow.cpp         windowRect.setX(features.x);
setX              821 Source/core/page/DragController.cpp         origin.setX((int)(dx + 0.5));
setX              309 Source/core/page/SpatialNavigation.cpp         containerViewportRect.setX(containerViewportRect.x() - ScrollableArea::pixelsPerLineStep());
setX              546 Source/core/page/SpatialNavigation.cpp         exitPoint.setX(startingRect.x());
setX              547 Source/core/page/SpatialNavigation.cpp         entryPoint.setX(potentialRect.maxX());
setX              554 Source/core/page/SpatialNavigation.cpp         exitPoint.setX(startingRect.maxX());
setX              555 Source/core/page/SpatialNavigation.cpp         entryPoint.setX(potentialRect.x());
setX              582 Source/core/page/SpatialNavigation.cpp             exitPoint.setX(startingRect.x());
setX              583 Source/core/page/SpatialNavigation.cpp             entryPoint.setX(potentialRect.maxX());
setX              585 Source/core/page/SpatialNavigation.cpp             exitPoint.setX(startingRect.maxX());
setX              586 Source/core/page/SpatialNavigation.cpp             entryPoint.setX(potentialRect.x());
setX              588 Source/core/page/SpatialNavigation.cpp             exitPoint.setX(max(startingRect.x(), potentialRect.x()));
setX              589 Source/core/page/SpatialNavigation.cpp             entryPoint.setX(exitPoint.x());
setX              705 Source/core/page/SpatialNavigation.cpp         virtualStartingRect.setX(virtualStartingRect.maxX() - width);
setX              375 Source/core/page/TouchAdjustment.cpp         point.setX(rect.x());
setX              377 Source/core/page/TouchAdjustment.cpp         point.setX(rect.maxX());
setX               71 Source/core/rendering/FloatingObjects.h     void setX(LayoutUnit x) { ASSERT(!isInPlacedTree()); m_frameRect.setX(x); }
setX              190 Source/core/rendering/InlineBox.h     void setX(float x) { m_topLeft.setX(x); }
setX              213 Source/core/rendering/InlineBox.h             setX(left);
setX              230 Source/core/rendering/InlineBox.h             setX(top);
setX             1243 Source/core/rendering/InlineFlowBox.cpp             rect.setX(logicalTop);
setX             1258 Source/core/rendering/InlineFlowBox.cpp             clipRect.setX(paintRect.x() - outsets.left());
setX             1264 Source/core/rendering/InlineFlowBox.cpp         clipRect.setX(paintRect.x() - outsets.left());
setX              818 Source/core/rendering/InlineTextBox.cpp     rect.setX(floorf(rect.x()));
setX             1053 Source/core/rendering/InlineTextBox.cpp             controlPoint1.setX(x + step);
setX             1054 Source/core/rendering/InlineTextBox.cpp             controlPoint2.setX(x + step);
setX             1353 Source/core/rendering/RenderBlock.cpp                     blockRect.setX(currentBlock->width() - blockRect.maxX());
setX             1831 Source/core/rendering/RenderBlock.cpp                 ruleRect.setX(width() - ruleRect.maxX());
setX             3319 Source/core/rendering/RenderBlock.cpp                         point.setX(colRect.x());
setX             3321 Source/core/rendering/RenderBlock.cpp                         point.setX(colRect.maxX() - 1);
setX             3455 Source/core/rendering/RenderBlock.cpp         rect.setX(expandedLogicalHeight - rect.maxX());
setX              483 Source/core/rendering/RenderBlockFlow.cpp         child->setX(logicalLeft);
setX              500 Source/core/rendering/RenderBlockFlow.cpp         child->setX(logicalTop);
setX              140 Source/core/rendering/RenderBlockFlow.h             floatingObject->setX(logicalTop);
setX              145 Source/core/rendering/RenderBlockFlow.h             floatingObject->setX(logicalLeft);
setX              510 Source/core/rendering/RenderBox.cpp                         newRect.setX(rect.x() - frameView->scrollX() + frameView->x());
setX              667 Source/core/rendering/RenderBox.cpp             result.setX(box.x() - reflectionOffset() - box.width() + (box.maxX() - r.maxX()));
setX              670 Source/core/rendering/RenderBox.cpp             result.setX(box.maxX() + reflectionOffset() + (box.maxX() - r.maxX()));
setX             4015 Source/core/rendering/RenderBox.cpp         rect.setX(rect.x() + borderLeft() + paddingLeft());
setX             4416 Source/core/rendering/RenderBox.cpp         rect.setX(width() - rect.maxX());
setX             4468 Source/core/rendering/RenderBox.cpp         rect.setX(width() - rect.maxX());
setX             4549 Source/core/rendering/RenderBox.cpp         rect.setX(width() - rect.maxX());
setX             4595 Source/core/rendering/RenderBox.cpp         rect.setX(width() - rect.maxX());
setX              103 Source/core/rendering/RenderBox.h     void setX(LayoutUnit x) { m_frameRect.setX(x); }
setX              125 Source/core/rendering/RenderBox.h             setX(left);
setX              134 Source/core/rendering/RenderBox.h             setX(top);
setX              913 Source/core/rendering/RenderBoxModelObject.cpp     m_phase.setX(-min(xOffset, 0));
setX             1382 Source/core/rendering/RenderBoxModelObject.cpp     topRightRect.setX(boundingRect.maxX() - topRightRect.width());
setX             1392 Source/core/rendering/RenderBoxModelObject.cpp     bottomRightRect.setX(boundingRect.maxX() - bottomRightRect.width());
setX              241 Source/core/rendering/RenderBoxModelObject.h         void setPhaseX(int x) { m_phase.setX(x); }
setX              159 Source/core/rendering/RenderFieldset.cpp         paintRect.setX(paintRect.x() + xOff);
setX              626 Source/core/rendering/RenderFlowThread.cpp                     blockRect.setX(currentBlock->width() - blockRect.maxX());
setX             1575 Source/core/rendering/RenderInline.cpp     region.bounds.setX(absPos.x() + region.bounds.x());
setX              366 Source/core/rendering/RenderListItem.cpp                     newLogicalVisualOverflowRect.setX(markerLogicalLeft);
setX              372 Source/core/rendering/RenderListItem.cpp                     newLogicalLayoutOverflowRect.setX(markerLogicalLeft);
setX             1817 Source/core/rendering/RenderListMarker.cpp         relativeRect.setX(width() - relativeRect.x() - relativeRect.width());
setX              555 Source/core/rendering/RenderMultiColumnSet.cpp         translationOffset.setX(inlineOffset);
setX               89 Source/core/rendering/RenderOverflow.h     m_layoutOverflow.setX(maxX - m_layoutOverflow.width());
setX               97 Source/core/rendering/RenderOverflow.h     m_visualOverflow.setX(std::min(rect.x(), m_visualOverflow.x()));
setX              341 Source/core/rendering/RenderScrollbar.cpp         rect.setX(rect.x() + partRenderer->marginLeft());
setX              101 Source/core/rendering/RenderScrollbarTheme.cpp         result.setX(backRect.x());
setX             1403 Source/core/rendering/RenderTable.cpp             rect.setX(location.x());
setX             1299 Source/core/rendering/RenderTableSection.cpp         tableAlignedRect.setX(columnPos[columnPos.size() - 1] - tableAlignedRect.maxX());
setX             1737 Source/core/rendering/RenderTableSection.cpp         cellLocation.setX(table()->columnPositions()[table()->numEffCols()] - table()->columnPositions()[table()->colToEffCol(cell->col() + cell->colSpan())] + horizontalBorderSpacing);
setX             1739 Source/core/rendering/RenderTableSection.cpp         cellLocation.setX(table()->columnPositions()[effectiveColumn] + horizontalBorderSpacing);
setX              341 Source/core/rendering/RenderText.cpp                 r.setX(box->x());
setX              372 Source/core/rendering/RenderText.cpp                     r.setX(selectionRect.x().toFloat());
setX              455 Source/core/rendering/RenderText.cpp                     r.setX(selectionRect.x().toFloat());
setX               99 Source/core/rendering/RenderTextControlMultiLine.cpp     placeholderBox->setX(borderLeft() + paddingLeft());
setX               82 Source/core/rendering/RenderTextControlSingleLine.cpp             contentsRect.setX((width() - contentsRect.width()) / 2);
setX              907 Source/core/rendering/RenderTheme.cpp     trackBounds.setX(trackBounds.x() - sliderBounds.x() + rect.x());
setX              919 Source/core/rendering/RenderTheme.cpp         tickRect.setX(floor(rect.x() + rect.width() / 2.0 + sliderTickOffsetFromTrackCenter() * zoomFactor));
setX              937 Source/core/rendering/RenderTheme.cpp             tickRect.setX(tickPosition);
setX              123 Source/core/rendering/RenderVTTCue.cpp         setX(x() + position);
setX              192 Source/core/rendering/RenderVTTCue.cpp         setX(x() + step);
setX              199 Source/core/rendering/RenderVTTCue.cpp     setX(m_fallbackPosition.x());
setX              476 Source/core/rendering/RenderView.cpp             rect.setX(viewWidth() - rect.maxX());
setX             1683 Source/core/rendering/compositing/CompositedLayerMapping.cpp     origin.setX(floatValueForLength(style->transformOriginX(), borderBox.width()));
setX             1698 Source/core/rendering/compositing/CompositedLayerMapping.cpp     origin.setX(floatValueForLength(style->perspectiveOriginX(), boxWidth));
setX              134 Source/core/rendering/svg/SVGRootInlineBox.cpp             textBox->setX(boxRect.x());
setX              147 Source/core/rendering/svg/SVGRootInlineBox.cpp             flowBox->setX(boxRect.x());
setX              175 Source/core/rendering/svg/SVGRootInlineBox.cpp     setX(0);
setX              119 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp     glyphOrigin.setX(svgFontData->horizontalOriginX() * scale);
setX              146 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp             glyphOrigin.setX(svgGlyph.verticalOriginX * scale);
setX               66 Source/core/svg/PatternAttributes.h     void setX(PassRefPtr<SVGLength> value)
setX              114 Source/core/svg/SVGFEDiffuseLightingElement.cpp         return lightSource->setX(lightElement->x()->currentValue()->value());
setX              121 Source/core/svg/SVGFESpecularLightingElement.cpp         return lightSource->setX(lightElement->x()->currentValue()->value());
setX               42 Source/core/svg/SVGGlyphRefElement.h     void setX(float);
setX              140 Source/core/svg/SVGPathBlender.cpp     m_fromCurrentPoint.setX(m_fromMode == AbsoluteCoordinates ? fromX : m_fromCurrentPoint.x() + fromX);
setX              141 Source/core/svg/SVGPathBlender.cpp     m_toCurrentPoint.setX(m_toMode == AbsoluteCoordinates ? toX : m_toCurrentPoint.x() + toX);
setX               95 Source/core/svg/SVGPathParser.cpp             m_currentPoint.setX(toX);
setX               43 Source/core/svg/SVGPathSegArc.h     void setX(float x)
setX               42 Source/core/svg/SVGPathSegCurvetoCubic.h     void setX(float x)
setX               40 Source/core/svg/SVGPathSegCurvetoCubicSmooth.h     void setX(float x)
setX               40 Source/core/svg/SVGPathSegCurvetoQuadratic.h     void setX(float x)
setX               37 Source/core/svg/SVGPathSegLinetoHorizontal.h     void setX(float x)
setX               42 Source/core/svg/SVGPathSegWithContext.h     void setX(float x)
setX              151 Source/core/svg/SVGPatternElement.cpp         attributes.setX(element->x()->currentValue());
setX               64 Source/core/svg/SVGPoint.h     void setX(float f) { m_value.setX(f); }
setX               54 Source/core/svg/SVGPointTearOff.cpp     target()->setX(f);
setX               49 Source/core/svg/SVGPointTearOff.h     void setX(float, ExceptionState&);
setX              245 Source/core/svg/SVGPreserveAspectRatio.cpp                 destRect.setX(destRect.x() + origDestWidth / 2 - destRect.width() / 2);
setX              250 Source/core/svg/SVGPreserveAspectRatio.cpp                 destRect.setX(destRect.x() + origDestWidth - destRect.width());
setX              287 Source/core/svg/SVGPreserveAspectRatio.cpp                 srcRect.setX(srcRect.x() + imageSize.width() / 2 - srcRect.width() / 2);
setX              292 Source/core/svg/SVGPreserveAspectRatio.cpp                 srcRect.setX(srcRect.x() + imageSize.width() - srcRect.width());
setX               61 Source/core/svg/SVGRect.h     void setX(float f) { m_value.setX(f); }
setX               53 Source/core/svg/SVGRectTearOff.cpp     target()->setX(f);
setX               47 Source/core/svg/SVGRectTearOff.h     void setX(float, ExceptionState&);
setX              194 Source/platform/DragImage.cpp         textPos.setX(availableWidth - ceilf(textWidth));
setX               52 Source/platform/LengthPoint.h     void setX(Length x) { m_x = x; }
setX              123 Source/platform/geometry/FloatPoint.cpp     intersection.setX(p1.x() + param * pxLength);
setX               67 Source/platform/geometry/FloatPoint.h     void setX(float x) { m_x = x; }
setX               61 Source/platform/geometry/FloatPoint3D.h     void setX(float x) { m_x = x; }
setX              134 Source/platform/geometry/FloatQuad.cpp         point.setX(rect.x());
setX              136 Source/platform/geometry/FloatQuad.cpp         point.setX(rect.maxX());
setX              152 Source/platform/geometry/FloatRect.cpp     m_location.setX(x() * sx);
setX               80 Source/platform/geometry/FloatRect.h     void setX(float x) { m_location.setX(x); }
setX              103 Source/platform/geometry/FloatRect.h         setX(edge);
setX              147 Source/platform/geometry/FloatRect.h         m_location.setX(m_location.x() - dx);
setX               54 Source/platform/geometry/IntPoint.h     void setX(int x) { m_x = x; }
setX               78 Source/platform/geometry/IntRect.cpp     m_location.setX(left);
setX               99 Source/platform/geometry/IntRect.cpp     m_location.setX(left);
setX              120 Source/platform/geometry/IntRect.cpp     m_location.setX(left);
setX              128 Source/platform/geometry/IntRect.cpp     m_location.setX((int)(x() * s));
setX               74 Source/platform/geometry/IntRect.h     void setX(int x) { m_location.setX(x); }
setX               97 Source/platform/geometry/IntRect.h         setX(edge);
setX              137 Source/platform/geometry/IntRect.h         m_location.setX(m_location.x() - dx);
setX               53 Source/platform/geometry/LayoutPoint.h     void setX(LayoutUnit x) { m_x = x; }
setX               79 Source/platform/geometry/LayoutRect.h     void setX(LayoutUnit x) { m_location.setX(x); }
setX              112 Source/platform/geometry/LayoutRect.h         setX(edge);
setX              152 Source/platform/geometry/LayoutRect.h         m_location.setX(m_location.x() - dx);
setX               72 Source/platform/graphics/GradientGeneratedImage.cpp         tileDstRect.setX(dstX);
setX               74 Source/platform/graphics/GradientGeneratedImage.cpp         visibleSrcRect.setX((tileDstRect.x() - phase.x()) / scale.width() - i * stepX);
setX             1694 Source/platform/graphics/GraphicsContext.cpp             p1.setX(p1.x() + strokeWidth);
setX             1695 Source/platform/graphics/GraphicsContext.cpp             p2.setX(p2.x() - strokeWidth);
setX             1702 Source/platform/graphics/GraphicsContext.cpp             p1.setX(p1.x() + 0.5f);
setX             1703 Source/platform/graphics/GraphicsContext.cpp             p2.setX(p2.x() + 0.5f);
setX              109 Source/platform/graphics/Image.cpp         norm.setX(norm.x() + norm.width());
setX              145 Source/platform/graphics/Image.cpp     oneTileRect.setX(destRect.x() + fmodf(fmodf(-srcPoint.x(), actualTileSize.width()) - actualTileSize.width(), actualTileSize.width()));
setX              152 Source/platform/graphics/Image.cpp         visibleSrcRect.setX((destRect.x() - oneTileRect.x()) / scale.width());
setX              102 Source/platform/graphics/Path.cpp         dst[i].setX(SkScalarToFloat(src[i].fX));
setX              261 Source/platform/graphics/Path.cpp         result.setX(SkScalarToFloat(skResult.fX));
setX               42 Source/platform/graphics/filters/DistantLightSource.cpp     paintingData.lightVector.setX(cosf(azimuth) * cosf(elevation));
setX               80 Source/platform/graphics/filters/FELighting.cpp     normalVector.setX(-(center << 1) + (right << 1) - bottom + bottomRight);
setX               93 Source/platform/graphics/filters/FELighting.cpp     normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight);
setX              104 Source/platform/graphics/filters/FELighting.cpp     normalVector.setX(-(left << 1) + (center << 1) - bottomLeft + bottom);
setX              118 Source/platform/graphics/filters/FELighting.cpp     normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight);
setX              134 Source/platform/graphics/filters/FELighting.cpp     normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight);
setX              148 Source/platform/graphics/filters/FELighting.cpp     normalVector.setX(-topLeft + top - (left << 1) + (center << 1) - bottomLeft + bottom);
setX              159 Source/platform/graphics/filters/FELighting.cpp     normalVector.setX(-top + topRight - (center << 1) + (right << 1));
setX              172 Source/platform/graphics/filters/FELighting.cpp     normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1));
setX              183 Source/platform/graphics/filters/FELighting.cpp     normalVector.setX(-topLeft + top - (left << 1) + (center << 1));
setX              208 Source/platform/graphics/filters/FELighting.cpp         normalVector.setX(factorX * static_cast<float>(normal2DVector.x()) * data.surfaceScale);
setX              313 Source/platform/graphics/filters/FELighting.cpp     scale->setX(initialEffectRect.width() > 0.0f && initialEffectRect.width() > 0.0f ? absoluteEffectRect.width() / initialEffectRect.width() : 1.0f);
setX              100 Source/platform/graphics/filters/FETile.cpp         result.setX(boundaries.x());
setX              308 Source/platform/graphics/filters/FETurbulence.cpp         noiseVector.setX(noiseVector.x() * 2);
setX              340 Source/platform/graphics/filters/FETurbulence.cpp         point.setX(filterRegion.x());
setX              342 Source/platform/graphics/filters/FETurbulence.cpp             point.setX(point.x() + 1);
setX              122 Source/platform/graphics/filters/FilterEffect.cpp         sourceClipRect.setX(boundaries.x());
setX              516 Source/platform/graphics/filters/FilterEffect.cpp         subregion.setX(boundaries.x());
setX              549 Source/platform/graphics/filters/FilterEffect.cpp         rect.setX(boundaries.x());
setX               80 Source/platform/graphics/filters/LightSource.h     virtual bool setX(float) { return false; }
setX               44 Source/platform/graphics/filters/PointLightSource.cpp     paintingData.lightVector.setX(m_position.x() - x);
setX               54 Source/platform/graphics/filters/PointLightSource.cpp     m_position.setX(x);
setX               44 Source/platform/graphics/filters/PointLightSource.h     virtual bool setX(float) OVERRIDE;
setX               46 Source/platform/graphics/filters/SpotLightSource.cpp     paintingData.directionVector.setX(m_direction.x() - m_position.x());
setX               67 Source/platform/graphics/filters/SpotLightSource.cpp     paintingData.lightVector.setX(m_position.x() - x);
setX               75 Source/platform/graphics/filters/SpotLightSource.cpp         paintingData.colorVector.setX(0.0f);
setX               95 Source/platform/graphics/filters/SpotLightSource.cpp     paintingData.colorVector.setX(paintingData.privateColorVector.x() * lightStrength);
setX              104 Source/platform/graphics/filters/SpotLightSource.cpp     m_position.setX(x);
setX              128 Source/platform/graphics/filters/SpotLightSource.cpp     m_direction.setX(pointsAtX);
setX               50 Source/platform/graphics/filters/SpotLightSource.h     virtual bool setX(float) OVERRIDE;
setX              109 Source/platform/image-decoders/bmp/BMPImageReader.cpp         m_coord.setX(0);
setX              933 Source/platform/scroll/ScrollView.cpp         verticalOverhangRect.setX(frameRect().x());
setX              942 Source/platform/scroll/ScrollView.cpp         verticalOverhangRect.setX(frameRect().maxX() - width - verticalScrollbarWidth);
setX              133 Source/platform/scroll/ScrollbarThemeOverlay.cpp             thumbRect.setX(thumbRect.x() + m_scrollbarMargin);
setX               71 Source/web/PopupContainer.cpp     relativePos.setX(pos.x());
setX               83 Source/web/PopupContainer.cpp     relativePos.setX(pos.x());
setX              114 Source/web/PopupContainer.cpp         inverseWidgetRectInScreen.setX(inverseWidgetRectInScreen.x() + (isRTL ? -rtlOffset : rtlOffset));
setX              127 Source/web/PopupContainer.cpp             widgetRectInScreen.setX(screen.x());
setX             2538 Source/web/WebViewImpl.cpp         newScroll.setX(textboxRectInDocumentCoordinates.x() - min<int>(idealLeftPadding, maxLeftPaddingKeepingBoxOnscreen));
setX             2542 Source/web/WebViewImpl.cpp         newScroll.setX(max<int>(textboxRectInDocumentCoordinates.x(), caretInDocumentCoordinates.x() + caretInDocumentCoordinates.width() + caretPadding - viewWidth));
setX              136 Source/web/painting/PaintAggregator.cpp             damagedRect.setX(scrollRect.x());
setX              139 Source/web/painting/PaintAggregator.cpp             damagedRect.setX(scrollRect.maxX() + dx);
setX              144 Source/web/painting/PaintAggregator.cpp         damagedRect.setX(scrollRect.x());