Searched defs:y2 (Results 26 - 50 of 297) sorted by relevance

1234567891011>>

/external/skia/src/utils/
H A DSkCubicInterval.cpp50 SkScalar x2, SkScalar y2,
65 y2 *= 3;
66 return eval_cubic(y1, y2 - 2*y1, y1 - y2 + SK_Scalar1, t);
49 SkEvalCubicInterval(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar unitX) argument
/external/ceres-solver/internal/ceres/
H A Dpartitioned_matrix_view_test.cc96 Vector y2 = Vector::Zero(pmv_->num_rows()); local
97 A_->RightMultiply(x2.data(), y2.data());
100 EXPECT_NEAR(y1(i), y2(i), kEpsilon);
116 Vector y2 = Vector::Zero(pmv_->num_rows()); local
117 A_->RightMultiply(x2.data(), y2.data());
120 EXPECT_NEAR(y1(i), y2(i), kEpsilon);
132 Vector y2 = Vector::Zero(pmv_->num_cols_f()); local
136 pmv_->LeftMultiplyF(x.data(), y2.data());
140 (i < pmv_->num_cols_e()) ? y1(i) : y2(i - pmv_->num_cols_e()),
H A Dimplicit_schur_complement.cc112 // y2 = E' y1
116 // y3 = -(E'E)^-1 y2
178 // y2 = b - y1
181 // y3 = E' y2
208 // y2 = (E'E)^-1 y1
209 Vector y2 = Vector::Zero(A_->num_cols_e()); local
210 block_diagonal_EtE_inverse_->RightMultiply(tmp_e_cols_.data(), y2.data());
212 // y3 = E y2
214 A_->RightMultiplyE(y2.data(), tmp_rows_.data());
/external/chromium_org/cc/animation/
H A Dtiming_function.cc16 double x1, double y1, double x2, double y2) {
17 return make_scoped_ptr(new CubicBezierTimingFunction(x1, y1, x2, y2));
23 double y2)
24 : bezier_(x1, y1, x2, y2) {}
15 Create( double x1, double y1, double x2, double y2) argument
20 CubicBezierTimingFunction(double x1, double y1, double x2, double y2) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DBoxShape.cpp62 float y2 = (logicalTop + logicalHeight).toFloat(); local
71 if (topCornerMaxY <= bottomCornerMinY && y1 <= topCornerMaxY && y2 >= bottomCornerMinY)
79 if (y1 <= marginBounds.topLeftCorner().maxY() && y2 >= marginBounds.bottomLeftCorner().y())
82 if (y1 <= marginBounds.topRightCorner().maxY() && y2 >= marginBounds.bottomRightCorner().y())
90 if (marginBounds.xInterceptsAtY(y2, minXIntercept, maxXIntercept)) {
H A DPolygonShape.cpp54 static inline bool overlapsYRange(const FloatRect& rect, float y1, float y2) { return !rect.isEmpty() && y2 >= y1 && y2 >= rect.y() && y1 <= rect.maxY(); } argument
70 FloatShapeInterval OffsetPolygonEdge::clippedEdgeXRange(float y1, float y2) const
72 if (!overlapsYRange(y1, y2) || (y1 == maxY() && minY() <= y1) || (y2 == minY() && maxY() >= y2))
75 if (isWithinYRange(y1, y2))
78 // Clip the edge line segment to the vertical range y1,y2 and then return
91 float xForY2 = (maxYVertex.y() > y2)
101 clippedCircleXRange(const FloatPoint& center, float radius, float y1, float y2) argument
126 float y2 = logicalTop.toFloat() + logicalHeight.toFloat(); local
[all...]
H A DRectangleShape.cpp63 float y2 = (logicalTop + logicalHeight).toFloat(); local
65 if (y2 < bounds.y() || y1 >= bounds.maxY())
75 if (y2 < bounds.y() + marginRadiusY) {
76 float yi = y2 - bounds.y() - marginRadiusY;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegCurvetoCubicSmooth.h30 SVGPathSegCurvetoCubicSmooth(SVGPathElement* element, float x, float y, float x2, float y2) argument
35 , m_y2(y2)
60 float y2() const { return m_y2; } function in class:blink::SVGPathSegCurvetoCubicSmooth
61 void setY2(float y2) argument
63 m_y2 = y2;
H A DLinearGradientAttributes.h43 SVGLength* y2() const { return m_y2.get(); } function in struct:blink::LinearGradientAttributes
H A DSVGPathSegCurvetoCubic.h30 SVGPathSegCurvetoCubic(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) argument
37 , m_y2(y2)
76 float y2() const { return m_y2; } function in class:blink::SVGPathSegCurvetoCubic
77 void setY2(float y2) argument
79 m_y2 = y2;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Darc.h50 VGfloat x1, y1, x2, y2; member in struct:arc
58 VGfloat x2, VGfloat y2,
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticParameterization.h10 double y2() const { return p[yy_coeff]; } function in class:QuadImplicitForm
H A DSimplifyFindTop_Test.cpp52 SkScalar x2, SkScalar y2) {
76 SkASSERT(pts[1].fY == y2);
51 test(const SkPath& path, SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) argument
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadImplicit.h21 double y2() const { return fP[kYy_Coeff]; } function in class:SkDQuadImplicit
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.h50 VGfloat x1, y1, x2, y2; member in struct:arc
58 VGfloat x2, VGfloat y2,
/external/pdfium/fpdfsdk/include/
H A Dfpdfdoc.h181 FS_FLOAT y2; member in struct:_FS_QUADPOINTSF
/external/skia/experimental/Intersection/
H A DQuadraticParameterization.h10 double y2() const { return p[yy_coeff]; } function in class:QuadImplicitForm
H A DSimplifyFindTop_Test.cpp52 SkScalar x2, SkScalar y2) {
76 SkASSERT(pts[1].fY == y2);
51 test(const SkPath& path, SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) argument
/external/skia/src/pathops/
H A DSkDQuadImplicit.h21 double y2() const { return fP[kYy_Coeff]; } function in class:SkDQuadImplicit
/external/chromium_org/content/browser/renderer_host/input/
H A Dgesture_text_selector_unittest.cc47 virtual void SelectRange(float x1, float y1, float x2, float y2) OVERRIDE {
130 const float y2 = 90.0f; local
141 MockMotionEvent action_move(MotionEvent::ACTION_MOVE, event_time, x2, y2);
151 CreateGesture(ui::ET_GESTURE_DOUBLE_TAP, event_time, x2, y2);
165 CreateGesture(ui::ET_GESTURE_SCROLL_UPDATE, event_time, x2, y2);
172 MockMotionEvent action_up(MotionEvent::ACTION_UP, event_time, x2, y2);
181 CreateGesture(ui::ET_GESTURE_SCROLL_END, event_time, x2, y2);
191 const float y2 = 31.0f; local
203 CreateGesture(ui::ET_GESTURE_TAP_DOWN, event_time, x2, y2);
209 MockMotionEvent action_move(MotionEvent::ACTION_MOVE, event_time, x2, y2);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSTimingFunctionValue.h37 static PassRefPtrWillBeRawPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) argument
39 return adoptRefWillBeNoop(new CSSCubicBezierTimingFunctionValue(x1, y1, x2, y2));
47 double y2() const { return m_y2; } function in class:blink::CSSCubicBezierTimingFunctionValue
54 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) argument
59 , m_y2(y2)
/external/chromium_org/third_party/skia/tests/
H A DClipCubicTest.cpp59 float x2, float y2,
64 crv[2].fX = x2; crv[2].fY = y2;
57 SetCurve(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, SkPoint crv[4]) argument
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp93 Y2<f0> y2; variable
/external/clang/test/SemaCXX/
H A Ddefault-constructor-initializers.cpp39 Y2 y2; member in struct:Y4
/external/clang/test/SemaTemplate/
H A Dms-sizeof-missing-typename.cpp39 y2 = sizeof(typename T::template InnerTemplate<sizeof(T::InnerVar)>), enumerator in enum:nested_sizeof::Foo::__anon19478

Completed in 728 milliseconds

1234567891011>>