Searched defs:y1 (Results 26 - 50 of 129) sorted by relevance

123456

/external/webkit/Source/WebCore/svg/
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 DSVGPathStringSource.cpp163 float y1; local
169 || !parseNumber(m_current, m_end, y1)
175 point1 = FloatPoint(x1, y1);
184 float y1; local
188 || !parseNumber(m_current, m_end, y1)
192 point1 = FloatPoint(x1, y1);
H A DSVGPathElement.cpp114 PassRefPtr<SVGPathSegCurvetoCubicAbs> SVGPathElement::createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role) argument
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) argument
121 return SVGPathSegCurvetoCubicRel::create(this, role, x, y, x1, y1, x2, y2);
124 PassRefPtr<SVGPathSegCurvetoQuadraticAbs> SVGPathElement::createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role) argument
126 return SVGPathSegCurvetoQuadraticAbs::create(this, role, x, y, x1, y1);
129 PassRefPtr<SVGPathSegCurvetoQuadraticRel> SVGPathElement::createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role) argument
131 return SVGPathSegCurvetoQuadraticRel::create(this, role, x, y, x1, y1);
/external/webkit/Source/WebKit/android/plugins/
H A DANPPathInterface.cpp66 static void anp_quadTo(ANPPath* path, float x0, float y0, float x1, float y1) { argument
68 SkFloatToScalar(x1), SkFloatToScalar(y1));
72 float x1, float y1, float x2, float y2) {
74 SkFloatToScalar(x1), SkFloatToScalar(y1),
71 anp_cubicTo(ANPPath* path, float x0, float y0, float x1, float y1, float x2, float y2) argument
H A DANPCanvasInterface.cpp109 float x1, float y1, const ANPPaint* paint) {
111 SkFloatToScalar(x1), SkFloatToScalar(y1), *paint);
108 anp_drawLine(ANPCanvas* canvas, float x0, float y0, float x1, float y1, const ANPPaint* paint) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dnine_box.cc118 int y1 = gdk_pixbuf_get_height(images_[0]); local
120 int y2 = images_[6] ? dst_height - gdk_pixbuf_get_height(images_[6]) : y1;
122 if (x2 < x1 || y2 < y1)
143 TileImage(cr, images_[1], x1, 0, x2 - x1, y1, opacity);
149 TileImage(cr, images_[3], 0, y1, x1, y2 - y1, opacity);
151 TileImage(cr, images_[4], x1, y1, x2 - x1, y2 - y1, opacity);
153 TileImage(cr, images_[5], x2, y1, dst_width - x2, y2 - y1, opacit
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp109 int y1 = Y<int>().get(); // ok member in namespace:PotentialConstant
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp7 Y<(1 >> 2)> *y1; variable
/external/clang/test/SemaTemplate/
H A Dinstantiate-method.cpp82 int *y1 = x1; // expected-error{{no viable conversion}} local
/external/dropbear/libtomcrypt/demos/
H A Dtv_gen.c395 int err, kl, x, y1, z; local
422 for (y1 = 0; y1 <= (int)(cipher_descriptor[x].block_length*2); y1++){
423 for (z = 0; z < y1; z++) {
429 if ((err = eax_encrypt_authenticate_memory(x, key, kl, nonce, y1, header, y1, plaintext, y1, plaintext, tag, &len)) != CRYPT_OK) {
433 fprintf(out, "%3d: ", y1);
434 for (z = 0; z < y1;
455 int err, kl, x, y1, z; local
519 int err, kl, x, y1, z; local
582 int err, kl, x, y1, z; local
[all...]
/external/jmonkeyengine/engine/src/android/jme3tools/android/
H A DFixed.java315 public static int hyp(int x1, int y1, int x2, int y2) { argument
319 if ((y2 -= y1) < 0) {
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.cpp271 int x, y, x1, y1, j; local
311 y1 = y + ystep;
312 for( ++y; y < y1; y++, dst += step )
333 int x, y, x1, y1, j; local
373 y1 = y + ystep;
374 for( ++y; y < y1; y++, dst += step )
/external/openssl/crypto/ec/
H A Dec2_smpl.c423 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
449 y1 = BN_CTX_get(ctx);
468 if (!BN_copy(y1, &b->Y)) goto err;
472 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
479 if (!BN_GF2m_add(s, y0, y1)) goto err;
488 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1))
494 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
505 if (!BN_GF2m_add(y2, y2, y1)) goto err;
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.c203 static void fastscale (register char *b1, register char *b2, int x1, int x2, int y1, int y2) argument
209 if (!x1 || !x2 || !y1 || !y2)
215 ddy = y1 + y1;
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_pow.h104 double y1,t1,t2,r,s,t,u,v,w; local
252 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
253 y1 = y;
254 SET_LOW_WORD(y1,0);
255 p_l = (y-y1)*t1+y*t2;
256 p_h = y1*t1;
/external/skia/samplecode/
H A DSampleSkLayer.cpp41 SkScalar x1, SkScalar y1, SkScalar z1) {
48 x1, y1, z1,
49 dst.fData[0] == x1 && dst.fData[1] == y1 && dst.fData[2] == z1);
54 SkScalar y0, SkScalar y1, SkScalar y2) {
57 dst[3] != y0 || dst[4] != y1 || dst[5] != y2) {
61 x0, x1, x2, y0, y1, y2, str.c_str());
39 test_map(SkScalar x0, SkScalar y0, SkScalar z0, const SkMatrix44& mat, SkScalar x1, SkScalar y1, SkScalar z1) argument
52 test_33(const SkMatrix44& mat, SkScalar x0, SkScalar x1, SkScalar x2, SkScalar y0, SkScalar y1, SkScalar y2) argument
/external/skia/src/core/
H A DSkBitmapProcState_sample.h185 unsigned y1 = data & 0x3FFF; local
196 const SRCTYPE* SK_RESTRICT row1 = (const SRCTYPE*)(srcAddr + y1 * rb);
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/srec/srec/cfront/
H A Dspec_anl.c422 float x1, y1, b, c, wscale; local
442 y1 = x1 < wscale ? (float)x1 / wscale : (float)1.0;
444 b = y1 < 1.0 ? (float)((1.0 - x1) / (1.0 - y1)) : (float)0.0;
448 nsE = (int)(y1 * (ns - 1));
/external/webkit/Source/WebCore/html/
H A DHTMLAreaElement.cpp161 int y1 = m_coords[3].calcMinValue(height); local
162 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0));
/external/webkit/Source/WebCore/platform/animation/
H A DTimingFunction.h79 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2) argument
81 return adoptRef(new CubicBezierTimingFunction(x1, y1, x2, y2));
101 double y1() const { return m_y1; } function in class:WebCore::CubicBezierTimingFunction
112 CubicBezierTimingFunction(double x1 = 0.25, double y1 = 0.1, double x2 = 0.25, double y2 = 1.0)
115 , m_y1(y1)
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DLegacyCACFLayerTreeHost.cpp279 rect.y1 = bounds.origin.y + bounds.size.height - (r->origin.y + r->size.height);
280 rect.y2 = rect.y1 + r->size.height;
353 float y1 = y0 + bounds.size.height; local
356 D3DXMatrixOrthoOffCenterRH(&projection, x0, x1, y0, y1, -1.0f, 1.0f);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DContextShadowCairo.cpp90 double x1, x2, y1, y2; local
91 cairo_clip_extents(context->platformContext()->cr(), &x1, &y1, &x2, &y2);
92 IntRect layerRect = calculateLayerBoundingRect(context, layerArea, IntRect(x1, y1, x2 - x1, y2 - y1));
227 double x1, x2, y1, y2; local
228 cairo_clip_extents(cr, &x1, &y1, &x2, &y2);
229 calculateLayerBoundingRect(context, shadowRect, IntRect(x1, y1, x2 - x1, y2 - y1));
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DTilingData.cpp109 int y1 = bounds.y(); local
117 y1--;
121 bounds = IntRect(x1, y1, x2 - x1, y2 - y1);
/external/clang/test/SemaCXX/
H A Denum-scoped.cpp157 enum F y1 = a; // ok member in namespace:E1::E2::Redeclare5::N2764

Completed in 510 milliseconds

123456