HomeSort by relevance Sort by last modified time
    Searched refs:m_x (Results 51 - 75 of 75) sorted by null

1 23

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGRectElement.cpp 33 , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
42 addToPropertyMap(m_x);
73 m_x->setBaseValueAsString(value, parseError);
124 return m_x->currentValue()->isRelative()
SVGUseElement.h 46 SVGAnimatedLength* x() const { return m_x.get(); }
97 RefPtr<SVGAnimatedLength> m_x; member in class:WebCore::FINAL
SVGFilterElement.cpp 37 , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
49 m_x->setDefaultValueAsString("-10%");
54 addToPropertyMap(m_x);
107 m_x->setBaseValueAsString(value, parseError);
168 return m_x->currentValue()->isRelative()
SVGImageElement.cpp 37 , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
47 addToPropertyMap(m_x);
112 m_x->setBaseValueAsString(value, parseError);
174 return m_x->currentValue()->isRelative()
SVGPatternElement.cpp 39 , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
49 addToPropertyMap(m_x);
91 m_x->setBaseValueAsString(value, parseError);
214 return m_x->currentValue()->isRelative()
SVGSVGElement.h 114 SVGAnimatedLength* x() const { return m_x.get(); }
153 RefPtr<SVGAnimatedLength> m_x; member in class:WebCore::FINAL
SVGFELightElement.cpp 38 , m_x(SVGAnimatedNumber::create(this, SVGNames::xAttr, SVGNumber::create()))
49 addToPropertyMap(m_x);
96 m_x->setBaseValueAsString(value, parseError);
SVGSVGElement.cpp 67 , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
80 addToPropertyMap(m_x);
242 m_x->setBaseValueAsString(value, parseError);
490 transform.translate(m_x->currentValue()->value(lengthContext), m_y->currentValue()->value(lengthContext));
606 return m_x->currentValue()->isRelative()
SVGUseElement.cpp 50 , m_x(SVGAnimatedLength::create(this, SVGNames::xAttr, SVGLength::create(LengthModeWidth), AllowNegativeLengths))
61 addToPropertyMap(m_x);
103 m_x->setBaseValueAsString(value, parseError);
453 path.translate(FloatSize(m_x->currentValue()->value(lengthContext), m_y->currentValue()->value(lengthContext)));
706 if (m_x->currentValue()->isRelative()
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionData.h 51 double x() const { return m_x; }
58 double m_x; member in class:WebCore::DeviceMotionData::Acceleration
DeviceMotionData.cpp 39 : m_x(x)
  /external/eigen/test/
sparseLM.cpp 56 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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 45 m_x = master.winfo_rootx()
50 m_x = m_y = 0
53 x = m_x + (m_width - w_width) * relx
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 45 m_x = master.winfo_rootx()
50 m_x = m_y = 0
53 x = m_x + (m_width - w_width) * relx
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h 89 float m_x; member in class:WebCore::SVGTextLayoutEngine
SVGTextLayoutEngine.cpp 44 , m_x(0)
67 x = m_x + m_dx;
80 m_x = x;
83 m_x = x + glyphAdvance;
  /external/pdfium/core/src/fxge/agg/agg23/
agg_rasterizer_scanline_aa.h 140 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
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 111 int m_x; member in class:FrameBuffer
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 636 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[14] = { 77.6E0, 114.9E0, 141.1E0, 190.8E0, 239.9E0, 289.0E0, 332.8E0, 378.4E0, 434.8E0, 477.3E0, 5 (…) 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...]
levenberg_marquardt.cpp 241 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[14] = { 77.6E0, 114.9E0, 141.1E0, 190.8E0, 239.9E0, 289.0E0, 332.8E0, 378.4E0, 434.8E0, 477.3E0, 5 (…) 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...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 303 int m_x; member in class:deqp::gls::TextureTestUtil::SurfaceAccess
312 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask));
glsTextureTestUtil.cpp 191 , m_x (x)
201 , m_x (0)
211 , m_x (parent.m_x + x)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 62 int value() const { return m_x; }
66 unsigned hash() { return IntHash<int>::hash(m_x); }
69 IntWrapper(int x) : m_x(x) { }
73 int m_x; member in class:WebCore::IntWrapper
407 int value() const { return m_x; }
411 unsigned hash() { return IntHash<int>::hash(m_x); }
415 OffHeapInt(int x) : m_x(x) { }
419 int m_x; member in class:WebCore::OffHeapInt
2740 int m_x; member in class:WebCore::ThingWithDestructor
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 1073 GLint m_x; member in class:deqp::egl::GLES2ThreadTest::CopyTexImage2D
1085 , m_x (x)
1124 GLint m_x; member in class:deqp::egl::GLES2ThreadTest::CopyTexSubImage2D
1830 int m_x; member in class:deqp::egl::GLES2ThreadTest::ReadPixels
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]

Completed in 1715 milliseconds

1 23