Searched defs:cy (Results 1 - 25 of 70) sorted by relevance

123

/external/v8/test/webkit/fast/js/
H A Dregexp-unicode-handling.js39 function cy(a) { function
56 shouldBe("cy('Re: Moose')", "'Moose'")
57 shouldBe("cy('\\u8f6c\\u53d1: Moose')", "'Moose'")
/external/v8/test/webkit/
H A Dgmail-re-re.js36 function cy(a) { function
53 shouldBe('cy("Re: Hello")', '"Hello"');
54 shouldBe('cy("Ответ: Hello")', '"Hello"');
/external/eigen/blas/f2c/
H A Dcomplexdots.c22 *incx, complex *cy, integer *incy)
29 --cy;
33 cdotcw_(n, &cx[1], incx, &cy[1], incy, &res);
38 *incx, complex *cy, integer *incy)
45 --cy;
49 cdotuw_(n, &cx[1], incx, &cy[1], incy, &res);
54 doublecomplex *cy, integer *incy)
61 --cy;
65 zdotcw_(n, &cx[1], incx, &cy[1], incy, &res);
70 doublecomplex *cy, intege
21 cdotc_(integer *n, complex *cx, integer *incx, complex *cy, integer *incy) argument
37 cdotu_(integer *n, complex *cx, integer *incx, complex *cy, integer *incy) argument
53 zdotc_(integer *n, doublecomplex *cx, integer *incx, doublecomplex *cy, integer *incy) argument
69 zdotu_(integer *n, doublecomplex *cx, integer *incx, doublecomplex *cy, integer *incy) argument
[all...]
/external/skia/src/svg/parser/
H A DSkSVGCircle.cpp17 SVG_ATTRIBUTE(cy),
26 SkScalar cx, cy, r; local
28 SkParse::FindScalar(f_cy.c_str(), &cy);
32 top = cy - r;
34 bottom = cy + r;
H A DSkSVGEllipse.cpp17 SVG_ATTRIBUTE(cy),
27 SkScalar cx, cy, rx, ry; local
29 SkParse::FindScalar(f_cy.c_str(), &cy);
34 top = cy - ry;
36 bottom = cy + ry;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.h40 VGfloat cx, cy; member in struct:arc
H A Dvgu.c223 VGfloat cx, VGfloat cy,
246 coords[0] = cx + width/2; coords[1] = cy;
222 vguEllipse(VGPath path, VGfloat cx, VGfloat cy, VGfloat width, VGfloat height) argument
/external/mesa3d/src/mesa/math/
H A Dm_clip_tmp.h60 const GLfloat cy = from[1]; local
68 mask |= (((cw < cy) << CLIP_TOP_SHIFT));
69 mask |= (((cw < -cy) << CLIP_BOTTOM_SHIFT));
78 if (-cy + cw < 0) mask |= CLIP_TOP_BIT;
79 if ( cy + cw < 0) mask |= CLIP_BOTTOM_BIT;
98 vProj[i][1] = cy * oow;
140 const GLfloat cy = from[1]; local
148 mask |= (((cw < cy) << CLIP_TOP_SHIFT));
149 mask |= (((cw < -cy) << CLIP_BOTTOM_SHIFT));
158 if (-cy
195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; local
231 const GLfloat cx = from[0], cy = from[1]; local
[all...]
H A Dm_debug_clip.c83 const GLfloat cy = from[1]; local
89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT;
90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT;
107 vProj[i][1] = cy * oow;
139 const GLfloat cx = from[0], cy = from[1], cz = from[2]; local
143 if ( cy > 1.0 ) mask |= CLIP_TOP_BIT;
144 else if ( cy < -1.0 ) mask |= CLIP_BOTTOM_BIT;
177 const GLfloat cx = from[0], cy = from[1]; local
181 if ( cy > 1.0 ) mask |= CLIP_TOP_BIT;
182 else if ( cy <
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_math.h50 FX_FLOAT cx, FX_FLOAT cy, FX_FLOAT dx, FX_FLOAT dy,
53 FX_FLOAT num = FXSYS_Mul(ay - cy, dx - cx) - FXSYS_Mul(ax - cx, dy - cy);
54 FX_FLOAT den = FXSYS_Mul(bx - ax, dy - cy) - FXSYS_Mul(by - ay, dx - cx);
49 calc_intersection(FX_FLOAT ax, FX_FLOAT ay, FX_FLOAT bx, FX_FLOAT by, FX_FLOAT cx, FX_FLOAT cy, FX_FLOAT dx, FX_FLOAT dy, FX_FLOAT* x, FX_FLOAT* y) argument
/external/skia/gm/
H A Dfilterindiabox.cpp50 SkScalar cy = SkScalarHalf(fBM.height()); variable
56 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(horizScale, vertScale);
H A Dinversepaths.cpp14 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { argument
15 SkRect rect = SkRect::MakeXYWH(cx - w / 2, cy - w / 2, w, w);
21 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { argument
22 SkRect rect = SkRect::MakeXYWH(cx - l / 2, cy, l, 0);
28 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { argument
30 path.addCircle(cx, cy, d/2, SkPath::kCW_Direction);
34 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { argument
36 path.moveTo(cx - l / 2, cy);
37 path.lineTo(cx + l / 2, cy);
84 SkScalar cy variable
[all...]
H A Dfilterbitmap.cpp51 SkScalar cy = SkScalarHalf(fBM.height()); variable
56 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(scale, scale);
163 int cy = (y * fNumChecks) / fSize; variable
164 if ((cx+cy)%2) {
/external/skia/include/effects/
H A DSkGradientShader.h118 static SkShader* CreateSweep(SkScalar cx, SkScalar cy,
122 static SkShader* CreateSweep(SkScalar cx, SkScalar cy, argument
124 return CreateSweep(cx, cy, colors, pos, count, 0, NULL);
/external/skia/src/core/
H A DSkBlitBWMaskTemplate.h31 int cy = clip.fTop; local
41 const uint8_t* bits = srcMask.getAddr1(cx, cy);
42 SK_BLITBWMASK_DEVTYPE* device = bitmap.SK_BLITBWMASK_GETADDR(cx, cy);
/external/skia/tests/
H A DInfRectTest.cpp43 int cy = r.centerY(); local
45 REPORTER_ASSERT(reporter, ((r.top() + r.bottom()) >> 1) == cy);
H A DPathOpsSimplifyDegenerateThreadedTest.cpp23 int cy = state.fC >> 2; local
41 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy));
51 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy);
81 int cy = c >> 2; local
82 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
H A DPathOpsSimplifyQuadThreadedTest.cpp24 int cy = state.fC >> 2; local
43 SkIntToScalar(cx), SkIntToScalar(cy));
58 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp24 int cy = state.fC >> 2; local
43 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy));
56 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp24 int cy = state.fC >> 2; local
44 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy));
54 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy);
89 int cy = c >> 2; local
90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
H A DPathOpsQuadLineIntersectionThreadedTest.cpp82 int cy = state.fC >> 2; local
84 {(double) cx, (double) cy}}};
/external/skia/samplecode/
H A DSampleBlur.cpp33 const float cy = bm.height() * 0.5f; local
35 float dy = y - cy;
/external/clang/test/SemaCXX/
H A Dwarn-unused-filescoped.cpp84 const unsigned int cy = 0; variable
85 int f5() { return cy; }
/external/libvncserver/vncterm/
H A DVNConsole.c408 int cx=x/c->cWidth,cy=y/c->cHeight,pos; local
410 if(cy<0) cy=0; else if(cy>=c->height) cy=c->height-1;
411 pos=cy*c->width+cx;
424 cx=c->markEnd; cy=pos;
426 cx=pos; cy=c->markEnd;
429 if(cy<c->markStart)
430 cy
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_yuv.c199 LLVMValueRef cy; local
226 cy = lp_build_const_int_vec(gallivm, type, 298);
248 y = LLVMBuildMul(builder, y, cy, "");

Completed in 5866 milliseconds

123