/external/skia/include/effects/ |
SkBlurDrawLooper.h | 28 The blur layer's dx/dy/radius aren't affected by the canvas 42 SkBlurDrawLooper(SkScalar radius, SkScalar dx, SkScalar dy, SkColor color,
|
/external/wpa_supplicant_8/hostapd/ |
hostapd.8 | 3 hostapd \- IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator 14 It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators and RADIUS authentication server.
|
/external/wpa_supplicant_8/src/ap/ |
pmksa_cache_auth.h | 12 #include "radius/radius.h"
|
/external/wpa_supplicant_8/src/drivers/ |
driver_none.c | 2 * Driver interface for RADIUS server or WPS ER only (no driver) 86 .desc = "no driver (RADIUS server/WPS ER)",
|
/frameworks/base/libs/hwui/ |
TextDropShadowCache.cpp | 36 hash = JenkinsHashMix(hash, android::hash_type(radius)); 60 if (lhs.radius < rhs.radius) return -1; 61 if (lhs.radius > rhs.radius) return +1; 172 int numGlyphs, float radius, const float* positions) { 173 ShadowText entry(paint, radius, len, text, positions); 180 len, numGlyphs, radius, positions);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
Shape.cpp | 60 static PassOwnPtr<Shape> createCircleShape(const FloatPoint& center, float radius) 62 ASSERT(radius >= 0); 63 return adoptPtr(new RectangleShape(FloatRect(center.x() - radius, center.y() - radius, radius*2, radius*2), FloatSize(radius, radius))); 145 // This method of computing the radius is as defined in SVG 146 // (http://www.w3.org/TR/SVG/coords.html#Units). It bases the radius 149 float radius = floatValueForLength(circle->radius(), sqrtf((boxWidth * boxWidth + boxHeight * boxHeight) \/ 2)); local [all...] |
/external/chromium_org/third_party/flot/ |
jquery.flot.errorbars.min.js | 27 radius: null or number 47 user-defined drawing function, with (ctx, x, y, radius) as parameters, as eg. 49 function drawSemiCircle( ctx, x, y, radius ) { 51 ctx.arc( x, y, radius, 0, Math.PI, false ); 52 ctx.moveTo( x - radius, y ); 53 ctx.lineTo( x + radius, y ); 57 Color and radius both default to the same ones of the points series if not 58 set. The independent radius parameter on xerr/yerr is useful for the case when 60 points (with radius: 0), and still showing end caps on the error-bars. 63 */(function(e){function n(e,t,n,r){if(!t.points.errorbars)return;var i=[{x:!0,number:!0,required:!0},{y:!0,number:!0,required:!0}],s=t.points.errorbars;if(s=="x"||s=="xy")t.points.xerr.asymmetric?(i.push({x:!0,number:!0,required:!0}),i.push({x:!0,number:!0,required:!0})):i.push({x:!0,number:!0,required:!0});if(s=="y"||s=="xy")t.points.yerr.asymmetric?(i.push({y:!0,number:!0,required:!0}),i.push({y:!0,number:!0,required:!0})):i.push({y:!0,number:!0,required:!0});r.format=i}function r(e,t){var n=e.datapoints.points,r=null,i=null,s=null,o=null,u=e.points.xerr,a=e.points.yerr,f=e.points.errorbars;f=="x"||f=="xy"?u.asymmetric?(r=n[t+2],i=n[t+3],f=="xy"&&(a.asymmetric?(s=n[t+4],o=n[t+5]):s=n[t+4])):(r=n[t+2],f=="xy"&&(a.asymmetric?(s=n[t+3],o=n[t+4]):s=n[t+3])):f=="y"&&(a.asymmetric?(s=n[t+2],o=n[t+3]):s=n[t+2]),i==null&&(i=r),o==null&&(o=s);var l=[r,i,s,o];return u.show||(l[0]=null,l[1]=null),a.show||(l[2]=null,l[3]=null),l}function i(e,t,n){var i=n.datapoints.points,o=n.datapoints.pointsize,u=[n.xaxis,n.yaxis],a=n.points.radius,f=[n.points.xerr,n.points.yerr],l=!1;if(u[0].p2c(u[0].max)<u[0].p2c(u[0].min)){l=!0;var c=f[0].low (…) [all...] |
/external/chromium_org/chrome/test/chromedriver/js/ |
get_element_region.js | 36 var radius = Number(coords[2]); 38 'left': Math.max(0, centerX - radius), 39 'top': Math.max(0, centerY - radius), 40 'width': radius * 2, 41 'height': radius * 2
|
/external/chromium_org/third_party/skia/src/effects/ |
SkCornerPathEffect.cpp | 15 SkCornerPathEffect::SkCornerPathEffect(SkScalar radius) : fRadius(radius) {} 18 static bool ComputeStep(const SkPoint& a, const SkPoint& b, SkScalar radius, 24 if (dist <= radius * 2) { 28 step->scale(SkScalarDiv(radius, dist));
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/ |
README | 21 The second setup, server/racoon.conf-radius, uses a RADIUS server for 23 to be used for the RADIUS server are configured in /etc/radius.conf, 24 see radius.conf(5).
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
UVCoordinatesGenerator.java | 303 float radius = Math.max(maxx - minx, maxy - miny) * 0.5f; 304 return new BoundingTube(radius, maxz - minz, center); 333 private float radius; 339 * @param radius 340 * the radius of the tube 346 public BoundingTube(float radius, float height, Vector3f center) { 347 this.radius = radius; 359 // get tubes (tube1.radius >= tube2.radius) 380 float radius = d <= r1 - r2 ? tube1.radius : (d + r1 + r2) * 0.5f; local [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/ |
AreaUtils.java | 69 // Where is the center point and a radius point that lies in a plan parallel to the view plane? 70 // // Calc radius based on these two points and plug into circle area formula. 74 float radius = (bound.getRadius() * screenWidth) / (distance * 2); local 75 return radius * radius * FastMath.PI;
|
/external/libvpx/libvpx/vp9/common/ |
vp9_tapify.py | 41 radius = (float(blocksize)-1)/2 45 r,c = numpy.dot(affine,[y-radius, x-radius]) 46 tps = gettaps([r+radius,c+radius])
|
/external/skia/src/effects/ |
SkCornerPathEffect.cpp | 15 SkCornerPathEffect::SkCornerPathEffect(SkScalar radius) : fRadius(radius) {} 18 static bool ComputeStep(const SkPoint& a, const SkPoint& b, SkScalar radius, 24 if (dist <= radius * 2) { 28 step->scale(SkScalarDiv(radius, dist));
|
/external/ceres-solver/docs/source/_themes/armstrong/static/ |
rtd.css_t | 205 border-radius: 3px; 212 border-radius: 3px; 213 -webkit-border-radius: 3px; 214 -moz-border-radius: 3px; 221 border-radius: 3px; 222 -webkit-border-radius: 3px; 223 -moz-border-radius: 3px; 312 border-radius: 6px; 313 -moz-border-radius: 6px; 314 -webkit-border-radius: 6px [all...] |
/external/chromium/chrome/browser/resources/ntp/ |
most_visited.css | 46 border-radius: 5px; 82 border-top-left-radius: 4px; 83 border-top-right-radius: 4px; 177 border-radius: 5px; 181 border-top-left-radius .15s, border-top-right-radius .15s, 186 border-radius: 4px; 197 border-top-left-radius: 0; 198 border-top-right-radius: 0; 204 /* delay border radius transition as much as the edit bar slide delay * [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSShorthands.in | 15 border-radius longhands=border-top-left-radius;border-top-right-radius;border-bottom-right-radius;border-bottom-left-radius 41 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;border-bottom-right-radius;border-bottom-left-radius [all...] |
CSSPropertyNames.in | 85 border-bottom-left-radius 86 -webkit-border-bottom-left-radius alias_for=border-bottom-left-radius 87 border-bottom-right-radius 88 -webkit-border-bottom-right-radius alias_for=border-bottom-right-radius 103 border-radius 112 border-top-left-radius 113 -webkit-border-top-left-radius alias_for=border-top-left-radius [all...] |
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
VehicleWheel.java | 61 protected float radius = 0.5f; field in class:VehicleWheel 74 float restLength, float radius, boolean frontWheel) { 75 this(location, direction, axle, restLength, radius, frontWheel); 80 float restLength, float radius, boolean frontWheel) { 86 this.radius = radius; 257 applyInfo(wheelId, wheelIndex, suspensionStiffness, wheelsDampingRelaxation, wheelsDampingCompression, frictionSlip, rollInfluence, maxSuspensionTravelCm, maxSuspensionForce, radius, frontWheel, restLength); 273 return radius; 276 public void setRadius(float radius) { 277 this.radius = radius [all...] |
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
VehicleWheel.java | 61 protected float radius = 0.5f; field in class:VehicleWheel 74 float restLength, float radius, boolean frontWheel) { 75 this(location, direction, axle, restLength, radius, frontWheel); 80 float restLength, float radius, boolean frontWheel) { 86 this.radius = radius; 259 wheelInfo.wheelsRadius = radius; 265 return radius; 268 public void setRadius(float radius) { 269 this.radius = radius [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
bootstrap.css | 33 -webkit-border-radius: 6px; 34 -moz-border-radius: 6px; 591 -webkit-border-radius: 3px; 592 -moz-border-radius: 3px; 593 border-radius: 3px; 614 -webkit-border-radius: 4px; 615 -moz-border-radius: 4px; 616 border-radius: 4px; 688 -webkit-border-radius: 3px; 689 -moz-border-radius: 3px [all...] |
/external/tcpdump/ |
print-radius.c | 23 * Radius printer routines as specified on: 26 * "Remote Authentication Dial In User Service (RADIUS)" 29 * "RADIUS Accounting" 32 * "RADIUS Accounting Modifications for Tunnel Protocol Support" 35 * "RADIUS Attributes for Tunnel Protocol Support" 38 * "RADIUS Extensions" 47 "$Id: print-radius.c,v 1.27.2.1 2005/09/26 01:02:40 guy Exp $"; 76 /* Radius packet codes */ 101 /* Begin Radius Attribute types */ 135 /* End Radius Attribute types * [all...] |
/external/wpa_supplicant_8/src/radius/ |
radius_server.h | 2 * RADIUS authentication server 16 * struct radius_server_conf - RADIUS server configuration 25 * client_file - RADIUS client configuration file 27 * This file contains the RADIUS clients and the shared secret to be 154 * If WPS is used with an external RADIUS server (which is quite 161 * ipv6 - Whether to enable IPv6 support in the RADIUS server 177 * password data and RADIUS server will free it after use.
|
/external/chromium_org/third_party/skia/include/effects/ |
SkGradientShader.h | 54 /** Returns a shader that generates a radial gradient given the center and radius. 58 It is an error for colorCount to be < 2, or for radius to be <= 0. 60 @param radius Must be positive. The radius of the circle for this gradient 71 static SkShader* CreateRadial(const SkPoint& center, SkScalar radius, 77 /** Returns a shader that generates a radial gradient given the start position, start radius, end position and end radius. 84 @param startRadius Must be positive. The radius of the start circle for this gradient. 86 @param endRadius Must be positive. The radius of the end circle for this gradient.
|
/external/chromium_org/ui/native_theme/ |
native_theme_aura.cc | 53 SkScalar radius = SkIntToScalar(menu_background.corner_radius); local 54 SkScalar radii[8] = {radius, radius, radius, radius, 55 radius, radius, radius, radius};
|