HomeSort by relevance Sort by last modified time
    Searched refs:ry (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_texture.c 48 float rx, ry, rz; local
63 ry = -tc;
68 ry = -tc;
73 ry = 1;
78 ry = -1;
83 ry = -tc;
88 ry = -tc;
92 rx = ry = rz = 0;
97 out_str[1] = ry; /*t*/
  /external/mesa3d/src/gallium/auxiliary/util/
u_texture.c 48 float rx, ry, rz; local
63 ry = -tc;
68 ry = -tc;
73 ry = 1;
78 ry = -1;
83 ry = -tc;
88 ry = -tc;
92 rx = ry = rz = 0;
97 out_str[1] = ry; /*t*/
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGEllipseElement.idl 30 readonly attribute SVGAnimatedLength ry;
SVGRectElement.idl 33 readonly attribute SVGAnimatedLength ry;
SVGEllipseElement.h 39 SVGAnimatedLength* ry() const { return m_ry.get(); } function in class:blink::FINAL
SVGPathByteStreamSource.cpp 101 bool SVGPathByteStreamSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
104 ry = readFloat();
SVGPathParser.cpp 240 float ry; local
245 if (!m_source->parseArcToSegment(rx, ry, angle, largeArc, sweep, targetPoint))
248 // If rx = 0 or ry = 0 then this arc is treated as a straight line segment (a "lineto") joining the endpoints.
253 ry = fabsf(ry);
261 if (!rx || !ry || arcIsZeroLength) {
278 return decomposeArcToCubic(angle, rx, ry, point1, targetPoint, largeArc, sweep);
280 m_consumer->arcTo(rx, ry, angle, largeArc, sweep, targetPoint, m_mode);
412 bool SVGPathParser::decomposeArcToCubic(float angle, float rx, float ry, FloatPoint& point1, FloatPoint& point2, bool largeArcFlag, bool sweepFlag)
422 float squareRy = ry * ry
    [all...]
  /external/chromium_org/third_party/skia/src/svg/
SkSVGEllipse.cpp 19 SVG_ATTRIBUTE(ry)
27 SkScalar cx, cy, rx, ry; local
31 SkParse::FindScalar(f_ry.c_str(), &ry);
34 top = cy - ry;
36 bottom = cy + ry;
  /external/skia/src/svg/
SkSVGEllipse.cpp 19 SVG_ATTRIBUTE(ry)
27 SkScalar cx, cy, rx, ry; local
31 SkParse::FindScalar(f_ry.c_str(), &ry);
34 top = cy - ry;
36 bottom = cy + ry;
  /external/chromium_org/ppapi/cpp/
rect.cc 55 int32_t ry = std::max(y(), rect.y()); local
59 if (rx >= rr || ry >= rb)
60 rx = ry = rr = rb = 0; // non-intersecting
62 return Rect(rx, ry, rr - rx, rb - ry);
73 int32_t ry = std::min(y(), rect.y()); local
77 return Rect(rx, ry, rr - rx, rb - ry);
88 int32_t ry = y(); local
102 ry = rect.bottom()
159 float ry = std::max(y(), rect.y()); local
177 float ry = std::min(y(), rect.y()); local
192 float ry = y(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 37 static inline float ellipseXIntercept(float y, float rx, float ry)
39 ASSERT(ry > 0);
40 return rx * sqrt(1 - (y * y) / (ry * ry));
72 float marginRadiusY = ry() + shapeMargin();
RectangleShape.h 59 float ry() const { return m_radii.height(); } function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGPathData.cpp 57 float ry = ellipse->ry()->currentValue()->value(lengthContext); local
58 if (ry < 0)
60 if (!rx && !ry)
63 path.addEllipse(FloatRect(ellipse->cx()->currentValue()->value(lengthContext) - rx, ellipse->cy()->currentValue()->value(lengthContext) - ry, rx * 2, ry * 2));
118 float ry = rect->ry()->currentValue()->value(lengthContext); local
120 bool hasRy = ry > 0;
123 rx = ry;
    [all...]
  /external/chromium_org/ui/gfx/geometry/
rect_f.cc 54 float ry = std::min(p1.y(), p2.y()); local
57 return RectF(rx, ry, rr - rx, rb - ry);
rect.cc 91 int ry = std::min(p1.y(), p2.y()); local
94 return Rect(rx, ry, rr - rx, rb - ry);
rect_base_impl.h 172 Type ry = std::max(y(), rect.y()); local
176 if (rx >= rr || ry >= rb)
177 rx = ry = rr = rb = 0; // non-intersecting
179 SetRect(rx, ry, rr - rx, rb - ry);
198 Type ry = std::min(y(), rect.y()); local
202 SetRect(rx, ry, rr - rx, rb - ry);
221 Type ry = y(); local
235 ry = rect.bottom()
    [all...]
  /external/opencv/cv/src/
cvcalcimagehomography.cpp 61 CvMat ry = cvMat( 1, 3, CV_32F, _ry ); local
93 cvCrossProduct( &rz, &rx, &ry );
94 cvScale( &ry, &ry, 1./cvNorm( &ry, 0, CV_L2 ) );
  /frameworks/base/libs/hwui/
TessellationCache.h 67 float ry; member in struct:android::uirenderer::TessellationCache::Description::Shape::RoundRect
125 float width, float height, float rx, float ry) {
126 getRoundRectBuffer(transform, paint, width, height, rx, ry);
129 float width, float height, float rx, float ry);
152 float width, float height, float rx, float ry);
  /external/pixman/pixman/
pixman-conical-gradient.c 71 double ry = y + 0.5; local
93 ry = v.vector[1] / 65536.;
104 ry -= conical->center.y / 65536.;
110 double t = coordinates_to_parameter (rx, ry, conical->angle);
119 ry += cy;
135 y = ry / rz;
154 ry += cy;
  /external/chromium_org/third_party/skia/src/animator/
SkDrawRectangle.cpp 119 SK_MEMBER(ry, Float),
126 SkRoundRect::SkRoundRect() : rx(0), ry(0) {
131 maker.fCanvas->drawRoundRect(fRect, rx, ry, *maker.fPaint);
138 SkDebugf("left=\"%g\" top=\"%g\" right=\"%g\" bottom=\"%g\" rx=\"%g\" ry=\"%g\" />\n",
140 SkScalarToFloat(fRect.fBottom), SkScalarToFloat(rx), SkScalarToFloat(ry));
SkDrawRectangle.h 50 SkScalar ry; member in class:SkRoundRect
  /external/skia/src/animator/
SkDrawRectangle.cpp 119 SK_MEMBER(ry, Float),
126 SkRoundRect::SkRoundRect() : rx(0), ry(0) {
131 maker.fCanvas->drawRoundRect(fRect, rx, ry, *maker.fPaint);
138 SkDebugf("left=\"%g\" top=\"%g\" right=\"%g\" bottom=\"%g\" rx=\"%g\" ry=\"%g\" />\n",
140 SkScalarToFloat(fRect.fBottom), SkScalarToFloat(rx), SkScalarToFloat(ry));
SkDrawRectangle.h 50 SkScalar ry; member in class:SkRoundRect
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
EclipseControl.java 180 float ry = oval.getRadiusY(); local
181 float r = (Math.abs(rx) + Math.abs(ry)) * sin45;
185 oval.setRadius((rx * nr / r), (ry * nr / r));
225 void paintRadius(Canvas canvas, float cx, float cy, float rx, float ry) {
231 RectF rect = new RectF(cx - rx, cy - ry, cx + rx, cy + ry);
236 paintOvallines(canvas, rect, paint, cx, cy, rx, ry);
240 paintOvallines(canvas, rect, paint, cx, cy, rx, ry);
244 Canvas canvas, RectF rect, Paint paint, float cx, float cy, float rx, float ry) {
253 float dy = ry + 10
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsintrp.c 393 register int rx, ry; local
409 ry = FIXED_REST_TO_INT(fy);
428 dxy = LERP(ry, dx0, dx1);
524 register int rx, ry, rz; local
541 ry = FIXED_REST_TO_INT(fy);
575 dxy0 = LERP(ry, dx00, dx10);
576 dxy1 = LERP(ry, dx01, dx11);
600 cmsFloat32Number rx, ry, rz; local
612 y0 = (int) _cmsQuickFloor(py); ry = (py - (cmsFloat32Number) y0);
631 if (rx >= ry && ry >= rz)
699 cmsS15Fixed16Number rx, ry, rz; local
836 cmsS15Fixed16Number rx, ry, rz; local
    [all...]

Completed in 577 milliseconds

1 2 3 4 5 6 7