/external/valgrind/main/memcheck/tests/ |
badrw.c | 12 char y1; local 25 y1 = *x1; 26 *x1 = y1;
|
/frameworks/av/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 | 24 @param y1 The y-coordinate for the end of the gradient line 31 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[], 39 native_instance = nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt); 40 native_shader = nativePostCreate1(native_instance, x0, y0, x1, y1, colors, positions, 48 @param y1 The y-coordinate for the end of the gradient line 53 public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1, 55 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt); 56 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1, 60 private native int nativeCreate1(float x0, float y0, float x1, float y1, 62 private native int nativeCreate2(float x0, float y0, float x1, float y1, [all...] |
/external/webkit/Source/WebCore/svg/ |
SVGPathSegCurvetoQuadratic.h | 31 SVGPathSegCurvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) 36 , m_y1(y1) 61 float y1() const { return m_y1; } function in class:WebCore::SVGPathSegCurvetoQuadratic 62 void setY1(float y1) 64 m_y1 = y1; 77 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) 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) 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) [all...] |
SVGPathSegCurvetoCubic.h | 31 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) 36 , m_y1(y1) 63 float y1() const { return m_y1; } function in class:WebCore::SVGPathSegCurvetoCubic 64 void setY1(float y1) 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) 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) 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, float x2, float y2 [all...] |
SVGPathSegCurvetoQuadraticAbs.idl | 33 attribute [StrictTypeChecking] float y1;
|
SVGPathSegCurvetoQuadraticRel.idl | 33 attribute [StrictTypeChecking] float y1;
|
SVGLineElement.idl | 35 readonly attribute SVGAnimatedLength y1;
|
SVGLinearGradientElement.idl | 30 readonly attribute SVGAnimatedLength y1;
|
/external/skia/legacy/src/animator/ |
SkDrawLine.cpp | 20 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);
|
SkDrawLine.h | 23 SkScalar y1; member in class:SkLine
|
/external/skia/src/animator/ |
SkDrawLine.cpp | 20 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);
|
SkDrawLine.h | 23 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...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery.flot.dashes.js | 70 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) * (x2 - x1) + x1 [all...] |
/external/clang/test/CXX/temp/temp.param/ |
p15.cpp | 11 Y<(1 >> 2)> *y1; variable
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
g_pitch.h | 105 Word16 y1[], /* i : Filtered adaptive codebook. */
|
/packages/inputmethods/LatinIME/native/jni/src/ |
geometry_utils.h | 31 static AK_FORCE_INLINE float getAngle(const int x1, const int y1, const int x2, const int y2) { 33 const int dy = y1 - y2; 48 static AK_FORCE_INLINE int getDistanceInt(const int x1, const int y1, const int x2, 50 return static_cast<int>(hypotf(static_cast<float>(x1 - x2), static_cast<float>(y1 - y2)));
|
/external/skia/src/svg/ |
SkSVGLine.cpp | 16 SVG_ATTRIBUTE(y1), 26 SVG_ADD_ATTRIBUTE(y1);
|
/frameworks/av/services/audioflinger/ |
AudioResamplerCubic.h | 43 int32_t a, b, c, y0, y1, y2, y3; member in struct:android::AudioResamplerCubic::__anon19631 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/skia/legacy/src/utils/ |
SkCubicInterval.cpp | 49 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1, 64 y1 *= 3; 66 return eval_cubic(y1, y2 - 2*y1, y1 - y2 + SK_Scalar1, t);
|
/external/skia/src/utils/ |
SkCubicInterval.cpp | 49 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1, 64 y1 *= 3; 66 return eval_cubic(y1, y2 - 2*y1, y1 - y2 + SK_Scalar1, t);
|
/external/webkit/Source/WebCore/css/ |
CSSTimingFunctionValue.h | 69 static PassRefPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) 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) 82 , m_y1(y1)
|
/external/libvpx/libvpx/vp8/common/ |
textblit.c | 61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch) 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)
|