/external/skia/bench/ |
StrokeBench.cpp | 72 SkScalar rad = 4; local 73 fRec.fRRect.setRectXY(r, rad, rad);
|
DashBench.cpp | 142 SkScalar rad = -SK_ScalarPI / 2; local 147 rad += drad; 148 SkScalar cosV, sinV = SkScalarSinCos(rad, &cosV);
|
/external/chromium/chrome/browser/ui/views/ |
theme_install_bubble_view.cc | 116 SkScalar rad[8]; local 118 rad[i] = SkIntToScalar(kBubbleCornerRadius); 130 path.addRoundRect(rect, rad, SkPath::kCW_Direction);
|
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);
|
status_bubble_views.cc | 349 SkScalar rad[8]; local 357 rad[0] = 0; 358 rad[1] = 0; 361 rad[2] = 0; 362 rad[3] = 0; 368 rad[0] = SkIntToScalar(kBubbleCornerRadius); 369 rad[1] = SkIntToScalar(kBubbleCornerRadius); 372 rad[2] = 0; 373 rad[3] = 0; 376 rad[0] = 0 [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkGpuBlurUtils.cpp | 78 SkScalar rad = SkIntToScalar(radius); local 83 lowerSrcRect.fRight = srcRect.left() + rad; 84 lowerDstRect.fRight = dstRect.left() + rad; 85 upperSrcRect.fLeft = srcRect.right() - rad; 86 upperDstRect.fLeft = dstRect.right() - rad; 87 middleSrcRect.inset(rad, 0); 88 middleDstRect.inset(rad, 0); 93 lowerSrcRect.fBottom = srcRect.top() + rad; 94 lowerDstRect.fBottom = dstRect.top() + rad; 95 upperSrcRect.fTop = srcRect.bottom() - rad; [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);
|
techtalk1.cpp | 164 SkScalar rad = paint.getStrokeWidth() / 2; local 166 r.outset(rad, rad); 168 r.inset(rad*2, rad*2); 219 SkScalar rad = paint.getStrokeWidth() / 2; local 220 r.outset(rad, rad); 222 r.inset(rad*2, rad*2) 228 SkScalar rad = paint.getStrokeWidth() \/ 2; local 239 SkScalar rad = paint.getStrokeWidth() \/ 2; local 244 SkScalar rad = paint.getStrokeWidth() \/ 2; local [all...] |
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);
|
/external/skia/src/effects/ |
SkGpuBlurUtils.cpp | 78 SkScalar rad = SkIntToScalar(radius); local 83 lowerSrcRect.fRight = srcRect.left() + rad; 84 lowerDstRect.fRight = dstRect.left() + rad; 85 upperSrcRect.fLeft = srcRect.right() - rad; 86 upperDstRect.fLeft = dstRect.right() - rad; 87 middleSrcRect.inset(rad, 0); 88 middleDstRect.inset(rad, 0); 93 lowerSrcRect.fBottom = srcRect.top() + rad; 94 lowerDstRect.fBottom = dstRect.top() + rad; 95 upperSrcRect.fTop = srcRect.bottom() - rad; [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
DraggableDot.java | 153 float rad = (wf < hf) ? wf/2 : hf/2; local 154 canvas.drawCircle(cx, cy, rad, mPaint); 168 canvas.drawCircle(cx, cy, rad, mGlow); 169 rad -= 0.5f; 170 canvas.drawCircle(cx, cy, rad, mGlow); 171 rad -= 0.5f;
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
Intersection.java | 77 // float rad = fa * boxhalfsize.y + fb * boxhalfsize.z; 78 // if(min > rad || max < -rad) 104 // float min,max,p0,p1,p2,rad,fex,fey,fez; 121 float p0, p1, p2, rad; local 133 rad = fez * extent.y + fey * extent.z; 134 if (min > rad || max < -rad) { 144 rad = fez * extent.x + fex * extent.z; 145 if (min > rad || max < -rad) [all...] |
/external/libppp/src/ |
radius.h | 44 struct rad_handle *rad; /* Using this to talk to our lib */ member in struct:radius::__anon21079
|
radius.c | 168 if (rad_request_authenticator(r->cx.rad, R, sizeof R) != AUTH_LEN) { 178 S = rad_server_secret(r->cx.rad); /* We need the RADIUS secret */ 273 rad_close(r->cx.rad); 282 rad_close(r->cx.rad); 293 rad_close(r->cx.rad); 309 rad_close(r->cx.rad); 314 "radius(%s): %s\n", stype, rad_strerror(r->cx.rad)); 317 rad_close(r->cx.rad); 322 got, rad_strerror(r->cx.rad)); 325 rad_close(r->cx.rad); 717 struct radius *rad = descriptor2radius(d); local [all...] |
/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/chrome/browser/ui/views/ |
status_bubble_views.cc | 363 SkScalar rad[8]; local 371 rad[0] = 0; 372 rad[1] = 0; 375 rad[2] = 0; 376 rad[3] = 0; 382 rad[0] = SkIntToScalar(kBubbleCornerRadius); 383 rad[1] = SkIntToScalar(kBubbleCornerRadius); 386 rad[2] = 0; 387 rad[3] = 0; 390 rad[0] = 0 [all...] |
/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);
|
/external/tcpdump/ |
print-radius.c | 896 register const struct radius_hdr *rad; local 900 rad = (struct radius_hdr *)dat; 901 len = EXTRACT_16BITS(&rad->len); 914 tok2str(radius_command_values,"Unknown Command",rad->code), 915 rad->code, 916 rad->id, 923 tok2str(radius_command_values,"Unknown Command",rad->code), 924 rad->code, 925 rad->id); 928 printf("%02x", rad->auth[auth_idx] ) [all...] |
/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 | |
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrackTest.java | 1311 final double rad = 2 * Math.PI * frequency \/ sampleRate; local 1322 final double rad = 2 * Math.PI * frequency \/ sampleRate; local [all...] |