HomeSort by relevance Sort by last modified time
    Searched defs:cx (Results 1 - 25 of 251) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/v8/test/webkit/fast/js/kde/
eval.js 38 var cx = c.x; variable
39 shouldBe("cx", "99");
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_geometry.h 34 double cx,cy,m; local
36 cx=0;cy=0;
39 cx+= *X++;
45 c[0]=cx*m;
54 double cx,cy,m; local
57 cx=0;cy=0;
61 cx+=temp[0];
67 c[0]=cx*m;
78 double cx,cy,cz,m; local
80 cx=0;cy=0;cz=0
100 double cx,cy,cz,m; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/static/js/
search.js 10 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/
SVGCircleElement.h 35 SVGAnimatedLength* cx() const { return m_cx.get(); } function in class:WebCore::FINAL
SVGEllipseElement.h 35 SVGAnimatedLength* cx() const { return m_cx.get(); } function in class:WebCore::FINAL
SVGRadialGradientElement.h 38 SVGAnimatedLength* cx() const { return m_cx.get(); } function in class:WebCore::FINAL
SVGTransform.cpp 121 void SVGTransform::setRotate(float angle, float cx, float cy)
125 m_center = FloatPoint(cx, cy);
127 // TODO: toString() implementation, which can show cx, cy (need to be stored?)
129 m_matrix.translate(cx, cy);
131 m_matrix.translate(-cx, -cy);
211 float cx = narrowPrecisionToFloat(cosAngle != 1 ? (m_matrix.e() * (1 - cosAngle) - m_matrix.f() * sinAngle) / (1 - cosAngle) / 2 : 0); local
213 if (cx || cy)
214 return prefix + String::number(m_angle) + ' ' + String::number(cx) + ' ' + String::number(cy) + ')';
  /external/chromium_org/third_party/skia/src/svg/
SkSVGCircle.cpp 16 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;
SkSVGEllipse.cpp 16 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/
SkSVGCircle.cpp 16 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;
SkSVGEllipse.cpp 16 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;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_geometry.h 34 double cx,cy,m; local
36 cx=0;cy=0;
39 cx+= *X++;
45 c[0]=cx*m;
54 double cx,cy,m; local
57 cx=0;cy=0;
61 cx+=temp[0];
67 c[0]=cx*m;
78 double cx,cy,cz,m; local
80 cx=0;cy=0;cz=0
100 double cx,cy,cz,m; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_geometry.h 34 double cx,cy,m; local
36 cx=0;cy=0;
39 cx+= *X++;
45 c[0]=cx*m;
54 double cx,cy,m; local
57 cx=0;cy=0;
61 cx+=temp[0];
67 c[0]=cx*m;
78 double cx,cy,cz,m; local
80 cx=0;cy=0;cz=0
100 double cx,cy,cz,m; local
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticSubDivide.cpp 47 double cx = dst[2].x = interp_quad_coords(&src[0].x, t2); local
49 /* bx = */ dst[1].x = 2*dx - (ax + cx)/2;
CubicParameterization_TestUtility.cpp 8 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);
EdgeWalkerQuadratic4x4_Test.cpp 24 int cx = state.c & 0x03; local
43 path.quadTo(bx, by, cx, cy);
53 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", bx, by, cx, cy);
  /external/skia/experimental/Intersection/
QuadraticSubDivide.cpp 47 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/gallium/state_trackers/vega/
arc.h 40 VGfloat cx, cy; member in struct:arc
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_clip_tmp.h 59 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 + cw < 0) mask |= CLIP_RIGHT_BIT
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/tests/
InfRectTest.cpp 42 int cx = r.centerX(); local
44 REPORTER_ASSERT(reporter, ((r.left() + r.right()) >> 1) == cx);
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.h 40 VGfloat cx, cy; member in struct:arc
  /external/mesa3d/src/mesa/math/
m_clip_tmp.h 59 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 + cw < 0) mask |= CLIP_RIGHT_BIT
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/skia/tests/
InfRectTest.cpp 42 int cx = r.centerX(); local
44 REPORTER_ASSERT(reporter, ((r.left() + r.right()) >> 1) == cx);
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
UnitBezier.h 39 cx = 3.0 * p1x;
40 bx = 3.0 * (p2x - p1x) - cx;
41 ax = 1.0 - cx -bx;
80 // `ax t^3 + bx t^2 + cx t' expanded using Horner's rule.
81 return ((ax * t + bx) * t + cx) * t;
91 return (3.0 * ax * t + 2.0 * bx) * t + cx;
152 double cx; member in struct:WebCore::UnitBezier
  /external/chromium_org/third_party/mesa/src/src/glx/
glxcurrent.c 172 struct glx_context *cx = __glXGetCurrentContext(); local
174 if (cx == &dummyContext) {
178 return (GLXContext) cx;

Completed in 591 milliseconds

1 2 3 4 5 6 7 8 91011