Searched refs:y2 (Results 101 - 125 of 486) sorted by relevance

1234567891011>>

/external/fdlibm/
H A De_hypot.c30 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
32 * y1= y with lower 32 bits chopped, y2 = y-y1.
55 double a=x,b=y,t1,t2,y1,y2,w; local
104 y2 = b - y1;
108 w = ieee_sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
/external/chromium_org/cc/blink/
H A Dweb_float_animation_curve_impl.h39 double y2);
H A Dweb_transform_animation_curve_impl.h40 double y2);
/external/chromium_org/content/browser/renderer_host/input/
H A Dgesture_text_selector.h28 virtual void SelectRange(float x1, float y1, float x2, float y2) = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceLinearGradient.cpp53 return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x2(), attributes.y2());
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLineElement.h39 SVGAnimatedLength* y2() const { return m_y2.get(); } function in class:blink::FINAL
H A DSVGLinearGradientElement.h42 SVGAnimatedLength* y2() const { return m_y2.get(); } function in class:blink::FINAL
H A DSVGPathElement.h70 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);
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGLinearGradient.cpp19 SVG_ATTRIBUTE(y2)
/external/opencv/cv/src/
H A D_cvgeom.h56 double x2, double dx2, double y2, double dy2,
/external/pixman/pixman/
H A Dpixman-glyph.c328 extents->x2 = extents->y2 = INT32_MIN;
333 int x1, y1, x2, y2; local
338 y2 = glyphs[i].y - glyph->origin_y + glyph->image->bits.height;
346 if (y2 > extents->y2)
347 extents->y2 = y2;
389 dest->y2 = MIN (box1->y2, box2->y2);
[all...]
H A Dpixman-android.c185 int y1, y2; local
205 y2 = y1 + 1;
209 y2 = y1;
226 if (y2 < 0) {
228 y2 = 0;
230 if (y2 >= src_height) {
232 y2 = src_height - 1;
235 src_image->get_scanline(src_image, (void**)(&src2), y2);
/external/skia/src/svg/
H A DSkSVGLinearGradient.cpp19 SVG_ATTRIBUTE(y2)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DPieChart.js106 var y2 = Math.sin(this._lastAngle);
108 path.setAttribute("d", "M0,0 L" + x1 + "," + y1 + " A1,1,0," + largeArc + ",1," + x2 + "," + y2 + " Z");
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEConvolveMatrix.h99 void fastSetOuterPixels(PaintingData&, int x1, int y1, int x2, int y2);
103 ALWAYS_INLINE void setOuterPixels(PaintingData&, int x1, int y1, int x2, int y2);
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DAffineTransform.cpp226 void AffineTransform::map(double x, double y, double& x2, double& y2) const
229 y2 = (m_transform[1] * x + m_transform[3] * y + m_transform[5]);
234 double x2, y2; local
235 map(point.x(), point.y(), x2, y2);
238 return IntPoint(lround(x2), lround(y2));
243 double x2, y2; local
244 map(point.x(), point.y(), x2, y2);
246 return FloatPoint(narrowPrecisionToFloat(x2), narrowPrecisionToFloat(y2));
/external/fonttools/Lib/fontTools/pens/
H A DreportLabPen.py27 (x2,y2) = p2
29 self.path.curveTo(x1, y1, x2, y2, x3, y3)
/external/fonttools/Tools/fontTools/pens/
H A DreportLabPen.py27 (x2,y2) = p2
29 self.path.curveTo(x1, y1, x2, y2, x3, y3)
/external/freetype/src/base/
H A Dftbbox.c95 /* y2 :: The coordinate of the control point. */
106 FT_Pos y2,
113 /* within the segment, equal to (y1*y3 - y2*y2)/(y1 - 2*y2 + y3). */
114 /* Or, offsetting from y2, we get */
116 y1 -= y2;
117 y3 -= y2;
118 y2 += FT_MulDiv( y1, y3, y1 + y3 );
120 if ( y2 < *mi
105 BBox_Conic_Check( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos* min, FT_Pos* max ) argument
[all...]
/external/pixman/test/
H A Dregion-test.c61 assert (b[i].y1 < b[i].y2);
77 assert (b[0].y2 == 7);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
466 y2 = data[3];
470 map_if_relative(ox, oy, relative, &x2, &y2);
475 py = y2;
479 matrix_map_point(matrix, x2, y2, &x2, &y2);
482 x2, y2, x3, y3);
501 y2 = (y3 + 2*y1) / 3.f;
510 matrix_map_point(matrix, x2, y2, &x2, &y2);
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
466 y2 = data[3];
470 map_if_relative(ox, oy, relative, &x2, &y2);
475 py = y2;
479 matrix_map_point(matrix, x2, y2, &x2, &y2);
482 x2, y2, x3, y3);
501 y2 = (y3 + 2*y1) / 3.f;
510 matrix_map_point(matrix, x2, y2, &x2, &y2);
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c259 float x1, y1, x2, y2; local
282 y2 = y0 - 1.0f + 2.0f * G2;
305 t2 = 0.5f - x2 * x2 - y2 * y2;
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
419 y2 = y0 - j2 + 2.0f * G3;
449 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2;
456 y2, z
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c259 float x1, y1, x2, y2; local
282 y2 = y0 - 1.0f + 2.0f * G2;
305 t2 = 0.5f - x2 * x2 - y2 * y2;
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
419 y2 = y0 - j2 + 2.0f * G3;
449 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2;
456 y2, z
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
[all...]
/external/fonttools/Lib/fontTools/misc/
H A DbezierTools.py331 x2, y2 = pt2
335 by = (y2 - cy) * 2.0
342 x2, y2 = pt2
347 cy = (y2 -dy) * 3.0
349 by = (y3 - y2) * 3.0 - cy
362 y2 = (by * 0.5) + cy
365 return (x1, y1), (x2, y2), (x3, y3)
376 y2 = (cy / 3.0) + dy
378 y3 = (by + cy) / 3.0 + y2
381 return (x1, y1), (x2, y2), (x
[all...]

Completed in 1456 milliseconds

1234567891011>>