HomeSort by relevance Sort by last modified time
    Searched refs:diameter (Results 1 - 15 of 15) 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/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/chromium_org/ui/events/gesture_detection/
gesture_provider.cc 573 float x, y, diameter; local
575 // based on the touch start point and the maximum diameter before the
580 diameter = max_diameter_before_show_press_;
584 diameter = event.GetTouchMajor(i);
588 x = x - diameter / 2;
589 y = y - diameter / 2;
591 right = std::max(right, x + diameter);
593 bottom = std::max(bottom, y + diameter);
663 // Only track the maximum diameter before the show press event has been
touch_disposition_gesture_filter_unittest.cc 150 void PushGesture(EventType type, float x, float y, float diameter) {
151 pending_gesture_packet_.Push(CreateGesture(type, x, y, diameter));
231 float diameter) {
242 gfx::RectF(x - diameter / 2, y - diameter / 2, diameter, diameter),
    [all...]
gesture_provider_unittest.cc 52 float diameter = MockMotionEvent::TOUCH_MAJOR; local
53 return gfx::RectF(x - diameter / 2, y - diameter / 2, diameter, diameter);
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 965 milliseconds