Searched defs:m_x (Results 26 - 44 of 44) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFilterElement.h49 SVGAnimatedLength* x() const { return m_x.get(); }
72 RefPtr<SVGAnimatedLength> m_x; member in class:blink::FINAL
H A DSVGPathSegArc.h32 , m_x(x)
42 float x() const { return m_x; }
45 m_x = x;
92 float m_x; member in class:blink::SVGPathSegArc
H A DSVGPathSegCurvetoCubic.h32 , m_x(x)
41 float x() const { return m_x; }
44 m_x = x;
84 float m_x; member in class:blink::SVGPathSegCurvetoCubic
H A DSVGSVGElement.h115 SVGAnimatedLength* x() const { return m_x.get(); }
154 RefPtr<SVGAnimatedLength> m_x; member in class:blink::FINAL
H A DPatternAttributes.h33 : m_x(SVGLength::create(LengthModeWidth))
55 SVGLength* x() const { return m_x.get(); }
68 m_x = value;
139 RefPtr<SVGLength> m_x; member in struct:blink::PatternAttributes
/external/eigen/test/
H A DsparseLM.cpp56 m_x = x;
74 coeff = (m_x(j)-i)/v(i);
100 coeff = (m_x(row)-col)/v(col);
113 coeff = (m_x(row)-col)/v(col);
124 VectorType m_x, m_y; //Data points member in struct:sparseGaussianTest
H A DdenseLM.cpp52 m_x = x;
72 fvec(j) -= u(i) *std::exp(-(m_x(j)-i)*(m_x(j)-i)/(v(i)*v(i)));
92 fjac.coeffRef(j,i) = -std::exp(-(m_x(j)-i)*(m_x(j)-i)/(v(i)*v(i)));
93 fjac.coeffRef(j,i+half) = -2.*u(i)*(m_x(j)-i)*(m_x(j)-i)/(std::pow(v(i),3)) * std::exp(-(m_x(j)-i)*(m_x(j)-i)/(v(i)*v(i)));
98 VectorType m_x, m_ member in struct:DenseLM
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceMotionData.h47 double x() const { return m_x; }
54 double m_x; member in class:blink::FINAL::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntPoint.h46 IntPoint() : m_x(0), m_y(0) { }
47 IntPoint(int x, int y) : m_x(x), m_y(y) { }
48 explicit IntPoint(const IntSize& size) : m_x(size.width()), m_y(size.height()) { }
52 int x() const { return m_x; }
55 void setX(int x) { m_x = x; }
60 void move(int dx, int dy) { m_x += dx; m_y += dy; }
63 m_x = lroundf(static_cast<float>(m_x * sx));
69 return IntPoint(m_x > other.m_x
102 int m_x, m_y; member in class:blink::IntPoint
[all...]
H A DFloatBox.h41 : m_x(0)
51 : m_x(x)
61 : m_x(box.x())
72 m_x = origin.x();
90 m_x += location.x();
107 float minX = std::min(m_x, low.x());
115 m_x = minX;
149 float right() const { return m_x + m_width; }
152 float x() const { return m_x; }
159 float m_x; member in class:blink::FloatBox
[all...]
H A DFloatPoint.h54 FloatPoint() : m_x(0), m_y(0) { }
55 FloatPoint(float x, float y) : m_x(x), m_y(y) { }
58 explicit FloatPoint(const FloatSize& size) : m_x(size.width()), m_y(size.height()) { }
64 float x() const { return m_x; }
67 void setX(float x) { m_x = x; }
71 m_x = x;
76 m_x += dx;
81 m_x += a.width();
87 m_x += a.width();
92 m_x
153 float m_x, m_y; member in class:blink::FloatPoint
[all...]
H A DFloatPoint3D.h33 : m_x(0)
40 : m_x(x)
47 : m_x(p.x())
54 : m_x(p.x())
60 float x() const { return m_x; }
61 void setX(float x) { m_x = x; }
70 m_x = x;
76 m_x += dx;
82 m_x *= sx;
89 return !m_x
127 float m_x; member in class:blink::FloatPoint3D
[all...]
H A DLayoutPoint.h43 LayoutPoint(LayoutUnit x, LayoutUnit y) : m_x(x), m_y(y) { }
44 LayoutPoint(const IntPoint& point) : m_x(point.x()), m_y(point.y()) { }
45 explicit LayoutPoint(const FloatPoint& size) : m_x(size.x()), m_y(size.y()) { }
46 explicit LayoutPoint(const LayoutSize& size) : m_x(size.width()), m_y(size.height()) { }
50 LayoutUnit x() const { return m_x; }
53 void setX(LayoutUnit x) { m_x = x; }
58 void move(LayoutUnit dx, LayoutUnit dy) { m_x += dx; m_y += dy; }
61 m_x *= sx;
67 return LayoutPoint(std::max(m_x, other.m_x), st
86 LayoutUnit m_x, m_y; member in class:blink::LayoutPoint
[all...]
/external/eigen/unsupported/test/
H A Dlevenberg_marquardt.cpp241 static const double m_x[54]; member in struct:chwirut2_functor
250 double x = m_x[i];
261 double x = m_x[i];
271 const double chwirut2_functor::m_x[54] = { 0.500E0, 1.000E0, 1.750E0, 3.750E0, 5.750E0, 0.875E0, 2.250E0, 3.250E0, 5.250E0, 0.750E0, 1.750E0, 2.750E0, 4.750E0, 0.625E0, 1.250E0, 2.250E0, 4.250E0, .500E0, 3.000E0, .750E0, 3.000E0, 1.500E0, 6.000E0, 3.000E0, 6.000E0, 1.500E0, 3.000E0, .500E0, 2.000E0, 4.000E0, .750E0, 2.000E0, 5.000E0, .750E0, 2.250E0, 3.750E0, 5.750E0, 3.000E0, .750E0, 2.500E0, 4.000E0, .750E0, 2.500E0, 4.000E0, .750E0, 2.500E0, 4.000E0, .500E0, 6.000E0, 3.000E0, .500E0, 2.750E0, .500E0, 1.750E0}; member in class:chwirut2_functor
328 static const double m_x[14]; member in struct:misra1a_functor
335 fvec[i] = b[0]*(1.-exp(-b[1]*m_x[i])) - m_y[i] ;
345 fjac(i,0) = (1.-exp(-b[1]*m_x[i]));
346 fjac(i,1) = (b[0]*m_x[i]*exp(-b[1]*m_x[i]));
351 const double misra1a_functor::m_x[1 member in class:misra1a_functor
402 static const double m_x[236]; member in struct:hahn1_functor
441 const double hahn1_functor::m_x[236] = { 24.41E0 , 34.82E0 , 44.09E0 , 45.07E0 , 54.98E0 , 65.51E0 , 70.53E0 , 75.70E0 , 89.57E0 , 91.14E0 , 96.40E0 , 97.19E0 , 114.26E0 , 120.25E0 , 127.08E0 , 133.55E0 , 133.61E0 , 158.67E0 , 172.74E0 , 171.31E0 , 202.14E0 , 220.55E0 , 221.05E0 , 221.39E0 , 250.99E0 , 268.99E0 , 271.80E0 , 271.97E0 , 321.31E0 , 321.69E0 , 330.14E0 , 333.03E0 , 333.47E0 , 340.77E0 , 345.65E0 , 373.11E0 , 373.79E0 , 411.82E0 , 419.51E0 , 421.59E0 , 422.02E0 , 422.47E0 , 422.61E0 , 441.75E0 , 447.41E0 , 448.7E0 , 472.89E0 , 476.69E0 , 522.47E0 , 522.62E0 , 524.43E0 , 546.75E0 , 549.53E0 , 575.29E0 , 576.00E0 , 625.55E0 , 20.15E0 , 28.78E0 , 29.57E0 , 37.41E0 , 39.12E0 , 50.24E0 , 61.38E0 , 66.25E0 , 73.42E0 , 95.52E0 , 107.32E0 , 122.04E0 , 134.03E0 , 163.19E0 , 163.48E0 , 175.70E0 , 179.86E0 , 211.27E0 , 217.78E0 , 219.14E0 , 262.52E0 , 268.01E0 , 268.62E0 , 336.25E0 , 337.23E0 , 339.33E0 , 427.38E0 , 428.58E0 , 432.68E0 , 528.99E0 , 531.08E0 , 628.34E0 , 253.24E0 , 273.13E0 , 273.66E0 , member in class:hahn1_functor
[all...]
H A DNonLinearOptimization.cpp636 static const double m_x[54]; member in struct:chwirut2_functor
645 double x = m_x[i];
656 double x = m_x[i];
666 const double chwirut2_functor::m_x[54] = { 0.500E0, 1.000E0, 1.750E0, 3.750E0, 5.750E0, 0.875E0, 2.250E0, 3.250E0, 5.250E0, 0.750E0, 1.750E0, 2.750E0, 4.750E0, 0.625E0, 1.250E0, 2.250E0, 4.250E0, .500E0, 3.000E0, .750E0, 3.000E0, 1.500E0, 6.000E0, 3.000E0, 6.000E0, 1.500E0, 3.000E0, .500E0, 2.000E0, 4.000E0, .750E0, 2.000E0, 5.000E0, .750E0, 2.250E0, 3.750E0, 5.750E0, 3.000E0, .750E0, 2.500E0, 4.000E0, .750E0, 2.500E0, 4.000E0, .750E0, 2.500E0, 4.000E0, .500E0, 6.000E0, 3.000E0, .500E0, 2.750E0, .500E0, 1.750E0}; member in class:chwirut2_functor
723 static const double m_x[14]; member in struct:misra1a_functor
730 fvec[i] = b[0]*(1.-exp(-b[1]*m_x[i])) - m_y[i] ;
740 fjac(i,0) = (1.-exp(-b[1]*m_x[i]));
741 fjac(i,1) = (b[0]*m_x[i]*exp(-b[1]*m_x[i]));
746 const double misra1a_functor::m_x[1 member in class:misra1a_functor
797 static const double m_x[236]; member in struct:hahn1_functor
835 const double hahn1_functor::m_x[236] = { 24.41E0 , 34.82E0 , 44.09E0 , 45.07E0 , 54.98E0 , 65.51E0 , 70.53E0 , 75.70E0 , 89.57E0 , 91.14E0 , 96.40E0 , 97.19E0 , 114.26E0 , 120.25E0 , 127.08E0 , 133.55E0 , 133.61E0 , 158.67E0 , 172.74E0 , 171.31E0 , 202.14E0 , 220.55E0 , 221.05E0 , 221.39E0 , 250.99E0 , 268.99E0 , 271.80E0 , 271.97E0 , 321.31E0 , 321.69E0 , 330.14E0 , 333.03E0 , 333.47E0 , 340.77E0 , 345.65E0 , 373.11E0 , 373.79E0 , 411.82E0 , 419.51E0 , 421.59E0 , 422.02E0 , 422.47E0 , 422.61E0 , 441.75E0 , 447.41E0 , 448.7E0 , 472.89E0 , 476.69E0 , 522.47E0 , 522.62E0 , 524.43E0 , 546.75E0 , 549.53E0 , 575.29E0 , 576.00E0 , 625.55E0 , 20.15E0 , 28.78E0 , 29.57E0 , 37.41E0 , 39.12E0 , 50.24E0 , 61.38E0 , 66.25E0 , 73.42E0 , 95.52E0 , 107.32E0 , 122.04E0 , 134.03E0 , 163.19E0 , 163.48E0 , 175.70E0 , 179.86E0 , 211.27E0 , 217.78E0 , 219.14E0 , 262.52E0 , 268.01E0 , 268.62E0 , 336.25E0 , 337.23E0 , 339.33E0 , 427.38E0 , 428.58E0 , 432.68E0 , 528.99E0 , 531.08E0 , 628.34E0 , 253.24E0 , 273.13E0 , 273.66E0 , member in class:hahn1_functor
[all...]
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp303 int m_x; member in class:deqp::gls::TextureTestUtil::SurfaceAccess
312 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask));
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_rasterizer_scanline_aa.h140 scanline_hit_test(int x) : m_x(x), m_hit(false) {}
145 if(m_x == x) {
151 if(m_x >= x && m_x < x + len) {
164 int m_x; member in class:agg::scanline_hit_test
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1073 GLint m_x; member in class:deqp::egl::GLES2ThreadTest::CopyTexImage2D
1085 , m_x (x)
1104 thread.newMessage() << "Begin -- glCopyTexImage2D(GL_TEXTURE_2D, " << m_level << ", " << m_internalFormat << ", " << m_x << ", " << m_y << ", " << m_width << ", " << m_height << ", " << m_border << ")" << tcu::ThreadUtil::Message::End;
1105 GLU_CHECK_CALL(glCopyTexImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_x, m_y, m_width, m_height, m_border));
1124 GLint m_x; member in class:deqp::egl::GLES2ThreadTest::CopyTexSubImage2D
1136 , m_x (x)
1153 thread.newMessage() << "Begin -- glCopyTexSubImage2D(GL_TEXTURE_2D, " << m_level << ", " << m_xoffset << ", " << m_yoffset << ", " << m_x << ", " << m_y << ", " << m_width << ", " << m_height << ")" << tcu::ThreadUtil::Message::End;
1154 GLU_CHECK_CALL(glCopyTexSubImage2D(GL_TEXTURE_2D, m_level, m_xoffset, m_yoffset, m_x, m_y, m_width, m_height));
1830 int m_x; member in class:deqp::egl::GLES2ThreadTest::ReadPixels
1841 , m_x (
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp63 int value() const { return m_x; }
67 unsigned hash() { return IntHash<int>::hash(m_x); }
69 IntWrapper(int x) : m_x(x) { }
73 int m_x; member in class:blink::IntWrapper
400 int value() const { return m_x; }
404 unsigned hash() { return IntHash<int>::hash(m_x); }
408 OffHeapInt(int x) : m_x(x) { }
412 int m_x; member in class:blink::OffHeapInt
2669 : m_x(emptyValue)
2675 : m_x(
2699 int m_x; member in class:blink::ThingWithDestructor
[all...]

Completed in 432 milliseconds

12