Searched defs:diameter (Results 1 - 8 of 8) sorted by relevance

/external/qemu/android/skin/
H A Dtrackball.h22 int diameter; member in struct:SkinTrackBallParameters
H A Dtrackball.c162 int diameter; member in struct:SkinTrackBall
210 trackball_init( TrackBall ball, int diameter, int ring, argument
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/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DShadowBlur.cpp77 int diameter; local
79 diameter = max(2, static_cast<int>(floorf((2 / 3.f) * blurRadius))); // Canvas shadow. FIXME: we should adjust the blur radius higher up.
89 diameter = max(2, static_cast<int>(floorf(stdDev * gaussianKernelFactor * fudgeFactor + 0.5f)));
92 if (diameter & 1) {
94 int lobeSize = (diameter - 1) / 2;
105 int lobeSize = diameter / 2;
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.cpp27 * cases broken out separately (width < diameter, width >= diameter):
29 * if (width < diameter) {
35 * for (int x = width; x < diameter; ++x) {
45 * for (int x = 0; x < diameter; ++x) {
50 * for (int x = diameter; x < width; ++x) {
56 * for (int x = 0; x < diameter; ++x) {
67 int diameter = leftRadius + rightRadius; local
68 int kernelSize = diameter + 1;
69 int border = SkMin32(width, diameter);
273 int diameter = radius * 2; local
[all...]
/external/skia/src/effects/
H A DSkBlurMask.cpp27 * cases broken out separately (width < diameter, width >= diameter):
29 * if (width < diameter) {
35 * for (int x = width; x < diameter; ++x) {
45 * for (int x = 0; x < diameter; ++x) {
50 * for (int x = diameter; x < width; ++x) {
56 * for (int x = 0; x < diameter; ++x) {
67 int diameter = leftRadius + rightRadius; local
68 int kernelSize = diameter + 1;
69 int border = SkMin32(width, diameter);
273 int diameter = radius * 2; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dastro.cpp535 //double sunTheta0 (0.533128 * CalendarAstronomer::PI/180) // Angular diameter at R0
829 // // 9. Correct for parallax, refraction, and sun's diameter
832 // double x = 0.830725 * DEG_RAD; // parallax+refraction+diameter
1355 double diameter, double refraction,
1369 rise?"T":"F", diameter, refraction, epsilon));
1386 // Calculate the correction due to refraction and the object's angular diameter
1389 double x = diameter / 2 + refraction;
1354 riseOrSet(CoordFunc& func, UBool rise, double diameter, double refraction, double epsilon) argument
/external/icu4c/i18n/
H A Dastro.cpp534 //double sunTheta0 (0.533128 * CalendarAstronomer::PI/180) // Angular diameter at R0
834 // // 9. Correct for parallax, refraction, and sun's diameter
837 // double x = 0.830725 * DEG_RAD; // parallax+refraction+diameter
1366 double diameter, double refraction,
1380 rise?"T":"F", diameter, refraction, epsilon));
1397 // Calculate the correction due to refraction and the object's angular diameter
1400 double x = diameter / 2 + refraction;
1365 riseOrSet(CoordFunc& func, UBool rise, double diameter, double refraction, double epsilon) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 207 milliseconds