offsetX           783 Source/core/accessibility/AXObject.cpp     int offsetX = 0, offsetY = 0;
offsetX           797 Source/core/accessibility/AXObject.cpp         objectRect.move(offsetX, offsetY);
offsetX           818 Source/core/accessibility/AXObject.cpp             offsetX -= (scrollPosition.x() + point.x());
offsetX           823 Source/core/accessibility/AXObject.cpp             offsetX = 0;
offsetX            47 Source/core/events/MouseRelatedEvent.h         int offsetX();
offsetX           105 Source/core/html/forms/ImageInputType.cpp     return IntPoint(mouseEvent->offsetX(), mouseEvent->offsetY());
offsetX           906 Source/core/rendering/style/RenderStyle.cpp     float offsetX = transformOriginX().type() == Percent ? boundingBox.x() : 0;
offsetX           910 Source/core/rendering/style/RenderStyle.cpp         transform.translate3d(floatValueForLength(transformOriginX(), boundingBox.width()) + offsetX,
offsetX           920 Source/core/rendering/style/RenderStyle.cpp         transform.translate3d(-floatValueForLength(transformOriginX(), boundingBox.width()) - offsetX,
offsetX           283 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp inline void HarfBuzzShaper::HarfBuzzRun::setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY)
offsetX           287 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     m_offsets[index] = FloatPoint(offsetX, offsetY);
offsetX           886 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         float offsetX = harfBuzzPositionToFloat(glyphPositions[i].x_offset);
offsetX           910 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp             offsetX += spacing;
offsetX           912 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp                 offsetX += m_letterSpacing;
offsetX           915 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         currentRun->setGlyphAndPositions(i, glyph, advance, offsetX, offsetY);
offsetX           920 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         glyphOrigin += FloatSize(advance + offsetX, offsetY);
offsetX            81 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h         void setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY);
offsetX            62 Source/web/WebDOMMouseEvent.cpp     return unwrap<MouseEvent>()->offsetX();
offsetX            47 public/web/WebDOMMouseEvent.h     BLINK_EXPORT int offsetX();