HomeSort by relevance Sort by last modified time
    Searched full:diameter (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls_draw_ball_as_image.js 8 function drawBallInit(diameter) {
9 ballRadius = diameter / 2;
bouncing_balls_draw_ball_as_rect.js 7 function drawBallInit(diameter) {
8 ballRadius = diameter / 2;
bouncing_balls_draw_ball_as_image_with_shadow.js 8 function drawBallInit(diameter) {
9 ballRadius = diameter / 2;
bouncing_balls_draw_ball_as_text.js 7 function drawBallInit(diameter) {
9 ballScale = diameter/metrics.width
bouncing_balls_draw_ball_as_filled_path.js 9 function drawBallInit(diameter) {
10 ballRadius = diameter / 2;
bouncing_balls_draw_ball_as_canvas_sprite.js 9 function drawBallInit(diameter) {
10 ballRadius = diameter / 2;
  /external/qemu/android/skin/
trackball.c 162 int diameter; member in struct:SkinTrackBall
210 trackball_init( TrackBall ball, int diameter, int ring,
214 int diameter2 = diameter + ring*2;
222 ball->diameter = diameter2;
305 int diameter2 = diameter + 2*ring;
306 double radius = diameter*0.5;
375 return ( (unsigned)(x) < (unsigned)ball->diameter &&
376 (unsigned)(y) < (unsigned)ball->diameter );
475 int diameter = ball->diameter; local
    [all...]
trackball.h 22 int diameter; member in struct:SkinTrackBallParameters
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 43 * cases broken out separately (width < diameter, width >= diameter):
45 * if (width < diameter) {
51 * for (int x = width; x < diameter; ++x) {
61 * for (int x = 0; x < diameter; ++x) {
66 * for (int x = diameter; x < width; ++x) {
72 * for (int x = 0; x < diameter; ++x) {
83 int diameter = leftRadius + rightRadius; local
84 int kernelSize = diameter + 1;
85 int border = SkMin32(width, diameter);
285 int diameter = radius * 2; local
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 43 * cases broken out separately (width < diameter, width >= diameter):
45 * if (width < diameter) {
51 * for (int x = width; x < diameter; ++x) {
61 * for (int x = 0; x < diameter; ++x) {
66 * for (int x = diameter; x < width; ++x) {
72 * for (int x = 0; x < diameter; ++x) {
83 int diameter = leftRadius + rightRadius; local
84 int kernelSize = diameter + 1;
85 int border = SkMin32(width, diameter);
285 int diameter = radius * 2; local
    [all...]
  /device/asus/flo/
elan-touchscreen.idc 28 touch.size.calibration = diameter
touch_dev.idc 24 touch.size.calibration = diameter
  /device/htc/flounder/touch/
synaptics_dsx.idc 24 touch.size.calibration = diameter
  /device/lge/hammerhead/
touch_dev.idc 24 touch.size.calibration = diameter
  /device/lge/mako/
touch_dev.idc 24 touch.size.calibration = diameter
  /frameworks/support/v4/java/android/support/v4/widget/
CircleImageView.java 55 final int diameter = (int) (radius * density * 2); local
66 OvalShape oval = new OvalShadow(mShadowRadius, diameter);
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PUserDatabaseHeader.java 42 * nor a TEL URI. It is a DIAMETER AAA URI.The value of this AAA URI
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BitmapHelper.java 32 * @param width Width of output bitmap (and diameter of circle)
  /external/replicaisland/src/com/replica/replicaisland/
SphereCollisionVolume.java 149 final float diameter = Math.max(horizontalDelta, verticalDelta); local
153 final float newRadius = diameter / 2.0f;
  /frameworks/base/packages/SystemUI/res/values-sw600dp/
dimens.xml 23 <!-- Diameter of outer shape drawable shown in navbar search-->
26 <!-- Diameter of outer shape drawable shown in navbar search. Should be 1/2 of above value. -->
  /packages/apps/Camera2/src/com/android/camera/ui/
PreviewOverlay.java 221 // Diameter of Zoom UI as fraction of maximum possible without clipping.
223 // Diameter of Zoom UI donut hole as fraction of Zoom UI diameter.
  /frameworks/base/packages/Keyguard/res/values-sw600dp/
dimens.xml 27 <!-- target placement radius for GlowPadView. Should be 1/2 of outerring diameter. -->
  /frameworks/opt/chips/src/com/android/ex/chips/
CircularImageView.java 88 * mask. Only draws a circle with diameter equal to the destination width.
  /external/smack/src/org/xbill/DNS/
LOCRecord.java 43 * @param size The diameter of a sphere enclosing the described entity, in m.
264 /** Returns the diameter of the enclosing sphere */
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonRipple.java 91 final float diameter = getRippleSize() * mGlowScale; local
92 final float radius = diameter * .5f;

Completed in 762 milliseconds

1 2 3 4