HomeSort by relevance Sort by last modified time
    Searched refs:y2 (Results 76 - 100 of 256) sorted by null

1 2 34 5 6 7 8 91011

  /external/webkit/Source/WebCore/svg/
SVGPathElement.h 72 PassRefPtr<SVGPathSegCurvetoCubicAbs> createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
73 PassRefPtr<SVGPathSegCurvetoCubicRel> createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
82 PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> createSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
83 PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> createSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
SVGPathElement.cpp 114 PassRefPtr<SVGPathSegCurvetoCubicAbs> SVGPathElement::createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role)
116 return SVGPathSegCurvetoCubicAbs::create(this, role, x, y, x1, y1, x2, y2);
119 PassRefPtr<SVGPathSegCurvetoCubicRel> SVGPathElement::createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role)
121 return SVGPathSegCurvetoCubicRel::create(this, role, x, y, x1, y1, x2, y2);
164 PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> SVGPathElement::createSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2, SVGPathSegRole role)
166 return SVGPathSegCurvetoCubicSmoothAbs::create(this, role, x, y, x2, y2);
169 PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> SVGPathElement::createSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2, SVGPathSegRole role)
171 return SVGPathSegCurvetoCubicSmoothRel::create(this, role, x, y, x2, y2);
SVGLinearGradientElement.cpp 46 DEFINE_ANIMATED_LENGTH(SVGLinearGradientElement, SVGNames::y2Attr, Y2, y2)
178 attributes.setY2(linear->y2());
205 endPoint = FloatPoint(attributes.x2().valueAsPercentage(), attributes.y2().valueAsPercentage());
208 endPoint = FloatPoint(attributes.x2().value(this), attributes.y2().value(this));
217 || y2().isRelative();
SVGLineElement.cpp 39 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::y2Attr, Y2, y2)
157 path.addLineTo(FloatPoint(x2().value(this), y2().value(this)));
165 || y2().isRelative();
  /frameworks/base/core/java/android/util/
MathUtils.java 90 public static float dist(float x1, float y1, float x2, float y2) {
92 final float y = (y2 - y1);
96 public static float dist(float x1, float y1, float z1, float x2, float y2, float z2) {
98 final float y = (y2 - y1);
  /external/skia/src/animator/
SkPathParts.h 82 SkScalar y2; member in class:SkQuadTo
100 SkScalar y2; member in class:SkCubicTo
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp 281 void AffineTransform::map(double x, double y, double& x2, double& y2) const
284 y2 = (m_transform[1] * x + m_transform[3] * y + m_transform[5]);
289 double x2, y2; local
290 map(point.x(), point.y(), x2, y2);
293 return IntPoint(lround(x2), lround(y2));
298 double x2, y2; local
299 map(point.x(), point.y(), x2, y2);
301 return FloatPoint(narrowPrecisionToFloat(x2), narrowPrecisionToFloat(y2));
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
spstproc.cpp 111 y2 -- Word16 Array -- Filtered fixed codebook excitation
183 Word16 y2[], /* i : Filtered fixed codebook excitation */
295 * y2 Q10 Q12
307 L_temp = ((Word32)y2[i] * gain_code);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvas.java 84 // Draws a line using the specified paint from (x1, y1) to (x2, y2).
86 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint);
88 // Draws a rectangle using the specified paint from (x1, y1) to (x2, y2).
90 public void drawRect(float x1, float y1, float x2, float y2, GLPaint paint);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasStub.java 49 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) {}
50 public void drawRect(float x1, float y1, float x2, float y2, GLPaint paint) {}
  /frameworks/base/media/libstagefright/colorconversion/
