HomeSort by relevance Sort by last modified time
    Searched defs:m_y (Results 26 - 47 of 47) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFELightElement.h 48 SVGAnimatedNumber* y() { return m_y.get(); }
49 const SVGAnimatedNumber* y() const { return m_y.get(); }
77 RefPtr<SVGAnimatedNumber> m_y; member in class:blink::SVGFELightElement
SVGPathSegArc.h 33 , m_y(y)
49 float y() const { return m_y; }
52 m_y = y;
93 float m_y; member in class:blink::SVGPathSegArc
SVGPathSegCurvetoCubic.h 33 , m_y(y)
48 float y() const { return m_y; }
51 m_y = y;
85 float m_y; member in class:blink::SVGPathSegCurvetoCubic
SVGSVGElement.h 116 SVGAnimatedLength* y() const { return m_y.get(); }
155 RefPtr<SVGAnimatedLength> m_y; member in class:blink::FINAL
PatternAttributes.h 34 , m_y(SVGLength::create(LengthModeHeight))
56 SVGLength* y() const { return m_y.get(); }
74 m_y = value;
140 RefPtr<SVGLength> m_y; member in struct:blink::PatternAttributes
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntPoint.h 46 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()) { }
53 int y() const { return m_y; }
56 void setY(int y) { m_y = y; }
60 void move(int dx, int dy) { m_x += dx; m_y += dy; }
64 m_y = lroundf(static_cast<float>(m_y * sy));
70 m_y > other.m_y ? m_y : other.m_y)
102 int m_x, m_y; member in class:blink::IntPoint
    [all...]
FloatBox.h 42 , m_y(0)
52 , m_y(y)
62 , m_y(box.y())
73 m_y = origin.y();
91 m_y += location.y();
108 float minY = std::min(m_y, low.y());
116 m_y = minY;
150 float bottom() const { return m_y + m_height; }
153 float y() const { return m_y; }
160 float m_y; member in class:blink::FloatBox
    [all...]
FloatPoint.h 54 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()) { }
65 float y() const { return m_y; }
68 void setY(float y) { m_y = y; }
72 m_y = y;
77 m_y += dy;
82 m_y += a.height();
88 m_y += a.height();
93 m_y += a.y()
153 float m_x, m_y; member in class:blink::FloatPoint
    [all...]
FloatPoint3D.h 34 , m_y(0)
41 , m_y(y)
48 , m_y(p.y())
55 , m_y(p.y())
63 float y() const { return m_y; }
64 void setY(float y) { m_y = y; }
71 m_y = y;
77 m_y += dy;
83 m_y *= sy;
89 return !m_x && !m_y && !m_z
128 float m_y; member in class:blink::FloatPoint3D
    [all...]
LayoutPoint.h 43 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()) { }
51 LayoutUnit y() const { return m_y; }
54 void setY(LayoutUnit y) { m_y = y; }
58 void move(LayoutUnit dx, LayoutUnit dy) { m_x += dx; m_y += dy; }
62 m_y *= sy;
67 return LayoutPoint(std::max(m_x, other.m_x), std::max(m_y, other.m_y));
86 LayoutUnit m_x, m_y; member in class:blink::LayoutPoint
    [all...]
  /external/eigen/test/
denseLM.cpp 53 m_y = this->model(uv_ref, x);
69 fvec(j) = m_y(j);
98 VectorType m_x, m_y; //Data Points member in struct:DenseLM
sparseLM.cpp 57 m_y = this->model(uv_ref,x);
68 fvec = m_y;
124 VectorType m_x, m_y; //Data points member in struct:sparseGaussianTest
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RasterShape.cpp 45 int m_y; member in class:blink::MarginIntervalGenerator
51 : m_y(0)
64 m_y = y;
71 unsigned xInterceptsIndex = abs(y - m_y);
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionData.h 48 double y() const { return m_y; }
55 double m_y; member in class:blink::FINAL::FINAL
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 78 private int m_y; field in class:PropertyTableTooltipHelper
96 m_y = y;
160 tooltipLocation = m_table.toDisplay(new Point(startX, m_y));
162 tooltipLocation = m_table.toDisplay(new Point(startX, m_y + m_rowHeight));
  /external/pdfium/core/src/fxge/agg/agg23/
agg_scanline_u.h 113 m_y = y;
122 return m_y;
143 int m_y; member in class:agg::scanline_u
  /external/eigen/unsupported/test/
