Searched defs:x1 (Results 201 - 225 of 672) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathElement.cpp111 PassRefPtr<SVGPathSegCurvetoCubicAbs> SVGPathElement::createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2) argument
113 return SVGPathSegCurvetoCubicAbs::create(0, PathSegUndefinedRole, x, y, x1, y1, x2, y2);
116 PassRefPtr<SVGPathSegCurvetoCubicRel> SVGPathElement::createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2) argument
118 return SVGPathSegCurvetoCubicRel::create(0, PathSegUndefinedRole, x, y, x1, y1, x2, y2);
121 PassRefPtr<SVGPathSegCurvetoQuadraticAbs> SVGPathElement::createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1) argument
123 return SVGPathSegCurvetoQuadraticAbs::create(0, PathSegUndefinedRole, x, y, x1, y1);
126 PassRefPtr<SVGPathSegCurvetoQuadraticRel> SVGPathElement::createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1) argument
128 return SVGPathSegCurvetoQuadraticRel::create(0, PathSegUndefinedRole, x, y, x1, y1);
/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DTimingFunction.h100 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2) argument
102 return adoptRef(new CubicBezierTimingFunction(Custom, x1, y1, x2, y2));
140 double x1() const { return m_x1; } function in class:WebCore::FINAL
148 explicit CubicBezierTimingFunction(SubType subType, double x1, double y1, double x2, double y2) argument
150 , m_x1(x1)
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatQuad.cpp185 float x1 = p1.x() - center.x(), y1 = p1.y() - center.y(); local
187 if ((x0 * x0 + y0 * y0) <= radius2 || (x1 * x1 + y1 * y1) <= radius2)
193 float b = x1 - x0;
194 float c = x0 * y1 - x1 * y0;
204 return (((x0 <= x && x <= x1) || (x0 >= x && x >= x1))
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
H A DSwapChain9.cpp283 float x1 = x - 0.5f; local
293 float quad[4][6] = {{x1, y1, 0.0f, 1.0f, u1, v2},
296 {x1, y2, 0.0f, 1.0f, u1, v1}}; // x, y, z, rhw, u, v
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c324 int x0, x1, x2, x3; local
327 x1 = input[1];
331 if (!(x0 | x1 | x2 | x3)) {
338 s2 = sinpi_3_9 * x1;
346 x1 = s1 - s4 - s6;
351 s1 = x1 + x3;
353 s3 = x0 + x1 - x3;
H A Dvp9_itrans8_dspr2.c473 int x0, x1, x2, x3, x4, x5, x6, x7; local
476 x1 = input[0];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
491 s0 = cospi_2_64 * x0 + cospi_30_64 * x1;
492 s1 = cospi_30_64 * x0 - cospi_2_64 * x1;
501 x1 = ROUND_POWER_OF_TWO((s1 + s5), DCT_CONST_BITS);
511 s1 = x1;
520 x1 = s1 + s3;
546 output[7] = -x1;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c132 float x1 = pos1[0]; local
136 float dx = x0 > x1 ? x0 - x1 : x1 - x0;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvgu.c56 VGfloat x1, VGfloat y1)
72 coords[2] = x1;
54 vguLine(VGPath path, VGfloat x0, VGfloat y0, VGfloat x1, VGfloat y1) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_tracker.h142 uint16_t x1, y1, x2, y2; member in struct:xa_box
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h193 uint32_t x1; member in class:brw_blorp_params
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_clear.c137 float x0, float y0, float x1, float y1, GLfloat z,
154 vertices[1][0][0] = x1;
157 vertices[2][0][0] = x1;
202 const GLfloat x1 = (GLfloat) ctx->DrawBuffer->_Xmax / fb_width * 2.0f - 1.0f; local
213 x1, y1);
314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
136 draw_quad(struct st_context *st, float x0, float y0, float x1, float y1, GLfloat z, const union pipe_color_union *color) argument
H A Dst_cb_drawtex.c150 const GLfloat x0 = x, y0 = y, x1 = x + width, y1 = y + height; local
170 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_linetemp.h72 GLint x1 = (GLint) vert1->attrib[FRAG_ATTRIB_WPOS][0]; local
136 if ((x0==w) | (x1==w)) {
137 if ((x0==w) & (x1==w))
140 x1 -= x1==w;
151 dx = x1 - x0;
H A Ds_zoom.c44 * \param x0, x1 returned X bounds of zoomed region [x0, x1)
51 GLint *x0, GLint *x1, GLint *y0, GLint *y1)
94 *x1 = c1;
136 GLint x0, x1, y0, y1; local
140 &x0, &x1, &y0, &y1)) {
151 zoomedWidth = x1 - x0;
366 GLint x0, x1, y0, y1, y; local
370 &x0, &x1, &y0, &y1)) {
374 zoomedWidth = x1
49 compute_zoomed_bounds(struct gl_context *ctx, GLint imageX, GLint imageY, GLint spanX, GLint spanY, GLint width, GLint *x0, GLint *x1, GLint *y0, GLint *y1) argument
415 GLint x0, x1, y0, y1, y; local
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec2_smpl.c423 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
448 x1 = BN_CTX_get(ctx);
467 if (!BN_copy(x1, &b->X)) goto err;
472 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
476 if (BN_GF2m_cmp(x0, x1))
478 if (!BN_GF2m_add(t, x0, x1)) 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;
495 if (!BN_GF2m_add(s, s, x1)) goto err;
502 if (!BN_GF2m_add(y2, x1, x
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
H A Dpoly1305_arm.c76 uint32_t x1 = r->v[2]; local
89 x1 += x0 >> 26; x0 &= 0x3ffffff;
90 x2 += x1 >> 26; x1 &= 0x3ffffff;
97 y1 = x1 + (y0 >> 26); y0 &= 0x3ffffff;
104 y1 ^= x1;
116 y1 ^= x1;
131 uint32_t x1 = x->v[2]; local
136 x1 += x0 >> 26;
138 x2 += x1 >> 2
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt.c92 opus_val32 x0, x1, x2, x3, x4; local
97 x1 = x[-T+1];
103 + MULT16_32_Q15(g11,ADD32(x1,x3))
107 x2=x1;
108 x1=x0;
121 opus_val32 x0, x1, x2, x3, x4; local
140 x1 = x[-T1+1];
154 + MULT16_32_Q15(MULT16_16_Q15(f,g11),ADD32(x1,x3))
158 x2=x1;
159 x1
[all...]
H A Dvq.c48 celt_norm x1, x2; local
49 x1 = Xptr[0];
51 Xptr[stride] = EXTRACT16(SHR32(MULT16_16(c,x2) + MULT16_16(s,x1), 15));
52 *Xptr++ = EXTRACT16(SHR32(MULT16_16(c,x1) - MULT16_16(s,x2), 15));
57 celt_norm x1, x2; local
58 x1 = Xptr[0];
60 Xptr[stride] = EXTRACT16(SHR32(MULT16_16(c,x2) + MULT16_16(s,x1), 15));
61 *Xptr-- = EXTRACT16(SHR32(MULT16_16(c,x1) - MULT16_16(s,x2), 15));
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dburg_modified_FIX.c58 opus_int32 C0, num, nrg, rc_Q31, invGain_Q30, Atmp_QA, Atmp1, tmp1, tmp2, x1, x2; local
128 x1 = -silk_LSHIFT32( (opus_int32)x_ptr[ n ], 16 - rshifts ); /* Q(16-rshifts) */
133 C_first_row[ k ] = silk_SMLAWB( C_first_row[ k ], x1, x_ptr[ n - k - 1 ] ); /* Q( -rshifts ) */
149 x1 = -silk_LSHIFT32( (opus_int32)x_ptr[ n ], -rshifts ); /* Q( -rshifts ) */
154 C_first_row[ k ] = silk_MLA( C_first_row[ k ], x1, x_ptr[ n - k - 1 ] ); /* Q( -rshifts ) */
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DPath2D.cpp230 double x1 = args[0]->NumberValue(); local
238 SkDoubleToScalar(x1),
/external/chromium_org/third_party/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);
53 SkScalar x0, SkScalar x1, SkScalar x2,
56 if (dst[0] != x0 || dst[1] != x1 || dst[2] != x2 ||
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/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState_sample.h115 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)]; local
120 *colors++ = RETURNDST(x1);
164 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
166 unsigned x1 = XX & 0x3FFF; local
172 SRC_TO_FILTER(row0[x1]),
174 SRC_TO_FILTER(row1[x1]),
206 unsigned x1 = data & 0x3FFF; local
215 SRC_TO_FILTER(row0[x1]),
217 SRC_TO_FILTER(row1[x1]),
H A DSkBlitter.cpp306 int x1 = left + compute_anti_width(runs); local
308 if (x1 <= fClipRect.fLeft) {
312 SkASSERT(x0 < x1);
321 SkASSERT(x0 < x1 && runs[x1 - x0] == 0);
322 if (x1 > fClipRect.fRight) {
323 x1 = fClipRect.fRight;
324 SkAlphaRuns::BreakAt((int16_t*)runs, (uint8_t*)aa, x1 - x0);
325 ((int16_t*)runs)[x1 - x0] = 0;
328 SkASSERT(x0 < x1
[all...]
H A DSkEdge.cpp36 SkFDot6 x0, y0, x1, y1; local
42 x1 = int(p1.fX * scale);
49 SkTSwap(x0, x1);
66 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
84 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) argument
105 x1 >>= 10;
107 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
171 SkFDot6 x0, y0, x1, y1, x2, y2; local
177 x1 = int(pts[1].fX * scale);
201 SkFDot6 dx = ((x1 <<
321 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_mips_dsp.cpp380 register int x1 = 0; local
414 "bnez %[x1], 4f \n\t"
418 "li %[x1], 1 \n\t"
424 "li %[x1], 0 \n\t"
507 [x1]"+r"(x1), [sc_mul]"=&r"(sc_mul), [sc_add]"=&r"(sc_add),

Completed in 1020 milliseconds

1234567891011>>