Searched refs:maxRadius (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/core/
H A DSkScaleToSides.h29 float* maxRadius = b; local
32 if (*minRadius > *maxRadius) {
33 SkTSwap(minRadius, maxRadius);
38 // is 1/2 the ratio of minRadius : (minRadius + maxRadius), therefore in the resulting
57 *maxRadius = newMaxRadius;
/external/skqp/src/core/
H A DSkScaleToSides.h29 float* maxRadius = b; local
32 if (*minRadius > *maxRadius) {
33 SkTSwap(minRadius, maxRadius);
38 // is 1/2 the ratio of minRadius : (minRadius + maxRadius), therefore in the resulting
57 *maxRadius = newMaxRadius;
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp287 double maxRadius = SkTMin(maxDist(quad1), maxDist(quad2)); local
289 double r = maxRadius / 2;
294 double bestR = maxRadius;
337 if (bestR >= maxRadius) {
340 REPORTER_ASSERT(reporter, bestR < maxRadius);
/external/skqp/tests/
H A DPathOpsAngleIdeas.cpp287 double maxRadius = SkTMin(maxDist(quad1), maxDist(quad2)); local
289 double r = maxRadius / 2;
294 double bestR = maxRadius;
337 if (bestR >= maxRadius) {
340 REPORTER_ASSERT(reporter, bestR < maxRadius);
/external/dng_sdk/source/
H A Ddng_lens_correction.cpp2218 const real64 maxRadius = hypot (Max_real64 (Abs_real64 (centerPixel.v - bounds.t),
2224 const dng_point_real64 radius (maxRadius,
2225 maxRadius);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 256 milliseconds