HomeSort by relevance Sort by last modified time
    Searched refs:diameter (Results 1 - 22 of 22) sorted by null

  /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.h 22 int diameter; member in struct:SkinTrackBallParameters
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...]
  /external/replicaisland/src/com/replica/replicaisland/
SphereCollisionVolume.java 149 final float diameter = Math.max(horizontalDelta, verticalDelta); local
153 final float newRadius = diameter / 2.0f;
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 39 * cases broken out separately (width < diameter, width >= diameter):
41 * if (width < diameter) {
47 * for (int x = width; x < diameter; ++x) {
57 * for (int x = 0; x < diameter; ++x) {
62 * for (int x = diameter; x < width; ++x) {
68 * for (int x = 0; x < diameter; ++x) {
79 int diameter = leftRadius + rightRadius; local
80 int kernelSize = diameter + 1;
81 int border = SkMin32(width, diameter);
281 int diameter = radius * 2; local
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 39 * cases broken out separately (width < diameter, width >= diameter):
41 * if (width < diameter) {
47 * for (int x = width; x < diameter; ++x) {
57 * for (int x = 0; x < diameter; ++x) {
62 * for (int x = diameter; x < width; ++x) {
68 * for (int x = 0; x < diameter; ++x) {
79 int diameter = leftRadius + rightRadius; local
80 int kernelSize = diameter + 1;
81 int border = SkMin32(width, diameter);
281 int diameter = radius * 2; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
astro.h 664 double diameter, double refraction,
astro.cpp 535 //double sunTheta0 (0.533128 * CalendarAstronomer::PI/180) // Angular diameter at R0
758 .533 * DEG_RAD, // Angular Diameter
829 // // 9. Correct for parallax, refraction, and sun's diameter
832 // double x = 0.830725 * DEG_RAD; // parallax+refraction+diameter
    [all...]
  /external/icu4c/i18n/
astro.h 664 double diameter, double refraction,
astro.cpp 534 //double sunTheta0 (0.533128 * CalendarAstronomer::PI/180) // Angular diameter at R0
763 .533 * DEG_RAD, // Angular Diameter
834 // // 9. Correct for parallax, refraction, and sun's diameter
837 // double x = 0.830725 * DEG_RAD; // parallax+refraction+diameter
    [all...]
  /external/qemu/android/
qemulator.c 62 params.diameter = 30;
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 240 milliseconds