/external/fonttools/Lib/fontTools/pens/ |
pointInsidePen.py | 90 x2, y2 = point 94 if y1 < y and y2 < y: 96 if y1 >= y and y2 >= y: 100 dy = y2 - y1 105 self._addIntersection(y2 > y1) 110 x2, y2 = bcp1 116 if y1 < y and y2 < y and y3 < y and y4 < y: 118 if y1 >= y and y2 >= y and y3 >= y and y4 >= y: 122 cy = (y2 - dy) * 3.0 123 by = (y3 - y2) * 3.0 - c [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
BoxShape.cpp | 62 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)) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
bezier.c | 49 left->y2 = bez->y1 + t * (bez->y2 - bez->y1); 52 left->y3 = bez->y2 + t * (bez->y3 - bez->y2); 58 bez->y2 = left->y3 + t * (bez->y3 - left->y3); 61 left->y3 = left->y2 + t * (left->y3 - left->y2); 64 left->y4 = bez->y1 = left->y3 + t * (bez->y2 - left->y3); 81 c = (bez->y2 + bez->y3) / 2; 82 first_half->y2 = (bez->y1 + bez->y2) * 0.5 [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
bezier.c | 49 left->y2 = bez->y1 + t * (bez->y2 - bez->y1); 52 left->y3 = bez->y2 + t * (bez->y3 - bez->y2); 58 bez->y2 = left->y3 + t * (bez->y3 - left->y3); 61 left->y3 = left->y2 + t * (left->y3 - left->y2); 64 left->y4 = bez->y1 = left->y3 + t * (bez->y2 - left->y3); 81 c = (bez->y2 + bez->y3) / 2; 82 first_half->y2 = (bez->y1 + bez->y2) * 0.5 [all...] |
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
viewrtree.tcl | 108 foreach {rowid x1 x2 y1 y2} $cell break 112 if {$y2 > $ymax} {set ymax $y2} 143 foreach {rowid x1 x2 y1 y2} $cell break 144 set total_area [expr {$total_area + ($x2-$x1)*($y2-$y1)}] 148 set y2 [expr {$y2*$yscale + $yoff}] 150 set id [.c create rectangle $x1 $y1 $x2 $y2] 168 foreach {rowid x1 x2 y1 y2} $cell break 169 set cell_area [expr $cell_area+($x2-$x1)*($y2-$y1) [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkEdge.cpp | 178 SkFDot6 x0, y0, x1, y1, x2, y2; local 187 y2 = SkScalarRoundToFDot6(pts[2].fY, shift); 195 y2 = int(pts[2].fY * scale); 200 if (y0 > y2) 203 SkTSwap(y0, y2); 206 SkASSERT(y0 <= y1 && y1 <= y2); 209 int bot = SkFDot6Round(y2); 218 SkFDot6 dy = ((y1 << 1) - y0 - y2) >> 2; 260 A = SkFDot6ToFixedDiv2(y0 - y1 - y1 + y2); // 1/2 the real value 268 fQLastY = SkFDot6ToFixed(y2); 337 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local [all...] |
/external/ceres-solver/internal/ceres/ |
partitioned_matrix_view_test.cc | 96 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()),
|
/external/chromium_org/cc/blink/ |
web_float_animation_curve_impl.h | 39 double y2);
|
web_transform_animation_curve_impl.h | 40 double y2);
|
web_filter_animation_curve_impl.cc | 42 double y2) { 49 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
|
web_float_animation_curve_impl.cc | 42 double y2) { 46 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
|
web_transform_animation_curve_impl.cc | 46 double y2) { 53 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
|
/external/chromium_org/content/browser/renderer_host/input/ |
gesture_text_selector.h | 28 virtual void SelectRange(float x1, float y1, float x2, float y2) = 0;
|
gesture_text_selector_unittest.cc | 47 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/svg/ |
SVGLineElement.h | 39 SVGAnimatedLength* y2() const { return m_y2.get(); } function in class:blink::FINAL
|
SVGPathElement.h | 70 PassRefPtr<SVGPathSegCurvetoCubicAbs> createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2); 71 PassRefPtr<SVGPathSegCurvetoCubicRel> createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2); 80 PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> createSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2); 81 PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> createSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2);
|
SVGPathElement.cpp | 109 PassRefPtr<SVGPathSegCurvetoCubicAbs> SVGPathElement::createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2) 111 return SVGPathSegCurvetoCubicAbs::create(0, x, y, x1, y1, x2, y2); 114 PassRefPtr<SVGPathSegCurvetoCubicRel> SVGPathElement::createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2) 116 return SVGPathSegCurvetoCubicRel::create(0, x, y, x1, y1, x2, y2); 159 PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> SVGPathElement::createSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2) 161 return SVGPathSegCurvetoCubicSmoothAbs::create(0, x, y, x2, y2); 164 PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> SVGPathElement::createSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2) 166 return SVGPathSegCurvetoCubicSmoothRel::create(0, x, y, x2, y2);
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
QuadraticParameterization_TestUtility.cpp | 10 double yy = q.y2() * point.y * point.y;
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkDQuadImplicit.h | 21 double y2() const { return fP[kYy_Coeff]; } function in class:SkDQuadImplicit
|
/external/clang/test/CXX/stmt.stmt/stmt.dcl/ |
p3-0x.cpp | 39 Y y2; // expected-note{{jump bypasses variable with a non-trivial destructor}} local
|
/external/clang/test/CodeGenCXX/ |
constructor-init.cpp | 235 pair2 y2(x2); 236 pair2 y2m(static_cast<pair2&&>(y2)); 238 y2 = x2; 239 y2m = static_cast<pair2&&>(y2);
|
/external/clang/test/SemaCXX/ |
default-constructor-initializers.cpp | 29 struct Y2 : Y1 { 30 Y2(int); 31 Y2(); 34 struct Y3 : public Y2 { 39 Y2 y2; member in struct:Y4
|
/external/libvpx/libvpx/vp9/common/ |
vp9_tapify.py | 15 x2,y2 = p2 16 if x1==x2 and y1==y2 : 18 return 1/ math.sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2))
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
IntrinsicHistogram.java | 64 int x1 = 0, y1 = 0, x2 = w, y2 = h; local 69 y2 = h - 11; 72 for (int y = y1; y < y2; y++) { 92 hist.forEach(mAin, makeClipper(x1, y1, x2, y2)); 190 int x1 = 0, y1 = 0, x2 = w, y2 = h; local 195 y2 = h - 11; 198 for (int y = y1; y < y2; y++) { 217 hist.forEach_Dot(mAin, makeClipper(x1, y1, x2, y2));
|
/external/chromium_org/cc/animation/ |
timing_function.h | 34 double x2, double y2); 44 CubicBezierTimingFunction(double x1, double y1, double x2, double y2);
|