HomeSort by relevance Sort by last modified time
    Searched refs:ry (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/webkit/Source/WebCore/svg/
SVGPathStringSource.cpp 224 bool SVGPathStringSource::parseArcToSegment(float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
229 || !parseNumber(m_current, m_end, ry)
SVGRectElement.cpp 40 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::ryAttr, Ry, ry)
72 document()->accessSVGExtensions()->reportError("A negative value for rect <ry> is not allowed");
198 float ryValue = ry().value(this);
217 || ry().isRelative();
  /external/skia/src/animator/
SkPathParts.h 150 SkScalar ry; member in class:SkAddRoundRect
SkPathParts.cpp 281 SK_MEMBER(ry, Float)
288 SkAddRoundRect::SkAddRoundRect() : rx(0), ry(0) {
292 fPath->fPath.addRoundRect(fRect, rx, ry, (SkPath::Direction) direction);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 136 bool is_point_in_rect(double px, double py, double rx, double ry, double w, double h);
dbstabsmooth.cpp 291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double w, double h)
297 if (py < ry)
299 if (py >= ry + h)
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 136 bool is_point_in_rect(double px, double py, double rx, double ry, double w, double h);
dbstabsmooth.cpp 291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double w, double h)
297 if (py < ry)
299 if (py >= ry + h)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 164 final float ry = (h * (GLOW_MAX_SCALE_FACTOR - 1.0f)) / 2.0f + 1.0f; local
168 getTop() - ry,
170 getBottom() + ry));
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
SkeletonControl.java 351 float rx = 0, ry = 0, rz = 0, rnx = 0, rny = 0, rnz = 0; local
358 ry += (mat.m10 * vtx + mat.m11 * vty + mat.m12 * vtz + mat.m13) * weight;
372 posBuf[idxPositions++] = ry;
473 float rx = 0, ry = 0, rz = 0, rnx = 0, rny = 0, rnz = 0, rtx = 0, rty = 0, rtz = 0; local
480 ry += (mat.m10 * vtx + mat.m11 * vty + mat.m12 * vtz + mat.m13) * weight;
499 posBuf[idxPositions++] = ry;
  /external/qemu/android/skin/
trackball.c 322 double ry = y0/radius; local
323 double rz = sqrt( 1.0 - rx*rx - ry*ry );
330 coord->f[1] = FIX16_FROM_FLOAT(ry);
342 double ly = LIGHT_Y - ry;
345 double cosphi = lir*(lx*rx + ly*ry + lz*rz);
  /frameworks/base/graphics/java/android/graphics/
Path.java 473 * @param ry The y-radius of the rounded corners on the round-rectangle
476 public void addRoundRect(RectF rect, float rx, float ry, Direction dir) {
481 native_addRoundRect(mNativePath, rect, rx, ry, dir.nativeInt);
644 float rx, float ry, int dir);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
FaultHeightMap.java 203 float ry = y + dy / dmag * radius; local
205 * FastMath.sqrt(FastMath.sqr(i - rx) + FastMath.sqr(j - ry));
  /external/opencv/cv/src/
cvcalibration.cpp 531 double rx, ry, rz, theta; local
543 ry = src->data.fl[step];
549 ry = src->data.db[step];
552 theta = sqrt(rx*rx + ry*ry + rz*rz);
574 rx *= itheta; ry *= itheta; rz *= itheta;
576 double rrt[] = { rx*rx, rx*ry, rx*rz, rx*ry, ry*ry, ry*rz, rx*rz, ry*rz, rz*rz }
610 double R[9], U[9], V[9], W[3], rx, ry, rz; local
    [all...]
cvsubdivision2d.cpp 524 float ry = (float) rect.y; local
540 subdiv->topleft = cvPoint2D32f( rx, ry );
541 subdiv->bottomright = cvPoint2D32f( rx + rect.width, ry + rect.height );
543 ppA = cvPoint2D32f( rx + big_coord, ry );
544 ppB = cvPoint2D32f( rx, ry + big_coord );
545 ppC = cvPoint2D32f( rx - big_coord, ry - big_coord );
  /frameworks/base/core/jni/
android_view_GLES20DisplayList.cpp 99 jobject clazz, DisplayList* displayList, float ry) {
100 displayList->setRotationY(ry);
  /external/skia/src/core/
SkScan_Antihair.cpp 775 SkScalar ry = SkScalarHalf(strokeSize.fY);
779 FDot8 T = SkScalarToFDot8(r.fTop - ry);
781 FDot8 B = SkScalarToFDot8(r.fBottom + ry);
806 ry = strokeSize.fY - ry;
809 T = SkScalarToFDot8(r.fTop + ry);
811 B = SkScalarToFDot8(r.fBottom - ry);
SkScan_Hairline.cpp 336 SkScalar ry = SkScalarHalf(dy);
339 outer.set(r.fLeft - rx, r.fTop - ry,
340 r.fRight + rx, r.fBottom + ry);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 603 int ry = (int) (Math.sin(angle) * (ax-x1) + Math.cos(angle) * (ay-y1) + y1); local
604 graphics.drawLine(x2, y2, rx, ry);
608 ry = (int) (Math.sin(angle) * (ax-x1) + Math.cos(angle) * (ay-y1) + y1);
609 graphics.drawLine(x2, y2, rx, ry);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CropView.java 691 float ry = rx; local
695 rx = ry * aspect;
697 ry = rx / aspect;
702 point.x - rx, point.y - ry, point.x + rx, point.y + ry);
  /frameworks/base/libs/hwui/
ShapeCache.h 149 RoundRectShapeCacheEntry(float width, float height, float rx, float ry, SkPaint* paint):
154 mRy = *(uint32_t*) &ry;
380 PathTexture* getRoundRect(float width, float height, float rx, float ry, SkPaint* paint);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 409 // easier to recompose with) or Euler angles (rx, ry, rz), which
735 TransformationMatrix& TransformationMatrix::rotate3d(double rx, double ry, double rz)
739 ry = deg2rad(ry);
764 ry /= 2.0f;
765 sinA = sin(ry);
766 cosA = cos(ry);
    [all...]
  /frameworks/base/core/java/android/view/
GLES20RecordingCanvas.java 239 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) {
240 super.drawRoundRect(rect, rx, ry, paint);
  /bionic/libc/kernel/common/video/
dsscomp.h 94 __s16 ry, rcr, rcb; member in struct:omap_dss_cconv_coefs
  /external/kernel-headers/original/video/
dsscomp.h 94 __s16 ry, rcr, rcb; member in struct:omap_dss_cconv_coefs

Completed in 755 milliseconds

12 3 4