Searched refs:m_x (Results 51 - 68 of 68) sorted by relevance

123

/external/webkit/WebCore/rendering/
H A DInlineFlowBox.cpp615 IntRect rect(tx + m_x, ty + m_y, m_width, height());
617 renderer()->updateHitTestResult(result, IntPoint(x - tx, y - ty)); // Don't add in m_x or m_y here, we want coords in the containing block's space.
746 int x = m_x;
822 int x = m_x;
922 tx += m_x;
929 int x = m_x + borderLeft() + paddingLeft();
933 int ellipsisX = m_x + rootLine->ellipsisBox()->x();
945 int dx = m_x - ((ellipsisX - m_x) + ellipsisWidth);
960 int dx = m_x
[all...]
H A DMediaControlElements.cpp228 , m_x(0)
237 style->setLeft(Length(m_x, Fixed));
252 if (x == m_x && y == m_y)
254 m_x = x;
H A DRenderLayer.h220 int x() const { return m_x; }
224 m_x = x;
582 int m_x; member in class:WebCore::RenderLayer
H A DSVGInlineTextBox.cpp121 , m_x(x)
148 float xDistance = glyphRect.x() + glyphRect.width() / 2.0f - m_x;
183 int m_x; member in struct:WebCore::SVGInlineTextBoxClosestCharacterToPositionWalker
H A DRenderText.cpp333 if (firstTextBox() && point.y() < firstTextBox()->root()->lineBottom() && point.x() < firstTextBox()->m_x) {
339 if (lastTextBox() && point.y() >= lastTextBox()->root()->lineTop() && point.x() >= lastTextBox()->m_x + lastTextBox()->m_width) {
353 if (point.x() == box->m_x)
358 if (point.x() < box->m_x + box->m_width)
363 if (!box->prevOnLine() && point.x() < box->m_x)
789 return m_firstTextBox ? m_firstTextBox->m_x : 0;
H A DMediaControlElements.h131 int m_x, m_y; member in class:WebCore::MediaControlVolumeSliderContainerElement
H A DRenderTreeAsText.cpp380 ts << "text run at (" << run.m_x << "," << y << ") width " << run.m_width;
H A DRenderLayer.cpp137 , m_x(0)
2397 IntRect boundsRect(m_x, m_y, width(), height());
/external/webkit/WebCore/svg/
H A DSVGForeignObjectElement.cpp42 , m_x(LengthModeWidth)
H A DSVGImageElement.cpp44 , m_x(LengthModeWidth)
H A DSVGRectElement.cpp38 , m_x(LengthModeWidth)
H A DSVGFilterElement.cpp52 , m_x(LengthModeWidth, "-10%")
H A DSVGMaskElement.cpp58 , m_x(LengthModeWidth, "-10%")
H A DSVGPatternElement.cpp58 , m_x(LengthModeWidth)
H A DSVGSVGElement.cpp66 , m_x(LengthModeWidth)
H A DSVGUseElement.cpp63 , m_x(LengthModeWidth)
/external/webkit/WebKit/wx/
H A DWebView.cpp665 mouseEvent.m_x = localEventPoint.x;
/external/webkit/WebCore/rendering/style/
H A DRenderStyle.h663 Length transformOriginX() const { return rareNonInheritedData->m_transform->m_x; }
994 void setTransformOriginX(Length l) { SET_VAR(rareNonInheritedData.access()->m_transform, m_x, l); }

Completed in 383 milliseconds

123