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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/v8/test/webkit/fast/js/
regexp-unicode-handling.js 39 function cy(a) { function
56 shouldBe("cy('Re: Moose')", "'Moose'")
57 shouldBe("cy('\\u8f6c\\u53d1: Moose')", "'Moose'")
  /external/chromium_org/v8/test/webkit/
gmail-re-re.js 36 function cy(a) { function
53 shouldBe('cy("Re: Hello")', '"Hello"');
54 shouldBe('cy("?????: Hello")', '"Hello"');
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_geometry.h 34 double cx,cy,m; local
36 cx=0;cy=0;
40 cy+= *X++;
46 c[1]=cy*m;
54 double cx,cy,m; local
57 cx=0;cy=0;
62 cy+=temp[1];
68 c[1]=cy*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/WebKit/Source/core/svg/
SVGCircleElement.h 36 SVGAnimatedLength* cy() const { return m_cy.get(); } function in class:WebCore::FINAL
SVGEllipseElement.h 36 SVGAnimatedLength* cy() const { return m_cy.get(); } function in class:WebCore::FINAL
SVGRadialGradientElement.h 39 SVGAnimatedLength* cy() const { return m_cy.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);
212 float cy = narrowPrecisionToFloat(cosAngle != 1 ? (m_matrix.e() * sinAngle / (1 - cosAngle) + m_matrix.f()) / 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 17 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;
SkSVGEllipse.cpp 17 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/skia/src/svg/
SkSVGCircle.cpp 17 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;
SkSVGEllipse.cpp 17 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;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_geometry.h 34 double cx,cy,m; local
36 cx=0;cy=0;
40 cy+= *X++;
46 c[1]=cy*m;
54 double cx,cy,m; local
57 cx=0;cy=0;
62 cy+=temp[1];
68 c[1]=cy*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;
40 cy+= *X++;
46 c[1]=cy*m;
54 double cx,cy,m; local
57 cx=0;cy=0;
62 cy+=temp[1];
68 c[1]=cy*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 48 double cy = dst[2].y = interp_quad_coords(&src[0].y, t2); local
50 /* by = */ dst[1].y = 2*dy - (ay + cy)/2;
CubicParameterization_TestUtility.cpp 13 double ay, by, cy, dy; local
15 alt_set_abcd(&cubic[0].y, ay, by, cy, dy);
17 set_abcd(&cubic[0].y, ay, by, cy, dy);
20 if (!try_alt) calc_bc(dy, by, cy);
28 double cy = cubic[2].y;
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 25 int cy = state.c >> 2; 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 48 double cy = dst[2].y = interp_quad_coords(&src[0].y, t2); local
50 /* by = */ dst[1].y = 2*dy - (ay + cy)/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 60 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 + cw < 0) mask |= CLIP_TOP_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 43 int cy = r.centerY(); local
45 REPORTER_ASSERT(reporter, ((r.top() + r.bottom()) >> 1) == cy);
  /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 60 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 + cw < 0) mask |= CLIP_TOP_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 43 int cy = r.centerY(); local
45 REPORTER_ASSERT(reporter, ((r.top() + r.bottom()) >> 1) == cy);
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
UnitBezier.h 43 cy = 3.0 * p1y;
44 by = 3.0 * (p2y - p1y) - cy;
45 ay = 1.0 - cy - by;
86 return ((ay * t + by) * t + cy) * t;
156 double cy; member in struct:WebCore::UnitBezier
  /external/chromium_org/third_party/skia/gm/
downsamplebitmap.cpp 149 int cy = (y * fNumChecks) / fSize; variable
150 if ((cx+cy)%2) {

Completed in 940 milliseconds

1 2 3 4 5 6 7 8 9