Home
last modified time | relevance | path

Searched refs:m_offsetX (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/dom/
DMouseRelatedEvent.cpp44 , 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()
DMouseRelatedEvent.h80 int m_offsetX; variable
/external/webkit/Source/WebCore/platform/graphics/win/
DUniscribeController.cpp55 , 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()
DUniscribeController.h85 float m_offsetX; variable
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DFixedPositioning.cpp108 , m_offsetX(position.m_offsetX) in BackgroundImagePositioning()
130 m_offsetX = ceilf(x / m_layer->getWidth()); in updatePosition()
DFixedPositioning.h165 , 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/
DComplexTextControllerLinux.h117 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
DComplexTextControllerLinux.cpp142 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/
DFontAndroid.cpp462 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/
DChangeLog-2006-05-1038596 m_layerY, m_offsetX, and m_offsetY.