Searched refs:y1 (Results 1 - 25 of 209) sorted by relevance

123456789

/external/valgrind/main/memcheck/tests/
H A Dbadrw.c12 char y1; local
25 y1 = *x1;
26 *x1 = y1;
/external/webkit/Source/WebCore/svg/
H A DSVGPathSegCurvetoQuadratic.h31 SVGPathSegCurvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
36 , m_y1(y1)
61 float y1() const { return m_y1; } function in class:WebCore::SVGPathSegCurvetoQuadratic
62 void setY1(float y1) argument
64 m_y1 = y1;
77 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
79 return adoptRef(new SVGPathSegCurvetoQuadraticAbs(element, role, x, y, x1, y1));
83 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
84 : SVGPathSegCurvetoQuadratic(element, role, x, y, x1, y1)
94 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
100 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
[all...]
H A DSVGPathSegCurvetoCubic.h31 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
36 , m_y1(y1)
63 float y1() const { return m_y1; } function in class:WebCore::SVGPathSegCurvetoCubic
64 void setY1(float y1) argument
66 m_y1 = y1;
95 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
97 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, role, x, y, x1, y1, x2, y2));
101 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
102 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
112 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, floa argument
118 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
[all...]
H A DSVGPathSegCurvetoQuadraticAbs.idl33 attribute [StrictTypeChecking] float y1;
H A DSVGPathSegCurvetoQuadraticRel.idl33 attribute [StrictTypeChecking] float y1;
H A DSVGLineElement.idl35 readonly attribute SVGAnimatedLength y1;
H A DSVGLinearGradientElement.idl30 readonly attribute SVGAnimatedLength y1;
H A DSVGPathSegCurvetoCubicAbs.idl33 attribute [StrictTypeChecking] float y1;
H A DSVGPathSegCurvetoCubicRel.idl33 attribute [StrictTypeChecking] float y1;
/external/skia/src/animator/
H A DSkDrawLine.cpp20 SK_MEMBER(y1, Float),
28 SkLine::SkLine() : x1(0), x2(0), y1(0), y2(0) {
33 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint);
H A DSkDrawLine.h23 SkScalar y1; member in class:SkLine
/external/freetype/src/base/
H A Dftbbox.c91 /* y1 :: The start coordinate. */
103 BBox_Conic_Check( FT_Pos y1, argument
109 if ( y1 <= y3 && y2 == y1 ) /* flat arc */
112 if ( y1 < y3 )
114 if ( y2 >= y1 && y2 <= y3 ) /* ascending arc */
119 if ( y2 >= y3 && y2 <= y1 ) /* descending arc */
121 y2 = y1;
122 y1 = y3;
128 y1
289 test_cubic_extrema( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos y4, FT_Fixed u, FT_Pos* min, FT_Pos* max ) argument
333 BBox_Cubic_Check( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos y4, FT_Pos* min, FT_Pos* max ) argument
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
H A Djquery.flot.dashes.js70 y1 = points[i - ps + 1],
77 if (y1 <= y2 && y1 < axisy.min) {
80 x1 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1;
81 y1 = axisy.min;
82 } else if (y2 <= y1 && y2 < axisy.min) {
83 if (y1 < axisy.min) continue;
84 x2 = (axisy.min - y1) / (y2 - y1) * (x
[all...]
/external/clang/test/CXX/temp/temp.param/
H A Dp15.cpp11 Y<(1 >> 2)> *y1; variable
/external/skia/src/svg/
H A DSkSVGLine.cpp16 SVG_ATTRIBUTE(y1),
26 SVG_ADD_ATTRIBUTE(y1);
/external/tremolo/Tremolo/
H A Dasm_arm.h73 int x1, y1, l; local
79 : "=&r" (l), "=&r" (x1), "=&r" (y1), "=r" (a)
84 *y = y1;
92 int x1, y1, l; local
98 : "=&r" (l), "=&r" (x1), "=&r" (y1), "=r" (a)
103 *y = y1 << 1;
111 int x1, y1, l; local
117 : "=&r" (l), "=&r" (x1), "=&r" (y1)
122 *y = y1 << 1;
/external/skia/src/utils/
H A DSkCubicInterval.cpp49 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1, argument
64 y1 *= 3;
66 return eval_cubic(y1, y2 - 2*y1, y1 - y2 + SK_Scalar1, t);
/external/webkit/Source/WebCore/css/
H A DCSSTimingFunctionValue.h69 static PassRefPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) argument
71 return adoptRef(new CSSCubicBezierTimingFunctionValue(x1, y1, x2, y2));
75 double y1() const { return m_y1; } function in class:WebCore::CSSCubicBezierTimingFunctionValue
80 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) argument
82 , m_y1(y1)
/external/libvpx/vp8/common/
H A Dtextblit.c61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch) argument
63 int steep = abs(y1 - y0) > abs(x1 - x0);
75 x1 = y1;
76 y1 = t;
87 y0 = y1;
88 y1 = t;
92 deltay = abs(y1 - y0);
97 if (y0 < y1)
H A Dpostproc.c126 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch);
499 int y1, int u1, int v1, int alpha, int stride)
502 int y1_const = y1*((1<<16)-alpha);
537 int y1, int u1, int v1, int alpha, int stride)
540 int y1_const = y1*((1<<16)-alpha);
601 int y1, int u1, int v1, int alpha, int stride)
604 int y1_const = y1*((1<<16)-alpha);
631 static void constrain_line (int x0, int *x1, int y0, int *y1, int width, int height) argument
639 dy = *y1 - y0;
643 *y1
498 vp8_blend_mb_inner_c(unsigned char *y, unsigned char *u, unsigned char *v, int y1, int u1, int v1, int alpha, int stride) argument
536 vp8_blend_mb_outer_c(unsigned char *y, unsigned char *u, unsigned char *v, int y1, int u1, int v1, int alpha, int stride) argument
600 vp8_blend_b_c(unsigned char *y, unsigned char *u, unsigned char *v, int y1, int u1, int v1, int alpha, int stride) argument
847 int x1, y1; local
[all...]
/external/skia/src/core/
H A DSkEdge.cpp30 SkFDot6 x0, y0, x1, y1; local
38 y1 = int(p1.fY * scale);
44 y1 = p1.fY >> shift;
50 if (y0 > y1) {
52 SkTSwap(y0, y1);
57 int bot = SkFDot6Round(y1);
68 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
85 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) argument
92 y1 >>= 10;
94 SkASSERT(y0 <= y1);
171 SkFDot6 x0, y0, x1, y1, x2, y2; local
312 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
/external/clang/test/PCH/
H A Dpr4489.c44 void y1(void) function
/external/skia/include/utils/
H A DSkCubicInterval.h13 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1,
/external/dropbear/libtommath/
H A Dbn_mp_karatsuba_mul.c49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
68 if (mp_init_size (&y1, b->used - B) != MP_OKAY)
82 y1.used = b->used - B;
106 tmpy = y1.dp;
113 * upper words x1/y1 must have a known number of digits
122 if (mp_mul (&x1, &y1, &x1y1) != MP_OKAY)
123 goto X1Y1; /* x1y1 = x1*y1 */
125 /* now calc x1+x0 and y1+y0 */
128 if (s_mp_add (&y1, &y0, &x0) != MP_OKAY)
129 goto X1Y1; /* t2 = y1
[all...]
/external/qemu/android/skin/
H A Drect.c150 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
154 if (b.x1 >= a.x1 && b.x2 <= a.x2 && b.y1 >= a.y1 && b.y2 <= a.y2) {
170 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
177 r.y1 = (a.y1 > b.y1) ? a.y1
[all...]

Completed in 458 milliseconds

123456789