HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 1 - 25 of 197) sorted by null

1 2 3 4 5 6 7 8

  /external/webkit/WebCore/svg/
SVGPathSegCurvetoQuadratic.cpp 28 SVGPathSegCurvetoQuadraticAbs::SVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1)
29 : SVGPathSegCurvetoQuadratic(x, y, x1, y1)
33 SVGPathSegCurvetoQuadraticRel::SVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1)
34 : SVGPathSegCurvetoQuadratic(x, y, x1, y1)
SVGPathSegCurvetoCubic.cpp 28 SVGPathSegCurvetoCubicAbs::SVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2)
29 : SVGPathSegCurvetoCubic(x, y, x1, y1, x2, y2)
33 SVGPathSegCurvetoCubicRel::SVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2)
34 : SVGPathSegCurvetoCubic(x, y, x1, y1, x2, y2)
SVGPathSegCurvetoQuadratic.h 32 SVGPathSegCurvetoQuadratic(float x, float y, float x1, float y1)
33 : SVGPathSeg(), m_x(x), m_y(y), m_x1(x1), m_y1(y1) {}
46 void setY1(float y1) { m_y1 = y1; }
47 float y1() const { return m_y1; } function in class:WebCore::SVGPathSegCurvetoQuadratic
58 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(float x, float y, float x1, float y1) { return adoptRef(new SVGPathSegCurvetoQuadraticAbs(x, y, x1, y1)); }
64 SVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1);
69 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(float x, float y, float x1, float y1) { return adoptRef(new SVGPathSegCurvetoQuadraticRel(x, y, x1, y1)); }
    [all...]
SVGPathSegCurvetoCubic.h 32 SVGPathSegCurvetoCubic(float x, float y, float x1, float y1, float x2, float y2) : SVGPathSeg() , m_x(x) , m_y(y) , m_x1(x1) , m_y1(y1) , m_x2(x2) , m_y2(y2) {}
45 void setY1(float y1) { m_y1 = y1; }
46 float y1() const { return m_y1; } function in class:WebCore::SVGPathSegCurvetoCubic
65 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(float x, float y, float x1, float y1, float x2, float y2)
67 return adoptRef(new SVGPathSegCurvetoCubicAbs(x, y, x1, y1, x2, y2));
74 SVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2);
79 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(float x, float y, float x1, float y1, float x2, float y2)
81 return adoptRef(new SVGPathSegCurvetoCubicRel(x, y, x1, y1, x2, y2))
    [all...]
SVGPathSegCurvetoQuadraticAbs.idl 36 attribute float y1
SVGPathSegCurvetoQuadraticRel.idl 36 attribute float y1
SVGPathSegCurvetoCubicAbs.idl 36 attribute float y1
SVGPathSegCurvetoCubicRel.idl 36 attribute float y1
SVGLineElement.idl 35 readonly attribute SVGAnimatedLength y1;
SVGLinearGradientElement.idl 30 readonly attribute SVGAnimatedLength y1;
  /external/webkit/WebCore/css/
CSSTimingFunctionValue.h 36 static PassRefPtr<CSSTimingFunctionValue> create(double x1, double y1, double x2, double y2)
38 return adoptRef(new CSSTimingFunctionValue(x1, y1, x2, y2));
44 double y1() const { return m_y1; } function in class:WebCore::CSSTimingFunctionValue
49 CSSTimingFunctionValue(double x1, double y1, double x2, double y2)
51 , m_y1(y1)
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
g_pitch.c 31 Word16 y1[], /* (i) : filtered adaptive codebook. */
38 /* Compute scalar product <y1[],y1[]> */
40 /* Compute scalar product <xn[],y1[]> */
41 xy = extract_h(Dot_product12_asm(xn, y1, L_subfr, &exp_xy));
42 yy = extract_h(Dot_product12_asm(y1, y1, L_subfr, &exp_yy));
45 /* Compute scalar product <xn[],y1[]> */
46 xy = extract_h(Dot_product12(xn, y1, L_subfr, &exp_xy));
47 yy = extract_h(Dot_product12(y1, y1, L_subfr, &exp_yy));
    [all...]
  /frameworks/base/graphics/java/android/graphics/
