HomeSort by relevance Sort by last modified time
    Searched refs:m_x (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/webkit/Source/WebCore/platform/graphics/
IntPoint.h 80 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...]
FloatPoint.cpp 39 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/
IntPointGtk.cpp 28 : m_x(p.x)
  /external/webkit/Source/WebCore/platform/graphics/wx/
FloatRectWx.cpp 36 : m_location(FloatPoint(r.m_x, r.m_y))
  /external/webkit/Source/WebCore/rendering/style/
ShadowData.h 43 : m_x(0)
54 : m_x(x)
74 int x() const { return m_x; }
89 int m_x; member in class:WebCore::ShadowData
StyleTransformData.h 47 Length m_x; member in class:WebCore::StyleTransformData
ShadowData.cpp 33 : m_x(o.m_x)
50 return m_x == o.m_x
  /external/webkit/Source/WebCore/svg/
SVGPathSegLinetoHorizontal.h 33 , m_x(x)
37 float x() const { return m_x; }
40 m_x = x;
45 float m_x; member in class:WebCore::SVGPathSegLinetoHorizontal
SVGPathSegWithContext.h 79 float x() const { return m_x; }
82 m_x = x;
96 , m_x(x)
102 float m_x; member in class:WebCore::SVGPathSegSingleCoordinate
PatternAttributes.h 33 : m_x()
55 SVGLength x() const { return m_x; }
68 m_x = value;
139 SVGLength m_x; member in struct:WebCore::PatternAttributes
SVGPathSegCurvetoCubicSmooth.h 33 , m_x(x)
40 float x() const { return m_x; }
43 m_x = x;
69 float m_x; member in class:WebCore::SVGPathSegCurvetoCubicSmooth
SVGPathSegCurvetoQuadratic.h 33 , m_x(x)
40 float x() const { return m_x; }
43 m_x = x;
69 float m_x; member in class:WebCore::SVGPathSegCurvetoQuadratic
SVGPathSegArc.h 33 , m_x(x)
43 float x() const { return m_x; }
46 m_x = x;
93 float m_x; member in class:WebCore::SVGPathSegArc
SVGPathSegCurvetoCubic.h 33 , m_x(x)
42 float x() const { return m_x; }
45 m_x = x;
85 float m_x; member in class:WebCore::SVGPathSegCurvetoCubic
  /development/samples/BrowserPlugin/jni/animation/
AnimationThread.h 53 float m_x; member in class:AnimationThread
AnimationThread.cpp 39 m_x = m_y = 0;
118 bounce(&m_x, &m_dx, width - OW);
122 m_oval.fLeft = m_x;
124 m_oval.fRight = m_x + OW;
  /external/webkit/Source/WebCore/rendering/
InlineBox.h 43 , 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_logicalWidth, logicalHeight());
329 float m_x; member in class:WebCore::InlineBox
    [all...]
EllipsisBox.cpp 56 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;
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.h 33 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; }
PlatformPathWinCE.cpp 55 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(0), m_y(0) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Tile.cpp 51 : 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...]
Tile.h 126 int x() const { return m_x; }
148 int m_x; member in class:WebCore::Tile
  /frameworks/av/libvideoeditor/vss/common/inc/
M4AIR_API.h 61 M4OSA_UInt32 m_x; /**< X coordinate */ member in struct:__anon17314
  /external/webkit/Source/WebCore/dom/
DeviceMotionData.h 45 double x() const { return m_x; }
52 double m_x; member in class:WebCore::DeviceMotionData::Acceleration
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.h 89 float m_x; member in class:WebCore::SVGTextLayoutEngine

Completed in 1883 milliseconds

12 3 4