HomeSort by relevance Sort by last modified time
    Searched refs:radius (Results 26 - 50 of 612) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/animator/
SkDrawBlur.h 21 SkScalar radius; member in class:SkDrawBlur
SkDrawEmboss.h 21 SkScalar radius, ambient, specular; member in class:SkDrawEmboss
  /external/skia/src/animator/
SkDrawBlur.h 21 SkScalar radius; member in class:SkDrawBlur
SkDrawEmboss.h 21 SkScalar radius, ambient, specular; member in class:SkDrawEmboss
  /external/wpa_supplicant_8/hostapd/
wired.conf 20 ##### RADIUS configuration ####################################################
27 # Optional NAS-Identifier string for RADIUS messages. When used, this should be
28 # a unique to the NAS within the scope of the RADIUS server. For example, a
32 # RADIUS authentication server
35 auth_server_shared_secret=radius
37 # RADIUS accounting server
40 acct_server_shared_secret=radius
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
SphereCollisionShape.java 48 protected float radius; field in class:SphereCollisionShape
54 * creates a SphereCollisionShape with the given radius
55 * @param radius
57 public SphereCollisionShape(float radius) {
58 this.radius = radius;
63 return radius;
69 capsule.write(radius, "radius", 0.5f);
75 radius = capsule.readFloat("radius", 0.5f)
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
OptimizedErode.java 37 private int radius; field in class:OptimizedErode
39 public OptimizedErode setRadius(int radius) {
40 this.radius = radius;
45 return this.radius;
59 return super.getMargin(size, margin) + this.radius;
67 for (int y = this.radius + 1; y < size - this.radius; y++) {
68 for (int x = this.radius + 1; x < size - this.radius; x++) {
    [all...]
  /external/chromium_org/third_party/molokocacao/
NSBezierPath+MCAdditions.h 20 - (void)drawBlurWithColor:(NSColor*)color radius:(CGFloat)radius;
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_collision_shapes_SphereCollisionShape.cpp 49 (JNIEnv *env, jobject object, jfloat radius) {
51 btSphereShape* shape=new btSphereShape(radius);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
SphereCollisionShape.java 48 protected float radius; field in class:SphereCollisionShape
54 * creates a SphereCollisionShape with the given radius
55 * @param radius
57 public SphereCollisionShape(float radius) {
58 this.radius = radius;
63 return radius;
69 capsule.write(radius, "radius", 0.5f);
75 radius = capsule.readFloat("radius", 0.5f)
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_client.h 2 * RADIUS client
17 * struct hostapd_radius_server - RADIUS server information for RADIUS client
19 * This structure contains information about a RADIUS server. The values are
39 * shared_secret - Shared secret for authenticating RADIUS messages
118 * struct hostapd_radius_servers - RADIUS servers for RADIUS client
122 * auth_servers - RADIUS Authentication servers in priority order
137 * acct_servers - RADIUS Accounting servers in priority order
155 * the primary RADIUS server. RADIUS client code will automatically tr
    [all...]
  /frameworks/base/graphics/java/android/graphics/
RadialGradient.java 40 /** Create a shader that draws a radial gradient given the center and radius.
41 @param x The x-coordinate of the center of the radius
42 @param y The y-coordinate of the center of the radius
43 @param radius Must be positive. The radius of the circle for this gradient
50 public RadialGradient(float x, float y, float radius,
52 if (radius <= 0) {
53 throw new IllegalArgumentException("radius must be > 0");
64 mRadius = radius;
68 native_instance = nativeCreate1(x, y, radius, colors, positions, tile.nativeInt)
    [all...]
  /external/proguard/src/proguard/gui/splash/
CircleSprite.java 35 private final VariableInt radius; field in class:CircleSprite
43 * @param radius the variable radius of the circle.
48 VariableInt radius)
53 this.radius = radius;
63 int r = radius.getInt(time);
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
copies_settings.css 45 border-radius: 0;
50 border-bottom-left-radius: 0;
51 border-bottom-right-radius: 3px;
52 border-top-left-radius: 0;
53 border-top-right-radius: 3px;
57 border-bottom-left-radius: 3px;
58 border-bottom-right-radius: 0;
59 border-top-left-radius: 3px;
60 border-top-right-radius: 0;
  /external/chromium_org/ppapi/c/
pp_touch_point.h 49 struct PP_FloatPoint radius; member in struct:PP_TouchPoint
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HillHeightMap.java 50 private float minRadius; // the minimum size of a hill radius
51 private float maxRadius; // the maximum size of a hill radius
63 * the minimum radius of a hill
65 * the maximum radius of a hill
80 + "or minimum or maximum radius are not greater than zero, "
81 + "or minimum radius is greater than maximum radius, "
103 * the minimum radius of a hill
105 * the maximum radius of a hill
160 // Pick the radius for the hill
161 float radius = randomRange(random, minRadius, maxRadius); local
    [all...]
  /frameworks/base/location/java/android/location/
IGpsGeofenceHardware.aidl 28 longitude, double radius, int lastTransition, int monitorTransition,
Geofence.java 43 * @param radius radius in meters
47 public static Geofence createCircle(double latitude, double longitude, float radius) {
48 return new Geofence(latitude, longitude, radius);
51 private Geofence(double latitude, double longitude, float radius) {
52 checkRadius(radius);
57 mRadius = radius;
80 private static void checkRadius(float radius) {
81 if (radius <= 0) {
82 throw new IllegalArgumentException("invalid radius: " + radius)
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
radiusclient.conf 4 # authentication is used. possible values are: "radius" and "local".
5 # if you specify "radius,local" then the RADIUS server is asked
8 auth_order radius
27 # RADIUS settings
29 # RADIUS server to use for authentication requests. this config
34 # RADIUS listens separated by a colon from the hostname. if
35 # no port is specified /etc/services is consulted of the radius
39 # RADIUS server to use for accouting requests. All that I
45 # between the RADIUS client and serve
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
wrench_menu.css 14 border-radius: 3px;
27 border-bottom-left-radius: 3px;
28 border-top-left-radius: 3px;
33 border-bottom-right-radius: 3px;
34 border-top-right-radius: 3px;
  /external/javassist/sample/duplicate/
Ball.java 9 private int radius = 30; field in class:Ball
32 g.fillOval(x, y, radius, radius);
  /external/chromium_org/ppapi/api/
pp_touch_point.idl 38 PP_FloatPoint radius;
  /external/chromium_org/third_party/WebKit/Source/core/css/
themeChromiumAndroid.css 39 border-radius: initial;
  /external/chromium_org/ui/views/controls/menu/
menu_image_util.cc 62 int radius = kIndicatorSize / 2; variable
63 canvas->sk_canvas()->drawCircle(radius, radius, radius, paint);
68 canvas->sk_canvas()->drawCircle(radius, radius, radius, paint);
83 canvas->sk_canvas()->drawCircle(radius, radius,
90 canvas->sk_canvas()->drawCircle(radius, radius
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
WireSphere.java 55 public WireSphere(float radius) {
56 updatePositions(radius);
82 public void updatePositions(float radius) {
98 // pb.put(radius).put(0).put(0);
99 // pb.put(-radius).put(0).put(0);
102 // pb.put(0).put(radius).put(0);
103 // pb.put(0).put(-radius).put(0);
106 // pb.put(0).put(0).put(radius);
107 // pb.put(0).put(0).put(-radius);
112 float x = radius * FastMath.cos(angle);
    [all...]

Completed in 1289 milliseconds

12 3 4 5 6 7 8 91011>>