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

1 2 3 4 5

  /external/quake/quake/src/QW/client/
d_fill.c 32 int rx, ry, rwidth, rheight; local
37 ry = rect->y;
46 if (ry < 0)
48 rheight += ry;
49 ry = 0;
53 if (ry+rheight > vid.height)
59 dest = ((byte *)vid.buffer + ry*vid.rowbytes + rx);
70 for (ry=0 ; ry<rheight ; ry++
    [all...]
  /external/quake/quake/src/WinQuake/
d_fill.cpp 32 int rx, ry, rwidth, rheight; local
37 ry = rect->y;
46 if (ry < 0)
48 rheight += ry;
49 ry = 0;
53 if (ry+rheight > vid.height)
59 dest = ((byte *)vid.buffer + ry*vid.rowbytes + rx);
70 for (ry=0 ; ry<rheight ; ry++)
    [all...]
  /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/webkit/Source/WebCore/svg/
SVGEllipseElement.idl 37 readonly attribute SVGAnimatedLength ry;
SVGRectElement.idl 40 readonly attribute SVGAnimatedLength ry;
SVGEllipseElement.h 60 DECLARE_ANIMATED_LENGTH(Ry, ry)
SVGRectElement.h 62 DECLARE_ANIMATED_LENGTH(Ry, ry)
SVGPathByteStreamSource.cpp 103 bool SVGPathByteStreamSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
106 ry = readFloat();
SVGPathParser.cpp 241 float ry; local
246 if (!m_source->parseArcToSegment(rx, ry, angle, largeArc, sweep, targetPoint))
249 // If rx = 0 or ry = 0 then this arc is treated as a straight line segment (a "lineto") joining the endpoints.
252 ry = fabsf(ry);
253 if (!rx || !ry) {
270 return decomposeArcToCubic(angle, rx, ry, point1, targetPoint, largeArc, sweep);
272 m_consumer->arcTo(rx, ry, angle, largeArc, sweep, targetPoint, m_mode);
404 bool SVGPathParser::decomposeArcToCubic(float angle, float rx, float ry, FloatPoint& point1, FloatPoint& point2, bool largeArcFlag, bool sweepFlag)
414 float squareRy = ry * ry
    [all...]
SVGEllipseElement.cpp 39 DEFINE_ANIMATED_LENGTH(SVGEllipseElement, SVGNames::ryAttr, Ry, ry)
69 document()->accessSVGExtensions()->reportError("A negative value for ellipse <ry> is not allowed");
164 float radiusY = ry().value(this);
176 || ry().isRelative();
  /external/skia/legacy/src/effects/
SkRectShape.cpp 37 void SkRectShape::setRRect(const SkRect& bounds, SkScalar rx, SkScalar ry) {
41 if (ry < 0) {
42 ry = 0;
46 fRadii.set(rx, ry);
SkBlurMask.cpp 108 static void kernel_clamped(uint8_t dst[], int rx, int ry, const uint32_t sum[],
112 uint32_t scale = (1 << 24) / ((2*rx + 1)*(2*ry + 1));
117 int dh = sh + 2*ry;
119 int prev_y = -2*ry;
169 static void apply_kernel(uint8_t dst[], int rx, int ry, const uint32_t sum[],
172 kernel_clamped(dst, rx, ry, sum, sw, sh);
176 uint32_t scale = (1 << 24) / ((2*rx + 1)*(2*ry + 1));
181 int dh = sh + 2*ry;
183 int prev_y = -2*ry;
268 static void kernel_interp_clamped(uint8_t dst[], int rx, int ry,
578 int ry = rx; \/\/ only do square blur for now local
    [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 ) );
  /external/skia/legacy/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 168 float ry = oval.getRadiusY(); local
169 float r = (Math.abs(rx) + Math.abs(ry)) * sin45;
173 oval.setRadius(rx * nr / r, ry * nr / r);
213 void paintRadius(Canvas canvas, float cx, float cy, float rx, float ry) {
219 RectF rect = new RectF(cx - rx, cy - ry, cx + rx, cy + ry);
224 paintOvallines(canvas, rect, paint, cx, cy, rx, ry);
228 paintOvallines(canvas, rect, paint, cx, cy, rx, ry);
232 Canvas canvas, RectF rect, Paint paint, float cx, float cy, float rx, float ry) {
241 float dy = ry + 10
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 416 static void kernel_clamped(uint8_t dst[], int rx, int ry, const uint32_t sum[],
420 uint32_t scale = (1 << 24) / ((2*rx + 1)*(2*ry + 1));
425 int dh = sh + 2*ry;
427 int prev_y = -2*ry;
477 static void apply_kernel(uint8_t dst[], int rx, int ry, const uint32_t sum[],
480 kernel_clamped(dst, rx, ry, sum, sw, sh);
484 uint32_t scale = (1 << 24) / ((2*rx + 1)*(2*ry + 1));
489 int dh = sh + 2*ry;
491 int prev_y = -2*ry;
576 static void kernel_interp_clamped(uint8_t dst[], int rx, int ry,
888 int ry = rx; \/\/ only do square blur for now local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterVignette.java 83 float ry = r; local
93 ry = m.mapRadius(rep.getRadiusY());
95 nativeApplyFilter(bitmap, w, h, (int) cx, (int) cy, rx, ry, value);
  /external/skia/legacy/include/core/
SkStroke.h 46 void strokeRRect(const SkRect& rect, SkScalar rx, SkScalar ry, SkPath*) const;
  /external/skia/legacy/include/effects/
SkRectShape.h 41 void setRRect(const SkRect&, SkScalar rx, SkScalar ry);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
AbstractHeightMap.java 467 for (int ry = -radius; ry <= radius; ry++) {
471 if (y+ry < 0 || y+ry >= size) {
475 neighAverage += heightData[(x+rx) + (y+ry) * size];
  /external/skia/src/gpu/
GrAARectRenderer.cpp 183 const SkScalar ry = SkScalarMul(dy, SK_ScalarHalf); local
194 r.inset(-rx, -ry);
223 -rx - SK_ScalarHalf, -ry - SK_ScalarHalf);
225 -rx + SK_ScalarHalf, -ry + SK_ScalarHalf);
227 rx - SK_ScalarHalf, ry - SK_ScalarHalf);
229 rx + SK_ScalarHalf, ry + SK_ScalarHalf);
  /external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 109 CGPoint ry = CGPointMake(-height * sina, height * cosa); local
113 CGContextTranslateCTM(context->platformContext(), floorf(-min(zero, min(rx.x, ry.x))), floorf(-min(zero, min(rx.y, ry.y))));

Completed in 550 milliseconds

1 2 3 4 5