LinearGradient.java 25 @param y1 The y-coordinate for the end of the gradient line
32 public LinearGradient(float x0, float y0, float x1, float y1,
40 native_instance = nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt);
47 @param y1 The y-coordinate for the end of the gradient line
52 public LinearGradient(float x0, float y0, float x1, float y1,
54 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt);
58 private static native int nativeCreate1(float x0, float y0, float x1, float y1,
60 private static native int nativeCreate2(float x0, float y0, float x1, float y1,
  /external/skia/src/animator/
SkDrawLine.cpp 28 SK_MEMBER(y1, Float),
36 SkLine::SkLine() : x1(0), x2(0), y1(0), y2(0) {
41 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint);
SkDrawLine.h 31 SkScalar y1; member in class:SkLine
  /external/freetype/src/base/
ftbbox.c 91 /* y1 :: The start coordinate. */
103 BBox_Conic_Check( FT_Pos y1,
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 = y3 = y1 - FT_MulDiv( y2 - y1, y2 - y1, y1 - 2*y2 + y3 )
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
g_pitch.h 105 Word16 y1[], /* i : Filtered adaptive codebook. */
  /external/skia/src/svg/
SkSVGLine.cpp 24 SVG_ATTRIBUTE(y1),
34 SVG_ADD_ATTRIBUTE(y1);
  /frameworks/base/services/audioflinger/
AudioResamplerCubic.h 43 int32_t a, b, c, y0, y1, y2, y3; member in struct:android::AudioResamplerCubic::__anon9496
51 return (((((p->a * x >> 14) + p->b) * x >> 14) + p->c) * x >> 14) + p->y1;
54 p->y0 = p->y1;
55 p->y1 = p->y2;
58 p->a = (3 * (p->y1 - p->y2) - p->y0 + p->y3) >> 1;
59 p->b = (p->y2 << 1) + p->y0 - (((5 * p->y1 + p->y3)) >> 1);
  /external/tremolo/Tremolo/
asm_arm.h 73 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/webkit/WebCore/platform/animation/
TimingFunction.h 42 TimingFunction(ETimingFunctionType timingFunction, double x1 = 0.0, double y1 = 0.0, double x2 = 1.0, double y2 = 1.0)
45 , m_y1(y1)
57 double y1() const { return m_y1; } function in struct:WebCore::TimingFunction
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
IGraphics.java 100 void drawLine(int x1, int y1, int x2, int y2);
111 void drawRect(int x1, int y1, int x2, int y2);
127 void fillRect(int x1, int y1, int x2, int y2);
  /external/skia/src/core/
SkEdge.cpp 37 SkFDot6 x0, y0, x1, y1; local
45 y1 = int(p1.fY * scale);
51 y1 = p1.fY >> shift;
57 if (y0 > y1) {
59 SkTSwap(y0, y1);
64 int bot = SkFDot6Round(y1);
75 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
92 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1)
99 y1 >>= 10;
101 SkASSERT(y0 <= y1);
178 SkFDot6 x0, y0, x1, y1, x2, y2; local
319 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /frameworks/base/services/sensorservice/
SecondOrderLowPassFilter.cpp 55 y1 = y2 = x;
61 float y = (x + x2)*s.a0 + x1*s.a1 - y1*s.b1 - y2*s.b2;
63 y2 = y1;
65 y1 = y;
  /external/dropbear/libtommath/
bn_mp_karatsuba_mul.c 49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
68 if (mp_init_size (&y1, b->used - B) != MP_OKAY)
73 goto Y1;
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
    [all...]

Completed in 146 milliseconds

1 2 3 4 5 6 7 8