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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/chromium_org/third_party/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/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/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegCurvetoCubicAbs.h 31 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
33 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, role, x, y, x1, y1, x2, y2));
37 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
38 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
SVGPathSegCurvetoCubicRel.h 31 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
33 return adoptRef(new SVGPathSegCurvetoCubicRel(element, role, x, y, x1, y1, x2, y2));
37 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
38 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
SVGPathSegCurvetoQuadraticAbs.h 31 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
33 return adoptRef(new SVGPathSegCurvetoQuadraticAbs(element, role, x, y, x1, y1));
37 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
38 : SVGPathSegCurvetoQuadratic(element, role, x, y, x1, y1)
SVGPathSegCurvetoQuadraticRel.h 31 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
33 return adoptRef(new SVGPathSegCurvetoQuadraticRel(element, role, x, y, x1, y1));
37 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
38 : SVGPathSegCurvetoQuadratic(element, role, x, y, x1, y1)
SVGPathSegCurvetoQuadraticAbs.idl 31 [StrictTypeChecking] attribute float y1;
SVGPathSegCurvetoQuadraticRel.idl 31 [StrictTypeChecking] attribute float y1;
SVGPathSegCurvetoCubic.h 30 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
35 , m_y1(y1)
62 float y1() const { return m_y1; } function in class:WebCore::SVGPathSegCurvetoCubic
63 void setY1(float y1)
65 m_y1 = y1;
SVGPathSegCurvetoQuadratic.h 30 SVGPathSegCurvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
35 , m_y1(y1)
60 float y1() const { return m_y1; } function in class:WebCore::SVGPathSegCurvetoQuadratic
61 void setY1(float y1)
63 m_y1 = y1;
  /external/libvpx/libvpx/vp9/common/
vp9_textblit.h 16 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_rect.h 36 int y0, y1; member in struct:u_rect
47 a->y1 < b->y0 ||
48 b->y1 < a->y0));
62 if (b->y1 > a->y1) b->y1 = a->y1;
74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
  /external/mesa3d/src/gallium/auxiliary/util/
u_rect.h 36 int y0, y1; member in struct:u_rect
47 a->y1 < b->y0 ||
48 b->y1 < a->y0));
62 if (b->y1 > a->y1) b->y1 = a->y1;
74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
  /external/chromium_org/third_party/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_org/third_party/sqlite/src/ext/rtree/
rtree_perf.tcl 18 set y1 [expr {rand()*1000}]
19 set y2 [expr {$y1+rand()*50}]
20 lappend data $x1 $x2 $y1 $y2
25 set sql1 {CREATE TABLE btree(ii INTEGER PRIMARY KEY, x1, x2, y1, y2)}
26 set sql2 {CREATE VIRTUAL TABLE rtree USING rtree(ii, x1, x2, y1, y2)}
39 foreach {x1 x2 y1 y2} $data {
40 db eval {INSERT INTO btree VALUES($ii, $x1, $x2, $y1, $y2)}
50 foreach {x1 x2 y1 y2} $data {
52 db eval {INSERT INTO rtree VALUES($ii, $x1, $x2, $y1, $y2)}
61 foreach {x1 x2 y1 y2} [lrange $data 0 [expr $NQUERY*4-1]]
    [all...]
  /frameworks/base/graphics/java/android/graphics/
LinearGradient.java 45 @param y1 The y-coordinate for the end of the gradient line
52 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[],
64 mY1 = y1;
68 native_instance = nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt);
69 native_shader = nativePostCreate1(native_instance, x0, y0, x1, y1, colors, positions,
77 @param y1 The y-coordinate for the end of the gradient line
82 public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1,
88 mY1 = y1;
92 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt);
93 native_shader = nativePostCreate2(native_instance, x0, y0, x1, y1, color0, color1
    [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/chromium_org/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/chromium_org/third_party/WebKit/public/platform/
WebFloatAnimationCurve.h 45 virtual void add(const WebFloatKeyframe&, double x1, double y1, double x2, double y2) = 0;
WebTransformAnimationCurve.h 45 virtual void add(const WebTransformKeyframe&, double x1, double y1, double x2, double y2) = 0;
  /external/clang/test/CXX/temp/temp.param/
p15.cpp 11 Y<(1 >> 2)> *y1; variable

Completed in 559 milliseconds

1 2 3 4 5 6 7 8 91011>>