Searched refs:maxRadius (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | circle_avatar.dart | 63 this.maxRadius, 64 }) : assert(radius == null || (minRadius == null && maxRadius == null)), 98 /// If [radius] is specified, then neither [minRadius] nor [maxRadius] may be 100 /// and [maxRadius], both with the value of [radius]. 102 /// If neither [minRadius] nor [maxRadius] are specified, defaults to 20 107 /// [radius] to a [minRadius]/[maxRadius] pair or vice versa). 129 /// If [maxRadius] is specified, then [radius] must not also be specified. 134 /// itself changing are not. For example, changing the [maxRadius] from 10 to 137 /// However, if the [maxRadius] is 40 and the [CircleAvatar] has a parent 140 final double maxRadius; [all …]
|
/third_party/skia/src/core/ |
D | SkScaleToSides.h | 31 float* maxRadius = b; in AdjustRadii() local 34 if (*minRadius > *maxRadius) { in AdjustRadii() 36 swap(minRadius, maxRadius); in AdjustRadii() 53 *maxRadius = newMaxRadius; in AdjustRadii()
|
/third_party/flutter/skia/src/core/ |
D | SkScaleToSides.h | 31 float* maxRadius = b; in AdjustRadii() local 34 if (*minRadius > *maxRadius) { in AdjustRadii() 36 swap(minRadius, maxRadius); in AdjustRadii() 60 *maxRadius = newMaxRadius; in AdjustRadii()
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | circle_avatar_test.dart | 215 testWidgets('CircleAvatar respects maxRadius', (WidgetTester tester) async { 221 maxRadius: 50.0, 237 …testWidgets('CircleAvatar respects setting both minRadius and maxRadius', (WidgetTester tester) as… 243 maxRadius: 50.0,
|
/third_party/flutter/skia/tests/ |
D | PathOpsAngleIdeas.cpp | 287 double maxRadius = SkTMin(maxDist(quad1), maxDist(quad2)); in bruteMinT() local 289 double r = maxRadius / 2; in bruteMinT() 294 double bestR = maxRadius; in bruteMinT() 337 if (bestR >= maxRadius) { in bruteMinT() 340 REPORTER_ASSERT(reporter, bestR < maxRadius); in bruteMinT()
|
/third_party/skia/tests/ |
D | PathOpsAngleIdeas.cpp | 287 double maxRadius = std::min(maxDist(quad1), maxDist(quad2)); in bruteMinT() local 289 double r = maxRadius / 2; in bruteMinT() 294 double bestR = maxRadius; in bruteMinT() 337 REPORTER_ASSERT(reporter, bestR < maxRadius); in bruteMinT()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_lens_correction.cpp | 2218 const real64 maxRadius = hypot (Max_real64 (Abs_real64 (centerPixel.v - bounds.t), in Prepare() local 2224 const dng_point_real64 radius (maxRadius, in Prepare() 2225 maxRadius); in Prepare()
|