Home
last modified time | relevance | path

Searched refs:diameter (Results 1 – 25 of 72) sorted by relevance

123

/third_party/boost/boost/graph/
Deccentricity.hpp95 Eccentricity diameter = get(ecc, *i); in radius_and_diameter() local
100 diameter = max BOOST_PREVENT_MACRO_SUBSTITUTION(diameter, cur); in radius_and_diameter()
102 return std::make_pair(radius, diameter); in radius_and_diameter()
113 inline typename property_traits< EccentricityMap >::value_type diameter( in diameter() function
Dgursoy_atun_layout.hpp136 const Topology& space, PositionMap position, Diameter diameter, in gursoy_atun_step() argument
184 update_position(position, node_distance, space, input_vector, diameter, in gursoy_atun_step()
185 learning_constant, exp(-1. / (2 * diameter * diameter))); in gursoy_atun_step()
236 int diameter = (int)(diameter_initial * pow(diameter_ratio, part_done)); in gursoy_atun_refine() local
239 gursoy_atun_step(graph, space, position, diameter, learning_constant, in gursoy_atun_refine()
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dcircle_avatar.dart96 /// The size of the avatar, expressed as the radius (half the diameter).
111 /// diameter).
120 /// the avatar to animate from a 20 pixel diameter to a 40 pixel diameter.
127 /// diameter).
136 /// the avatar to animate from a 20 pixel diameter to a 40 pixel diameter.
Dink_ripple.dart147 // Initial splash diameter is 60% of the target diameter, final
148 // diameter is 10dps larger than the target diameter.
/third_party/boost/libs/graph/example/
Dboost_web_graph.cpp169 size_type diameter = 0; in main() local
172 diameter = max BOOST_PREVENT_MACRO_SUBSTITUTION(diameter, in main()
175 std::cout << "The diameter of the boost web-site graph is " << diameter in main()
Dboost_web_graph.expected1 The diameter of the boost web-site graph is 2
/third_party/boost/libs/graph/test/
Deccentricity.cpp75 int dia = diameter(g, em); in test_undirected()
116 int dia = diameter(g, em); in test_directed()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_point_parameters.txt167 parameter, the derived point size is used as the diameter of the rasterized
169 set to be the diameter of the rasterized point, while the alpha component is
192 the diameter of the rasterized point is given by:
195 diameter =
/third_party/openGLES/extensions/EXT/
DEXT_point_parameters.txt167 parameter, the derived point size is used as the diameter of the rasterized
169 set to be the diameter of the rasterized point, while the alpha component is
192 the diameter of the rasterized point is given by:
195 diameter =
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dthumb_painter.dart31 /// Half the default diameter of the thumb.
/third_party/skia/third_party/externals/icu/source/i18n/
Dastro.cpp1368 double diameter, double refraction, in riseOrSet() argument
1382 rise?"T":"F", diameter, refraction, epsilon)); in riseOrSet()
1402 double x = diameter / 2 + refraction; in riseOrSet()
Dastro.h666 double diameter, double refraction,
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dastro.cpp1368 double diameter, double refraction, in riseOrSet() argument
1382 rise?"T":"F", diameter, refraction, epsilon)); in riseOrSet()
1402 double x = diameter / 2 + refraction; in riseOrSet()
Dastro.h666 double diameter, double refraction,
/third_party/icu/icu4c/source/i18n/
Dastro.cpp1368 double diameter, double refraction, in riseOrSet() argument
1382 rise?"T":"F", diameter, refraction, epsilon)); in riseOrSet()
1402 double x = diameter / 2 + refraction; in riseOrSet()
Dastro.h666 double diameter, double refraction,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_conservative_raster_pre_snap.txt140 zero diameter points?
144 zero length lines. Zero width lines and zero diameter points are culled as
/third_party/openGLES/extensions/NV/
DNV_conservative_raster_pre_snap.txt140 zero diameter points?
144 zero length lines. Zero width lines and zero diameter points are culled as
/third_party/node/deps/icu-small/source/i18n/
Dastro.cpp1368 double diameter, double refraction, in riseOrSet() argument
1382 rise?"T":"F", diameter, refraction, epsilon)); in riseOrSet()
1402 double x = diameter / 2 + refraction; in riseOrSet()
Dastro.h666 double diameter, double refraction,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCalendarAstronomer.java1291 double diameter, double refraction,
1321 double x = diameter / 2 + refraction;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java1289 double diameter, double refraction,
1319 double x = diameter / 2 + refraction;
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dlist_wheel_viewport.dart115 /// diameter is [diameterRatio] times longer, as long as those angles are
119 /// is 100.0px in the main axis, then the diameter is 200.0. And children
190 'of 0 or of a negative number. It would imply a cylinder of 0 in diameter '
231 /// A ratio between the diameter of the cylinder and the viewport's size
234 /// A value of 1 means the cylinder has the same diameter as the viewport's
250 /// half of a cylinder's surface where the cylinder has the same diameter
542 /// than the cylinder diameter), this value reaches and clips at pi / 2.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_point_parameters.txt210 below a given threshold. In this case, the diameter of the
214 diameter =
/third_party/openGLES/extensions/ARB/
DARB_point_parameters.txt220 below a given threshold. In this case, the diameter of the
224 diameter =

123