Searched defs:x4 (Results 76 - 100 of 126) sorted by relevance

123456

/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.c532 VGfloat x4, y4; local
546 x4 = 0;
558 x1, y1, x2, y2, x3, y3, x4, y4);
H A Dbezier.c54 bez->x3 = bez->x3 + t * (bez->x4 - bez->x3);
63 left->x4 = bez->x1 = left->x3 + t * (bez->x2 - left->x3);
73 second_half->x3 = (bez->x3 + bez->x4) * 0.5;
75 second_half->x4 = bez->x4;
78 first_half->x4 = second_half->x1 =
111 double x4x1 = b->x4 - b->x1;
124 polygon_vertex_append(poly, b->x4, b->y4);
142 len = len + line_length(bez->x3, bez->y3, bez->x4, bez->y4);
144 chord = line_length(bez->x1, bez->y1, bez->x4, be
166 bezier_init(struct bezier *bez, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
[all...]
H A Drenderer.c1522 VGfloat x4, VGfloat y4)
1547 r->vertices[3][0][0] = x4;
1515 renderer_texture_quad(struct renderer *r, struct pipe_resource *tex, VGfloat x1offset, VGfloat y1offset, VGfloat x2offset, VGfloat y2offset, VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4) argument
H A Dstroker.c358 VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4)
368 r4 = a1 * x4 + b1 * y4 + c1;
374 b2 = x3 - x4;
375 c2 = x4 * y3 - x3 * y4;
996 bez->x4, bez->y4);
357 do_lines_intersect(VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4) argument
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
570 x4 = x0 - 1.0f + 4.0f * G4; /* Offsets for last corner in (x,y,z,w) coords */
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
632 grad4(perm[ii + 1 + perm[jj + 1 + perm[kk + 1 + perm[ll + 1]]]], x4,
/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp315 FX_FLOAT x4 = matrix.a * rcStream.right + matrix.c * rcStream.top + matrix.e; local
318 FX_FLOAT left = FX_MIN(FX_MIN(x1, x2), FX_MIN(x3, x4));
/external/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.cpp29 SkScalar x1 = p1.x(), x2 = p2.x(), x3 = p3.x(), x4 = p4.x(); local
32 SkScalar d = SkScalarMul(x1 - x2, y3 - y4) - SkScalarMul(y1 - y2, x3 - x4);
40 post = SkScalarMul(x3, y4) - SkScalarMul(y3, x4);
42 res.set(SkScalarDiv(SkScalarMul(pre, x3 - x4) - SkScalarMul(x1 - x2, post), d),
47 res.x() < GrMin(x3, x4) || res.x() > GrMax(x3, x4) ||
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c355 tran_high_t x4 = input[3]; local
360 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
371 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
372 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
380 x4 = dct_const_round_shift(s0 - s4);
390 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
391 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
399 x4 = dct_const_round_shift(s4 + s6);
416 output[1] = -x4;
681 tran_high_t x4 local
1770 tran_high_t x4 = input[3]; local
2100 tran_high_t x4 = input[11]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dbezier.c54 bez->x3 = bez->x3 + t * (bez->x4 - bez->x3);
63 left->x4 = bez->x1 = left->x3 + t * (bez->x2 - left->x3);
73 second_half->x3 = (bez->x3 + bez->x4) * 0.5;
75 second_half->x4 = bez->x4;
78 first_half->x4 = second_half->x1 =
111 double x4x1 = b->x4 - b->x1;
124 polygon_vertex_append(poly, b->x4, b->y4);
142 len = len + line_length(bez->x3, bez->y3, bez->x4, bez->y4);
144 chord = line_length(bez->x1, bez->y1, bez->x4, be
166 bezier_init(struct bezier *bez, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) argument
[all...]
H A Drenderer.c1522 VGfloat x4, VGfloat y4)
1547 r->vertices[3][0][0] = x4;
1515 renderer_texture_quad(struct renderer *r, struct pipe_resource *tex, VGfloat x1offset, VGfloat y1offset, VGfloat x2offset, VGfloat y2offset, VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4) argument
H A Dstroker.c358 VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4)
368 r4 = a1 * x4 + b1 * y4 + c1;
374 b2 = x3 - x4;
375 c2 = x4 * y3 - x3 * y4;
996 bez->x4, bez->y4);
357 do_lines_intersect(VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2, VGfloat x3, VGfloat y3, VGfloat x4, VGfloat y4) argument
/external/clang/test/Sema/
H A Darray-init.c25 int x4 = { 1, 2 }; // expected-warning{{excess elements in scalar initializer}} local
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c1331 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1343 x4 = _mm_loadl_epi64((__m128i *)(in0 + 4*in_p));
1354 x2 = _mm_unpacklo_epi8(x4, x5);
1362 x4 = _mm_unpacklo_epi16(x0, x1);
1367 x6 = _mm_unpacklo_epi32(x4, x5);
1368 x7 = _mm_unpackhi_epi32(x4, x5);
1378 x4 = _mm_unpackhi_epi16(x0, x1);
1383 x6 = _mm_unpacklo_epi32(x4, x5);
1384 x7 = _mm_unpackhi_epi32(x4, x5);
1399 __m128i x0, x1, x2, x3, x4, x local
[all...]
/external/clang/test/CXX/drs/
H A Ddr0xx.cpp716 X<Danger> x4; member in namespace:dr62
H A Ddr1xx.cpp93 X<a4> x4; member in namespace:dr112
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c1469 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1481 x4 = _mm_loadl_epi64((__m128i *)(in0 + 4*in_p));
1492 x2 = _mm_unpacklo_epi8(x4, x5);
1500 x4 = _mm_unpacklo_epi16(x0, x1);
1505 x6 = _mm_unpacklo_epi32(x4, x5);
1506 x7 = _mm_unpackhi_epi32(x4, x5);
1516 x4 = _mm_unpackhi_epi16(x0, x1);
1521 x6 = _mm_unpacklo_epi32(x4, x5);
1522 x7 = _mm_unpackhi_epi32(x4, x5);
1537 __m128i x0, x1, x2, x3, x4, x local
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp668 int x4 = x0 + x1; x0 -= x1; local
671 x3 = x1 + x4; x1 -= x4;
673 x4 = (x0 + x2)*C1_847;
674 x0 = descale( x4 - x0*C2_613, fixb);
675 x2 = descale( x2*C1_082 - x4, fixb);
689 x4 = x2 + x3;
690 x2 = descale((x2-x3)*C1_414, fixb) - x4;
693 x1 = x3 + x4; x3 -= x4;
720 int x4 = x0 + x1; x0 -= x1; local
1525 int x4 = x0 + x1; x0 -= x1; local
1572 int x4 = x0 + x1; x0 -= x1; local
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusGraphics.h596 IN REAL x4,
601 x2, y2, x3, y3, x4, y4));
639 IN INT x4,
650 x4,
589 DrawBezier(IN const Pen* pen, IN REAL x1, IN REAL y1, IN REAL x2, IN REAL y2, IN REAL x3, IN REAL y3, IN REAL x4, IN REAL y4) argument
632 DrawBezier(IN const Pen* pen, IN INT x1, IN INT y1, IN INT x2, IN INT y2, IN INT x3, IN INT y3, IN INT x4, IN INT y4) argument
H A DGdiPlusPath.h320 IN REAL x4,
324 x3, y3, x4, y4));
349 IN INT x4,
359 x4,
314 AddBezier(IN REAL x1, IN REAL y1, IN REAL x2, IN REAL y2, IN REAL x3, IN REAL y3, IN REAL x4, IN REAL y4) argument
343 AddBezier(IN INT x1, IN INT y1, IN INT x2, IN INT y2, IN INT x3, IN INT y3, IN INT x4, IN INT y4) argument
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c1679 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
1699 x4 = ras.arc[0].x;
1769 ras.lastX = x4;
/external/clang/test/Analysis/
H A Dmalloc.c1154 int *x4 = x1;
1156 clang_analyzer_eval(x4 == x5); // expected-warning{{FALSE}}
1165 int *x4 = x1;
1166 if (x1 == x4) {
1153 int *x4 = x1; local
1164 int *x4 = x1; local
/external/freetype/src/raster/
H A Dftraster.c1681 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
1701 x4 = ras.arc[0].x;
1771 ras.lastX = x4;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c1681 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
1701 x4 = ras.arc[0].x;
1771 ras.lastX = x4;
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1740 float x4 = x2; local
1751 if( right>x4 ) x4 = right;
1762 if( x4!=x1 ){
1763 float normalwidth = (x3 - x2) / (x4 - x1);
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jar ... x1 long x2 java.io.InputStream[] x3 long[] x4 com.jakewharton.disklrucache.DiskLruCache$1 x5 ...

Completed in 883 milliseconds

123456