levenberg_marquardt.cpp 242 static const double m_y[54]; member in struct:chwirut2_functor
251 fvec[i] = exp(-b[0]*x)/(b[1]+b[2]*x) - m_y[i];
272 const double chwirut2_functor::m_y[54] = { 92.9000E0 ,57.1000E0 ,31.0500E0 ,11.5875E0 ,8.0250E0 ,63.6000E0 ,21.4000E0 ,14.2500E0 ,8.4750E0 ,63.8000E0 ,26.8000E0 ,16.4625E0 ,7.1250E0 ,67.3000E0 ,41.0000E0 ,21.1500E0 ,8.1750E0 ,81.5000E0 ,13.1200E0 ,59.9000E0 ,14.6200E0 ,32.9000E0 ,5.4400E0 ,12.5600E0 ,5.4400E0 ,32.0000E0 ,13.9500E0 ,75.8000E0 ,20.0000E0 ,10.4200E0 ,59.5000E0 ,21.6700E0 ,8.5500E0 ,62.0000E0 ,20.2000E0 ,7.7600E0 ,3.7500E0 ,11.8100E0 ,54.7000E0 ,23.7000E0 ,11.5500E0 ,61.3000E0 ,17.7000E0 ,8.7400E0 ,59.2000E0 ,16.3000E0 ,8.6200E0 ,81.0000E0 ,4.8700E0 ,14.6200E0 ,81.7000E0 ,17.1700E0 ,81.3000E0 ,28.9000E0 }; member in class:chwirut2_functor
329 static const double m_y[14]; member in struct:misra1a_functor
335 fvec[i] = b[0]*(1.-exp(-b[1]*m_x[i])) - m_y[i] ;
352 const double misra1a_functor::m_y[14] = { 10.07E0, 14.73E0, 17.94E0, 23.93E0, 29.61E0, 35.18E0, 40.02E0, 44.82E0, 50.76E0, 55.05E0, 61.01E0, 66.40E0, 75.47E0, 81.78E0}; member in class:misra1a_functor
405 static const double m_y[236] = { .591E0 , 1.547E0 , 2.902E0 , 2.894E0 , 4.703E0 , 6.307E0 , 7.03E0 , 7.898E0 , 9.470E0 , 9.484E0 , 10.072E0 , 10.163E0 , 11.615E0 , 12.005E0 , 12.478E0 , 12.982E0 , 12.970E0 , 13.926E0 , 14.452E0 , 14.404E0 , 15.190E0 , 15.550E0 , 15.528E0 , 15.499E0 , 16.131E0 , 16.438E0 , 16.387E0 , 16.549E0 , 16.872E0 , 16.830E0 , 16.926E0 , 16.907E0 , 16.966E0 , 17.060E0 , 17.122E0 , 17.311E0 , 17.355E0 , 17.668E0 , 17.767E0 , 17.803E0 , 17.765E0 , 17.768E0 , 17.736E0 , 17.858E0 , 17.877E0 , 17.912E0 , 18.046E0 , 18.085E0 , 18.291E0 , 18.357E0 , 18.426E0 , 18.584E0 , 18.610E0 , 18.870E0 , 18.795E0 , 19.111E0 , .367E0 , .796E0 , 0.892E0 , 1.903E0 , 2.150E0 , 3.697E0 , 5.870E0 , 6.421E0 , 7.422E0 , 9.944E0 , 11.023E0 , 11.87E0 , 12.786E0 , 14.067E0 , 13.974E0 , 14.462E0 , 14.464E0 , 15.381E0 , 15.483E0 , 15.59E0 , 16.075E0 , 16.347E0 , 16.181E0 , 16.915E0 , 17.003E0 , 16.978E0 , 17.756E0 , 17.808E0 , 17.868E0 , 18.481E0 , 18.486E0 , 19.090E0 , 16.062E0 , 16.337E0 , 16.345E0 , local
416 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (1.+b[4]*x+b[5]*xx+b[6]*xxx) - m_y[i];
    [all...]
NonLinearOptimization.cpp 637 static const double m_y[54]; member in struct:chwirut2_functor
646 fvec[i] = exp(-b[0]*x)/(b[1]+b[2]*x) - m_y[i];
667 const double chwirut2_functor::m_y[54] = { 92.9000E0 ,57.1000E0 ,31.0500E0 ,11.5875E0 ,8.0250E0 ,63.6000E0 ,21.4000E0 ,14.2500E0 ,8.4750E0 ,63.8000E0 ,26.8000E0 ,16.4625E0 ,7.1250E0 ,67.3000E0 ,41.0000E0 ,21.1500E0 ,8.1750E0 ,81.5000E0 ,13.1200E0 ,59.9000E0 ,14.6200E0 ,32.9000E0 ,5.4400E0 ,12.5600E0 ,5.4400E0 ,32.0000E0 ,13.9500E0 ,75.8000E0 ,20.0000E0 ,10.4200E0 ,59.5000E0 ,21.6700E0 ,8.5500E0 ,62.0000E0 ,20.2000E0 ,7.7600E0 ,3.7500E0 ,11.8100E0 ,54.7000E0 ,23.7000E0 ,11.5500E0 ,61.3000E0 ,17.7000E0 ,8.7400E0 ,59.2000E0 ,16.3000E0 ,8.6200E0 ,81.0000E0 ,4.8700E0 ,14.6200E0 ,81.7000E0 ,17.1700E0 ,81.3000E0 ,28.9000E0 }; member in class:chwirut2_functor
724 static const double m_y[14]; member in struct:misra1a_functor
730 fvec[i] = b[0]*(1.-exp(-b[1]*m_x[i])) - m_y[i] ;
747 const double misra1a_functor::m_y[14] = { 10.07E0, 14.73E0, 17.94E0, 23.93E0, 29.61E0, 35.18E0, 40.02E0, 44.82E0, 50.76E0, 55.05E0, 61.01E0, 66.40E0, 75.47E0, 81.78E0}; member in class:misra1a_functor
800 static const double m_y[236] = { .591E0 , 1.547E0 , 2.902E0 , 2.894E0 , 4.703E0 , 6.307E0 , 7.03E0 , 7.898E0 , 9.470E0 , 9.484E0 , 10.072E0 , 10.163E0 , 11.615E0 , 12.005E0 , 12.478E0 , 12.982E0 , 12.970E0 , 13.926E0 , 14.452E0 , 14.404E0 , 15.190E0 , 15.550E0 , 15.528E0 , 15.499E0 , 16.131E0 , 16.438E0 , 16.387E0 , 16.549E0 , 16.872E0 , 16.830E0 , 16.926E0 , 16.907E0 , 16.966E0 , 17.060E0 , 17.122E0 , 17.311E0 , 17.355E0 , 17.668E0 , 17.767E0 , 17.803E0 , 17.765E0 , 17.768E0 , 17.736E0 , 17.858E0 , 17.877E0 , 17.912E0 , 18.046E0 , 18.085E0 , 18.291E0 , 18.357E0 , 18.426E0 , 18.584E0 , 18.610E0 , 18.870E0 , 18.795E0 , 19.111E0 , .367E0 , .796E0 , 0.892E0 , 1.903E0 , 2.150E0 , 3.697E0 , 5.870E0 , 6.421E0 , 7.422E0 , 9.944E0 , 11.023E0 , 11.87E0 , 12.786E0 , 14.067E0 , 13.974E0 , 14.462E0 , 14.464E0 , 15.381E0 , 15.483E0 , 15.59E0 , 16.075E0 , 16.347E0 , 16.181E0 , 16.915E0 , 17.003E0 , 16.978E0 , 17.756E0 , 17.808E0 , 17.868E0 , 18.481E0 , 18.486E0 , 19.090E0 , 16.062E0 , 16.337E0 , 16.345E0 , local
810 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (1.+b[4]*x+b[5]*xx+b[6]*xxx) - m_y[i];
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 112 int m_y; member in class:FrameBuffer
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 304 int m_y; member in class:deqp::gls::TextureTestUtil::SurfaceAccess
312 m_surface->setPixel(m_x+x, m_y+y, toRGBAMasked(color, m_colorMask));
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 1074 GLint m_y; member in class:deqp::egl::GLES2ThreadTest::CopyTexImage2D
1086 , m_y (y)
1125 GLint m_y; member in class:deqp::egl::GLES2ThreadTest::CopyTexSubImage2D
1831 int m_y; member in class:deqp::egl::GLES2ThreadTest::ReadPixels
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 1395 milliseconds

12