Searched defs:cx (Results 1 - 25 of 187) sorted by relevance

12345678

/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Deval.js38 var cx = c.x; variable
39 shouldBe("cx", "99");
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dsearch.js10 var cx = '010997258251033819707:7owyldxmpkc'; variable
16 '//www.google.com/cse/cse.js?cx=' + cx;
36 cx, searchInput, form,
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGCircleElement.h36 SVGAnimatedLength* cx() const { return m_cx.get(); } function in class:blink::FINAL
H A DSVGEllipseElement.h36 SVGAnimatedLength* cx() const { return m_cx.get(); } function in class:blink::FINAL
H A DSVGRadialGradientElement.h39 SVGAnimatedLength* cx() const { return m_cx.get(); } function in class:blink::FINAL
H A DSVGTransformTearOff.cpp90 void SVGTransformTearOff::setRotate(float angle, float cx, float cy, ExceptionState& exceptionState) argument
97 target()->setRotate(angle, cx, cy);
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGCircle.cpp16 SVG_ATTRIBUTE(cx),
26 SkScalar cx, cy, r; local
27 SkParse::FindScalar(f_cx.c_str(), &cx);
31 left = cx - r;
33 right = cx + r;
H A DSkSVGEllipse.cpp16 SVG_ATTRIBUTE(cx),
27 SkScalar cx, cy, rx, ry; local
28 SkParse::FindScalar(f_cx.c_str(), &cx);
33 left = cx - rx;
35 right = cx + rx;
/external/skia/src/svg/
H A DSkSVGCircle.cpp16 SVG_ATTRIBUTE(cx),
26 SkScalar cx, cy, r; local
27 SkParse::FindScalar(f_cx.c_str(), &cx);
31 left = cx - r;
33 right = cx + r;
H A DSkSVGEllipse.cpp16 SVG_ATTRIBUTE(cx),
27 SkScalar cx, cy, rx, ry; local
28 SkParse::FindScalar(f_cx.c_str(), &cx);
33 left = cx - rx;
35 right = cx + rx;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Darc.h40 VGfloat cx, cy; member in struct:arc
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticSubDivide.cpp47 double cx = dst[2].x = interp_quad_coords(&src[0].x, t2); local
49 /* bx = */ dst[1].x = 2*dx - (ax + cx)/2;
H A DCubicParameterization_TestUtility.cpp8 double ax, bx, cx, dx; local
10 alt_set_abcd(&cubic[0].x, ax, bx, cx, dx);
12 set_abcd(&cubic[0].x, ax, bx, cx, dx);
19 if (!try_alt) calc_bc(dx, bx, cx);
24 double cx = cubic[2].x;
30 calc_ABCD(ax, bx, cx, dx, ay, by, cy, dy, coeffs);
34 coeffs[index] = (*calc_proc[procIndex])(ax, bx, cx, dx, ay, by, cy, dy);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.h40 VGfloat cx, cy; member in struct:arc
/external/skia/experimental/Intersection/
H A DQuadraticSubDivide.cpp47 double cx = dst[2].x = interp_quad_coords(&src[0].x, t2); local
49 /* bx = */ dst[1].x = 2*dx - (ax + cx)/2;
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_clip_tmp.h59 const GLfloat cx = from[0]; local
66 mask = (((cw < cx) << CLIP_RIGHT_SHIFT));
67 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT));
76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT;
77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT;
97 vProj[i][0] = cx * oow;
139 const GLfloat cx = from[0]; local
146 mask = (((cw < cx) << CLIP_RIGHT_SHIFT));
147 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT));
156 if (-cx
195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; local
231 const GLfloat cx = from[0], cy = from[1]; local
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dfilterindiabox.cpp50 SkScalar cx = SkScalarHalf(fBM.width()); local
57 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(horizScale, vertScale);
/external/chromium_org/third_party/skia/include/effects/
H A DSkGradientShader.h183 @param cx The X coordinate of the center of the sweep
184 @param cx The Y coordinate of the center of the sweep
193 static SkShader* CreateSweep(SkScalar cx, SkScalar cy,
197 static SkShader* CreateSweep(SkScalar cx, SkScalar cy, argument
199 return CreateSweep(cx, cy, colors, pos, count, 0, NULL);
203 static SkShader* CreateSweep(SkScalar cx, SkScalar cy, argument
207 return CreateSweep(cx, cy, colors, pos, count, flags, localMatrix);
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitBWMaskTemplate.h30 int cx = clip.fLeft; local
41 const uint8_t* bits = srcMask.getAddr1(cx, cy);
42 SK_BLITBWMASK_DEVTYPE* device = bitmap.SK_BLITBWMASK_GETADDR(cx, cy);
44 if (cx == maskLeft && clip.fRight == srcMask.fBounds.fRight)
59 int left_edge = cx - maskLeft;
/external/chromium_org/third_party/skia/tests/
H A DInfRectTest.cpp42 int cx = r.centerX(); local
44 REPORTER_ASSERT(reporter, ((r.left() + r.right()) >> 1) == cx);
H A DPathOpsSimplifyDegenerateThreadedTest.cpp22 int cx = state.fC & 0x03; local
41 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy));
51 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy);
80 int cx = c & 0x03; local
82 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
H A DPathOpsSimplifyQuadThreadedTest.cpp23 int cx = state.fC & 0x03; local
43 SkIntToScalar(cx), SkIntToScalar(cy));
55 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp23 int cx = state.fC & 0x03; local
43 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy));
56 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp23 int cx = state.fC & 0x03; local
44 path.lineTo(SkIntToScalar(cx), SkIntToScalar(cy));
54 str += sprintf(str, " path.lineTo(%d, %d);\n", cx, cy);
88 int cx = c & 0x03; local
90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h163 mov cx, v local
164 xchg [eax], cx // NOLINT
165 mov v, cx

Completed in 349 milliseconds

12345678