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

12 3

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
threshold.fs 33 void setRadius(int rad) {
34 radius = rad;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
threshold.fs 33 void setRadius(int rad) {
34 radius = rad;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
threshold.fs 33 void setRadius(int rad) {
34 radius = rad;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 266 float rad = mRotateToScreen.mapRadius(mTmpStrokData.mRadius); local
269 rec.set(centerx - rad,
270 centery - rad,
271 centerx + rad,
272 centery + rad);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /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/skia/gm/
pathfill.cpp 76 SkScalar rad = -SK_ScalarPI / 2; local
81 rad += drad;
82 SkScalar cosV, sinV = SkScalarSinCos(rad, &cosV);
dashing.cpp 85 SkScalar rad = -SK_ScalarPI / 2; local
90 rad += drad;
91 SkScalar cosV, sinV = SkScalarSinCos(rad, &cosV);
tilemodes.cpp 177 SkScalar rad = SkIntToScalar(gWidth)/2; local
185 return SkGradientShader::CreateRadial(center, rad, colors, NULL, SK_ARRAY_COUNT(colors), tx);
tilemodes_scaled.cpp 188 SkScalar rad = SkIntToScalar(gWidth)/2; local
196 return SkGradientShader::CreateRadial(center, rad, colors, NULL, SK_ARRAY_COUNT(colors), tx);
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 466 float rad = mStrokePaint.getStrokeWidth();
467 canvas.saveLayer(mRect.left - rad, mRect.top - rad,
468 mRect.right + rad, mRect.bottom + rad,
507 // to show it. If we did nothing, Skia would clamp the rad
510 float rad = st.mRadius;
512 if (rad > r) {
513 rad = r;
515 canvas.drawRoundRect(mRect, rad, rad, mFillPaint)
    [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...]
  /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/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-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js     [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
mat4.js 417 * @param {Number} rad the angle to rotate the matrix by
421 mat4.rotate = function (out, a, rad, axis) {
439 s = Math.sin(rad);
440 c = Math.cos(rad);
480 * @param {Number} rad the angle to rotate the matrix by
483 mat4.rotateX = function (out, a, rad) {
484 var s = Math.sin(rad),
485 c = Math.cos(rad),
523 * @param {Number} rad the angle to rotate the matrix by
526 mat4.rotateY = function (out, a, rad) {
    [all...]
mat3.js 303 * @param {Number} rad the angle to rotate the matrix by
306 mat3.rotate = function (out, a, rad) {
311 s = Math.sin(rad),
312 c = Math.cos(rad);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 139 private int rotateColor(int color, float rad) {
140 float deg = rad * 180 / 3.1415927f;
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 156 private int rotateColor(int color, float rad) {
157 float deg = rad * 180 / 3.1415927f;
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 95 SkScalar rad[8] = { 0, 0, 0, 0, padding, padding, padding, padding }; local
97 path.addRoundRect(rect, rad, SkPath::kCW_Direction);
  /external/skia/bench/
DashBench.cpp 142 SkScalar rad = -SK_ScalarPI / 2; local
147 rad += drad;
148 SkScalar cosV, sinV = SkScalarSinCos(rad, &cosV);
  /external/chromium_org/third_party/skia/src/utils/
SkDumpCanvas.cpp 45 const SkVector& rad = rrect.getSimpleRadii(); local
46 str->appendf("(%g,%g)", rad.x(), rad.y());
  /external/skia/src/utils/
SkDumpCanvas.cpp 45 const SkVector& rad = rrect.getSimpleRadii(); local
46 str->appendf("(%g,%g)", rad.x(), rad.y());
  /external/chromium_org/third_party/skia/src/core/
SkMath.cpp 407 double rad = i * 3.141592653589793 / (2*kTableSize); local
408 double val = sin(rad);
  /external/skia/src/core/
SkMath.cpp 407 double rad = i * 3.141592653589793 / (2*kTableSize); local
408 double val = sin(rad);

Completed in 1404 milliseconds

12 3