Searched refs:m_x (Results 26 - 50 of 75) sorted by relevance

123

/external/webkit/Source/WebCore/platform/graphics/
H A DIntPoint.h80 IntPoint() : m_x(0), m_y(0) { }
81 IntPoint(int x, int y) : m_x(x), m_y(y) { }
82 explicit IntPoint(const IntSize& size) : m_x(size.width()), m_y(size.height()) { }
86 int x() const { return m_x; }
89 void setX(int x) { m_x = x; }
93 void move(int dx, int dy) { m_x += dx; m_y += dy; }
97 return IntPoint(m_x > other.m_x ? m_x : other.m_x,
163 int m_x, m_y; member in class:WebCore::IntPoint
[all...]
H A DFloatPoint.cpp39 FloatPoint::FloatPoint(const IntPoint& p) : m_x(p.x()), m_y(p.y())
48 m_x /= tempLength;
61 transform.map(static_cast<double>(m_x), static_cast<double>(m_y), newX, newY);
68 transform.map(static_cast<double>(m_x), static_cast<double>(m_y), newX, newY);
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DIntPointGtk.cpp28 : m_x(p.x)
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFloatRectWx.cpp36 : m_location(FloatPoint(r.m_x, r.m_y))
/external/webkit/Source/WebCore/rendering/style/
H A DShadowData.h43 : m_x(0)
54 : m_x(x)
74 int x() const { return m_x; }
89 int m_x; member in class:WebCore::ShadowData
H A DShadowData.cpp33 : m_x(o.m_x)
50 return m_x == o.m_x
H A DStyleTransformData.h47 Length m_x; member in class:WebCore::StyleTransformData
/external/webkit/Source/WebCore/svg/
H A DSVGPathSegLinetoHorizontal.h33 , m_x(x)
37 float x() const { return m_x; }
40 m_x = x;
45 float m_x; member in class:WebCore::SVGPathSegLinetoHorizontal
H A DSVGPathSegWithContext.h79 float x() const { return m_x; }
82 m_x = x;
96 , m_x(x)
102 float m_x; member in class:WebCore::SVGPathSegSingleCoordinate
H A DPatternAttributes.h33 : m_x()
55 SVGLength x() const { return m_x; }
68 m_x = value;
139 SVGLength m_x; member in struct:WebCore::PatternAttributes
H A DSVGPathSegCurvetoCubicSmooth.h33 , m_x(x)
40 float x() const { return m_x; }
43 m_x = x;
69 float m_x; member in class:WebCore::SVGPathSegCurvetoCubicSmooth
H A DSVGPathSegCurvetoQuadratic.h33 , m_x(x)
40 float x() const { return m_x; }
43 m_x = x;
69 float m_x; member in class:WebCore::SVGPathSegCurvetoQuadratic
H A DSVGPathSegArc.h33 , m_x(x)
43 float x() const { return m_x; }
46 m_x = x;
93 float m_x; member in class:WebCore::SVGPathSegArc
H A DSVGPathSegCurvetoCubic.h33 , m_x(x)
42 float x() const { return m_x; }
45 m_x = x;
85 float m_x; member in class:WebCore::SVGPathSegCurvetoCubic
/external/webkit/Source/WebCore/rendering/
H A DInlineBox.h43 , m_x(0)
78 , m_x(x)
225 void setX(float x) { m_x = x; }
226 float x() const { return m_x; }
236 float logicalLeft() const { return isHorizontal() ? m_x : m_y; }
241 m_x = left;
249 int logicalTop() const { return isHorizontal() ? m_y : m_x; }
256 m_x = top;
266 FloatRect logicalFrameRect() const { return isHorizontal() ? IntRect(m_x, m_y, m_logicalWidth, logicalHeight()) : IntRect(m_y, m_x, m_logicalWidt
329 float m_x; member in class:WebCore::InlineBox
[all...]
H A DEllipsisBox.cpp56 context->drawText(style->font(), TextRun(str.characters(), str.length(), false, 0, 0, TextRun::AllowTrailingExpansion, false, style->visuallyOrdered()), IntPoint(m_x + tx, m_y + ty + style->fontMetrics().ascent()));
67 tx += m_x + m_logicalWidth - m_markupBox->x();
78 IntPoint(m_x + tx, m_y + ty + root()->selectionTop()), root()->selectionHeight()));
96 context->clip(IntRect(m_x + tx, y + ty, m_logicalWidth, h));
98 IntPoint(m_x + tx, m_y + ty + y), h, c, style->colorSpace());
104 tx += m_x;
H A DInlineBox.cpp155 m_x += dx;
275 IntRect boxRect(m_x, 0, m_logicalWidth, 10);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPlatformPathWinCE.h33 float m_x; member in struct:WebCore::PathPoint
35 const float& x() const { return m_x; }
39 m_x = x;
42 operator FloatPoint() const { return FloatPoint(m_x, m_y); }
45 m_x += offset.width();
50 m_x = p.x();
54 void clear() { m_x = m_y = 0; }
H A DPlatformPathWinCE.cpp55 pp.m_x = c1x;
66 pp.m_x = c1x * a + c2x * b + c3x * c;
72 pp.m_x = c3x;
95 pp.m_x = c1x;
109 pp.m_x = c1x * a + c2x * b + c3x * c + c4x * d;
115 pp.m_x = c4x;
169 return point.m_x < origin.m_x ?
189 float m_x; member in struct:WebCore::PathVector
192 PathVector() : m_x(
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTile.cpp51 : m_x(-1)
86 if ((m_x != x)
94 m_x = x;
168 if (intersectWithRect(m_x, m_y, TilesManager::tileWidth(), TilesManager::tileHeight(),
196 this, m_x, m_y, isLayerTile(), m_state);
227 if (m_x < 0 || m_y < 0 || m_scale != scale)
238 this, m_x, m_y, fillPortion.x(), fillPortion.y(),
290 return (m_x >= viewTileBounds.x()
291 && m_x < viewTileBounds.x() + viewTileBounds.width()
307 const int x = m_x;
[all...]
H A DTile.h126 int x() const { return m_x; }
148 int m_x; member in class:WebCore::Tile
/external/webkit/Source/WebCore/dom/
H A DDeviceMotionData.h45 double x() const { return m_x; }
52 double m_x; member in class:WebCore::DeviceMotionData::Acceleration
H A DDeviceMotionData.cpp39 : m_x(x)
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngine.h89 float m_x; member in class:WebCore::SVGTextLayoutEngine
/external/webkit/Tools/DumpRenderTree/chromium/
H A DAccessibilityUIElement.h96 CppVariant m_x; member in class:AccessibilityUIElement

Completed in 489 milliseconds

123