ColorConverter.cpp 156 signed y2 = (signed)src_ptr[2 * x + 3] - 16; local
170 signed tmp2 = y2 * 298;
239 signed y2 = (signed)src_y[x + 1] - 16; local
254 signed tmp2 = y2 * 298;
313 signed y2 = (signed)src_y[x + 1] - 16; local
328 signed tmp2 = y2 * 298;
384 signed y2 = (signed)src_y[x + 1] - 16; local
399 signed tmp2 = y2 * 298;
451 signed y2 = (signed)src_y[x + 1] - 16; local
466 signed tmp2 = y2 * 298
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 203 static void fastscale (register char *b1, register char *b2, int x1, int x2, int y1, int y2)
209 if (!x1 || !x2 || !y1 || !y2)
216 ddy1 = y2 + y2;
220 for (; y2; y2--) {
  /external/webkit/Source/WebKit/android/plugins/
ANPPathInterface.cpp 72 float x1, float y1, float x2, float y2) {
75 SkFloatToScalar(x2), SkFloatToScalar(y2));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 179 if (mBounds.y2() > layoutBounds.y2()) {
180 mBounds.y -= mBounds.y2() - layoutBounds.y2();
194 edge = new Segment(b.y2(), b.x, b.x2(), null, null, BOTTOM, NO_MARGIN);
197 edge = new Segment(b.x, b.y, b.y2(), null, null, LEFT, NO_MARGIN);
199 edge = new Segment(b.x2(), b.y, b.y2(), null, null, RIGHT, NO_MARGIN);
203 edge = new Segment(b.centerX(), b.y, b.y2(), null, null, CENTER_VERTICAL, NO_MARGIN);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 100 int y2 = y1 + h; local
102 if (x2 < bounds.x || y2 < bounds.y || x1 > bounds.x2() || y1 > bounds.y2()) {
113 addCenterColumnMatch(bounds, x1, y1, x2, y2, columnMatches, max);
120 addBottomMatch(y2, rowMatches, max);
128 addRowGapMatch(bounds, y1, y2, rowMatches, max);
137 y2 = y1 + h;
243 private void addCenterColumnMatch(Rect bounds, int x1, int y1, int x2, int y2,
245 Collection<INode> intersectsRow = mGrid.getIntersectsRow(y1, y2);
272 private void addBottomMatch(int y2, List<GridMatch> rowMatches, int max)
    [all...]
  /external/clang/test/SemaCXX/
dcl_init_aggr.cpp 92 float y2[4][3] = { { 1, 3, 5 }, { 2, 4, 6 }, { 3, 5, 7 } }; variable
  /external/clang/test/SemaTemplate/
instantiate-invalid.cpp 3 template<class Conv> class rasterizer_sl_clip Conv::xi(x2), Conv::yi(y2));
instantiate-static-var.cpp 61 struct Y2 {
72 Z1<Y2<X2>::value> x2;
73 int y2[Y2<X2>::value]; local
  /external/skia/include/core/
SkPath.h 312 (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
318 @param y2 The y-coordinate of the end point on a quadratic curve
320 void quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2);
349 (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
355 @param y2 The y-coordinate of the 2nd control point on a cubic curve
359 void cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
391 void rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
412 void arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
  /external/webkit/Source/WebCore/platform/audio/
Biquad.cpp 79 double y2 = m_y2;
90 float y = a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2;
99 y2 = y1;
107 m_y2 = y2;
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.h 150 void triangle(int x0, int y0, int x1, int y1, int x2, int y2, SkColor color);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 207 int y2 = r.y2() + 1; local
213 y2 -= insets.bottom;
216 gc.drawRect(x1, y1, x2, y2);
  /frameworks/base/libs/rs/
rsScriptC_LibGL.cpp 133 float x2, float y2, float z2, float u2, float v2,
147 //LOGE("%4.2f, %4.2f, %4.2f", x2, y2, z2);
151 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
166 float x2, float y2, float z2,
170 x2, y2, z2, 1, 1,
193 void rsrDrawRect(Context *rsc, Script *sc, float x1, float y1, float x2, float y2, float z) {
194 //LOGE("SC_drawRect %f,%f %f,%f %f", x1, y1, x2, y2, z);
195 rsrDrawQuad(rsc, sc, x1, y2, z, x2, y2, z, x2, y1, z, x1, y1, z);
  /external/opencv/cv/src/
cvlinefit.cpp 48 double x = 0, y = 0, x2 = 0, y2 = 0, xy = 0, w = 0; local
63 y2 += points[i].y * points[i].y;
75 y2 += weights[i] * points[i].y * points[i].y;
84 y2 /= w;
88 dy2 = y2 - y * y;
107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; local
129 y2 += y * y * w;
149 y2 += y * y;
162 y2 /= w0;
173 dy2 = y2 - y0 * y0
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 251 /*package*/ static void native_quadTo(int nPath, float x1, float y1, float x2, float y2) {
257 pathDelegate.quadTo(x1, y1, x2, y2);
272 float x2, float y2, float x3, float y3) {
278 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3);
283 float x2, float y2, float x3, float y3) {
289 pathDelegate.rCubicTo(x1, y1, x2, y2, x3, y3);
624 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
630 * @param y2 The y-coordinate of the end point on a quadratic curve
632 private void quadTo(float x1, float y1, float x2, float y2) {
633 mPath.quadTo(x1, y1, mLastX = x2, mLastY = y2);
    [all...]

Completed in 2449 milliseconds

1 2 34 5 6 7 8 91011