HomeSort by relevance Sort by last modified time
    Searched defs:rad (Results 26 - 39 of 39) sorted by null

12

  /external/opencv/ml/src/
ml_inner_functions.cpp 330 float rad, norm, coefficient; local
355 rad = (float)(cvRandReal(&rng_local)*(radius_large - radius_small) + radius_small);
358 coefficient = rad / norm;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 438 double rad = Math.toRadians(degrees); local
439 float sin = (float)Math.sin(rad);
440 float cos = (float)Math.cos(rad);
1056 double rad = Math.toRadians(degrees); local
1057 float sin = (float)Math.sin(rad);
1058 float cos = (float)Math.cos(rad);
1068 double rad = Math.toRadians(degrees); local
1098 double rad = Math.toRadians(degrees); local
    [all...]
  /system/core/libpixelflinger/
trap.cpp 136 void pointx_validate(void *con, const GGLcoord* v, GGLcoord rad)
149 c->procs.pointx(con, v, rad);
152 void pointx(void *con, const GGLcoord* v, GGLcoord rad)
155 GGLcoord halfSize = TRI_ROUND(rad) >> 1;
207 GGLcoord rad = ((size + 1)>>1); local
208 GGLint l = (v[0] - rad) >> TRI_FRACTION_BITS;
209 GGLint t = (v[1] - rad) >> TRI_FRACTION_BITS;
210 GGLint r = (v[0] + rad + (TRI_ONE-1)) >> TRI_FRACTION_BITS;
211 GGLint b = (v[1] + rad + (TRI_ONE-1)) >> TRI_FRACTION_BITS;
236 GGLcoord rr = rad*rad
272 GGLcoord rad = ((size + 1)>>1); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
stroker.c 451 VGfloat cos_line, rad = 0; local
458 rad = 0;
461 rad = acos(cos_line);
462 return rad * 360 / M_2PI;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp 680 const SkScalar rad = SkScalarHalf(width); local
683 verts[0].set(rect.fLeft + rad, rect.fTop + rad);
684 verts[1].set(rect.fLeft - rad, rect.fTop - rad);
685 verts[2].set(rect.fRight - rad, rect.fTop + rad);
686 verts[3].set(rect.fRight + rad, rect.fTop - rad);
687 verts[4].set(rect.fRight - rad, rect.fBottom - rad)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.c 451 VGfloat cos_line, rad = 0; local
458 rad = 0;
461 rad = acos(cos_line);
462 return rad * 360 / M_2PI;
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 680 const SkScalar rad = SkScalarHalf(width); local
683 verts[0].set(rect.fLeft + rad, rect.fTop + rad);
684 verts[1].set(rect.fLeft - rad, rect.fTop - rad);
685 verts[2].set(rect.fRight - rad, rect.fTop + rad);
686 verts[3].set(rect.fRight + rad, rect.fTop - rad);
687 verts[4].set(rect.fRight - rad, rect.fBottom - rad)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp 2767 int rad = -1; local
    [all...]
SkPath.cpp 1054 const SkVector& rad = rrect.getSimpleRadii(); local
    [all...]
  /external/skia/src/core/
SkDraw.cpp 2767 int rad = -1; local
    [all...]
SkPath.cpp 1054 const SkVector& rad = rrect.getSimpleRadii(); local
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 268 milliseconds

12