Searched refs:m_offsetX (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | MouseRelatedEvent.cpp | 44 , m_offsetX(0) in MouseRelatedEvent() 123 m_offsetX = m_pageX; in initCoordinates() 140 m_offsetX = m_pageX; in initCoordinates() 178 m_offsetX = m_pageX; in computeRelativePosition() 189 m_offsetX = lroundf(localPos.x() / zoomFactor); in computeRelativePosition() 233 return m_offsetX; in offsetX()
|
D | MouseRelatedEvent.h | 80 int m_offsetX; variable
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | UniscribeController.cpp | 55 , m_offsetX(0) in UniscribeController() 81 m_offsetX = x; in offsetForPosition() 86 if (m_offsetX >= m_runWidthSoFar && m_run.ltr() || m_offsetX < 0 && m_run.rtl()) in offsetForPosition() 359 while (m_computingOffsetPosition && m_offsetX >= leftEdge && m_offsetX < m_runWidthSoFar) { in shapeAndPlaceItem() 362 …ScriptXtoCP(m_offsetX - leftEdge, clusters.size(), glyphs.size(), clusters.data(), visualAttribute… in shapeAndPlaceItem() 366 m_offsetX += m_run.rtl() ? -trailing : trailing; in shapeAndPlaceItem()
|
D | UniscribeController.h | 85 float m_offsetX; variable
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | FixedPositioning.cpp | 108 , m_offsetX(position.m_offsetX) in BackgroundImagePositioning() 130 m_offsetX = ceilf(x / m_layer->getWidth()); in updatePosition()
|
D | FixedPositioning.h | 165 , m_offsetX(0) in BackgroundImagePositioning() 186 int offsetX() { return m_offsetX; } in offsetX() 195 int m_offsetX; variable
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | ComplexTextControllerLinux.h | 117 const unsigned offsetX() const { return m_offsetX; } in offsetX() 142 unsigned m_offsetX; // Offset in pixels to the start of the next script run. variable
|
D | ComplexTextControllerLinux.cpp | 142 m_offsetX = offset; in reset() 311 m_xPositions[i] = m_offsetX + (position * rtlFlip) + offsetX; in setGlyphXPositions() 323 m_offsetX += m_pixelWidth * rtlFlip; in setGlyphXPositions()
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | FontAndroid.cpp | 462 void setXOffsetToZero() { m_offsetX = 0; } in setXOffsetToZero() 519 int m_offsetX; // Offset in pixels to the start of the next script run. member in WebCore::TextRunWalker 542 , m_offsetX(m_startingX) in TextRunWalker() 620 m_offsetX = m_startingX; in reset() 829 m_positions[i].set(SkIntToScalar(m_offsetX + position) + offsetX, m_startingY + offsetY); in setGlyphPositions() 884 m_offsetX += m_pixelWidth; in setGlyphPositions()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 38596 m_layerY, m_offsetX, and m_offsetY.
|