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

123456

/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/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/libppp/src/
H A Dcommand.h43 struct datalink *cx; /* Our context */ member in struct:cmdargs
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.h40 VGfloat cx, cy; member in struct:arc
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTransformDistance.cpp38 SVGTransformDistance::SVGTransformDistance(SVGTransform::SVGTransformType type, float angle, float cx, float cy, const AffineTransform& transform) argument
41 , m_cx(cx)
H A DRadialGradientAttributes.h40 SVGLength cx() const { return m_cx; } function in struct:WebCore::RadialGradientAttributes
H A DSVGTransform.cpp97 void SVGTransform::setRotate(float angle, float cx, float cy) argument
101 m_center = FloatPoint(cx, cy);
103 // TODO: toString() implementation, which can show cx, cy (need to be stored?)
105 m_matrix.translate(cx, cy);
107 m_matrix.translate(-cx, -cy);
183 float cx = narrowPrecisionToFloat(cosAngle != 1 ? (m_matrix.e() * (1 - cosAngle) - m_matrix.f() * sinAngle) / (1 - cosAngle) / 2 : 0); local
185 if (cx || cy)
186 return prefix + String::number(m_angle) + ' ' + String::number(cx) + ' ' + String::number(cy) + ')';
/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DUnitBezier.h39 cx = 3.0 * p1x;
40 bx = 3.0 * (p2x - p1x) - cx;
41 ax = 1.0 - cx -bx;
50 // `ax t^3 + bx t^2 + cx t' expanded using Horner's rule.
51 return ((ax * t + bx) * t + cx) * t;
61 return (3.0 * ax * t + 2.0 * bx) * t + cx;
122 double cx; member in struct:WebCore::UnitBezier
/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/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/mesa3d/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/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/skia/tests/
H A DInfRectTest.cpp45 int cx = r.centerX(); local
47 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/chromium/third_party/libjingle/source/talk/base/
H A Dwin32window.cc50 DWORD exstyle, int x, int y, int cx, int cy) {
71 x, y, cx, cy, parent, NULL, instance_, this);
49 Create(HWND parent, const wchar_t* title, DWORD style, DWORD exstyle, int x, int y, int cx, int cy) argument
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32window.cc50 DWORD exstyle, int x, int y, int cx, int cy) {
79 x, y, cx, cy, parent, NULL, instance_, this);
49 Create(HWND parent, const wchar_t* title, DWORD style, DWORD exstyle, int x, int y, int cx, int cy) argument
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcurrent.c172 struct glx_context *cx = __glXGetCurrentContext(); local
174 if (cx == &dummyContext) {
178 return (GLXContext) cx;
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkSweepGradient.cpp11 SkSweepGradient::SkSweepGradient(SkScalar cx, SkScalar cy, argument
14 , fCenter(SkPoint::Make(cx, cy))
16 fPtsToUnit.setTranslate(-cx, -cy);

Completed in 650 milliseconds

123456