HomeSort by relevance Sort by last modified time
    Searched full:m_y (Results 51 - 75 of 88) sorted by null

1 23 4

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFilterPrimitiveStandardAttributes.cpp 36 , m_y(SVGAnimatedLength::create(this, SVGNames::yAttr, SVGLength::create(LengthModeHeight), AllowNegativeLengths))
43 m_y->setDefaultValueAsString("0%");
50 addToPropertyMap(m_y);
78 m_y->setBaseValueAsString(value, parseError);
SVGForeignObjectElement.cpp 36 , m_y(SVGAnimatedLength::create(this, SVGNames::yAttr, SVGLength::create(LengthModeHeight), AllowNegativeLengths))
43 addToPropertyMap(m_y);
73 m_y->setBaseValueAsString(value, parseError);
160 || m_y->currentValue()->isRelative()
SVGImageElement.cpp 38 , m_y(SVGAnimatedLength::create(this, SVGNames::yAttr, SVGLength::create(LengthModeHeight), AllowNegativeLengths))
48 addToPropertyMap(m_y);
114 m_y->setBaseValueAsString(value, parseError);
175 || m_y->currentValue()->isRelative()
SVGSVGElement.h 115 SVGAnimatedLength* y() const { return m_y.get(); }
154 RefPtr<SVGAnimatedLength> m_y; member in class:WebCore::FINAL
SVGPatternElement.cpp 40 , m_y(SVGAnimatedLength::create(this, SVGNames::yAttr, SVGLength::create(LengthModeHeight), AllowNegativeLengths))
50 addToPropertyMap(m_y);
93 m_y->setBaseValueAsString(value, parseError);
215 || m_y->currentValue()->isRelative()
SVGFELightElement.cpp 39 , m_y(SVGAnimatedNumber::create(this, SVGNames::yAttr, SVGNumber::create()))
50 addToPropertyMap(m_y);
98 m_y->setBaseValueAsString(value, parseError);
SVGSVGElement.cpp 68 , m_y(SVGAnimatedLength::create(this, SVGNames::yAttr, SVGLength::create(LengthModeHeight), AllowNegativeLengths))
81 addToPropertyMap(m_y);
244 m_y->setBaseValueAsString(value, parseError);
490 transform.translate(m_x->currentValue()->value(lengthContext), m_y->currentValue()->value(lengthContext));
607 || m_y->currentValue()->isRelative()
SVGUseElement.cpp 51 , m_y(SVGAnimatedLength::create(this, SVGNames::yAttr, SVGLength::create(LengthModeHeight), AllowNegativeLengths))
62 addToPropertyMap(m_y);
105 m_y->setBaseValueAsString(value, parseError);
453 path.translate(FloatSize(m_x->currentValue()->value(lengthContext), m_y->currentValue()->value(lengthContext)));
707 || m_y->currentValue()->isRelative()
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPoint3D.cpp 36 m_y /= tempLength;
  /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/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionData.h 52 double y() const { return m_y; }
59 double m_y; member in class:WebCore::DeviceMotionData::Acceleration
DeviceMotionData.cpp 40 , m_y(y)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleTransformData.h 48 Length m_y; member in class:WebCore::StyleTransformData
  /frameworks/compile/mclinker/tools/mcld/include/mcld/
SearchPathOptions.h 44 llvm::cl::list<std::string>& m_Y;
  /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/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/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableLengthPoint.cpp 53 visitor->trace(m_y);
AnimatableLengthPoint3D.cpp 54 visitor->trace(m_y);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h 90 float m_y; member in class:WebCore::SVGTextLayoutEngine
SVGTextLayoutEngine.cpp 45 , m_y(0)
70 y = m_y + m_dy;
81 m_y = y + glyphAdvance;
84 m_y = y;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 112 int m_y; member in class:FrameBuffer
  /frameworks/compile/mclinker/tools/mcld/lib/
SearchPathOptions.cpp 76 m_Y(ArgY) {
  /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...]
  /external/chromium_org/third_party/WebKit/Tools/lldb/
lldb_webkit.py 209 return WebCoreLayoutUnitProvider(self.valobj.GetChildMemberWithName('m_y'), dict).to_string()

Completed in 1410 milliseconds

1 23 4