offsetY 783 Source/core/accessibility/AXObject.cpp int offsetX = 0, offsetY = 0; offsetY 797 Source/core/accessibility/AXObject.cpp objectRect.move(offsetX, offsetY); offsetY 819 Source/core/accessibility/AXObject.cpp offsetY -= (scrollPosition.y() + point.y()); offsetY 824 Source/core/accessibility/AXObject.cpp offsetY = 0; offsetY 48 Source/core/events/MouseRelatedEvent.h int offsetY(); offsetY 105 Source/core/html/forms/ImageInputType.cpp return IntPoint(mouseEvent->offsetX(), mouseEvent->offsetY()); offsetY 907 Source/core/rendering/style/RenderStyle.cpp float offsetY = transformOriginY().type() == Percent ? boundingBox.y() : 0; offsetY 911 Source/core/rendering/style/RenderStyle.cpp floatValueForLength(transformOriginY(), boundingBox.height()) + offsetY, offsetY 921 Source/core/rendering/style/RenderStyle.cpp -floatValueForLength(transformOriginY(), boundingBox.height()) - offsetY, offsetY 283 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp inline void HarfBuzzShaper::HarfBuzzRun::setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY) offsetY 287 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp m_offsets[index] = FloatPoint(offsetX, offsetY); offsetY 887 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp float offsetY = -harfBuzzPositionToFloat(glyphPositions[i].y_offset); offsetY 915 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp currentRun->setGlyphAndPositions(i, glyph, advance, offsetX, offsetY); offsetY 920 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp glyphOrigin += FloatSize(advance + offsetX, offsetY); offsetY 81 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h void setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY); offsetY 67 Source/web/WebDOMMouseEvent.cpp return unwrap<MouseEvent>()->offsetY(); offsetY 48 public/web/WebDOMMouseEvent.h BLINK_EXPORT int offsetY();