Searched refs:radius (Results 276 - 300 of 494) sorted by relevance

<<11121314151617181920

/external/chromium_org/chrome/browser/resources/login/
H A Doobe.css62 border-radius: 2px;
95 border-radius: 2px;
135 border-radius: 2px;
H A Duser_pod_row.css26 border-radius: 2px;
174 border-radius: 0; /* override widgets.css rule */
232 border-radius: 2px;
264 border-radius: 2px;
313 border-radius: 2px;
358 border-radius: 2px;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.css190 -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
/external/chromium_org/third_party/qunit/src/
H A Dqunit.css42 border-radius: 5px 5px 0 0;
123 border-radius: 5px;
202 border-radius: 0 0 5px 5px;
/external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/
H A Dcodemirror.css190 -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
/external/qemu/android/skin/
H A Dtrackball.c306 double radius = diameter*0.5; local
320 if (r0 <= radius) { /* ball pixel */
321 double rx = x0/radius;
322 double ry = y0/radius;
332 if (r0 >= radius-1.) {
333 coord->alpha = 256*(radius - r0);
/external/skia/experimental/webtry/res/css/cm/
H A Dcodemirror.css190 -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_auth.c19 #include "radius/radius.h"
20 #include "radius/radius_client.h"
163 query->radius_id = radius_client_get_id(hapd->radius);
179 hapd->conf->radius->auth_server->shared_secret,
180 hapd->conf->radius->auth_server->shared_secret_len)) {
204 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, addr) < 0)
299 if (!hapd->conf->radius->auth_server)
602 if (radius_client_register(hapd->radius, RADIUS_AUTH,
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_auth.c19 #include "radius/radius.h"
20 #include "radius/radius_client.h"
163 query->radius_id = radius_client_get_id(hapd->radius);
179 hapd->conf->radius->auth_server->shared_secret,
180 hapd->conf->radius->auth_server->shared_secret_len)) {
204 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, addr) < 0)
299 if (!hapd->conf->radius->auth_server)
602 if (radius_client_register(hapd->radius, RADIUS_AUTH,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_auth.c19 #include "radius/radius.h"
20 #include "radius/radius_client.h"
163 query->radius_id = radius_client_get_id(hapd->radius);
179 hapd->conf->radius->auth_server->shared_secret,
180 hapd->conf->radius->auth_server->shared_secret_len)) {
204 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, addr) < 0)
299 if (!hapd->conf->radius->auth_server)
602 if (radius_client_register(hapd->radius, RADIUS_AUTH,
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dcommon.css16 border-radius: 1px;
74 border-radius: 2px;
167 border-radius: 3px;
346 border-radius: 3px;
352 border-radius: 3px;
409 border-radius: 2px;
/external/chromium_org/chrome/browser/resources/options/
H A Dcookies_view.css138 border-radius: 5px;
176 border-radius: 5px;
H A Dlanguage_options.css120 border-radius: 0;
138 border-radius: 6px;
/external/chromium_org/chrome/browser/resources/
H A Dset_as_default_browser.css23 -webkit-border-radius: 3px;
88 border-radius: 2px;
H A Dcertificate_viewer.css119 border-radius: 0;
/external/chromium_org/chrome/browser/resources/ssl/
H A Dinterstitial_v2.css23 border-radius: 2px;
171 border-radius: 2px;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftstroke.h90 * limit value and the border radius), then a bevel join (see
102 * miter limit value and the border radius. This prevents
262 * radius ::
263 * The border radius.
277 * The radius is expressed in the same units as the outline
282 FT_Fixed radius,
687 * depending on how large of a radius was used to stroke the glyph. You
729 * depending on how large of a radius was used to stroke the glyph. You
/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h471 SkScalar radius);
476 void arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { argument
477 this->arcTo(p1.fX, p1.fY, p2.fX, p2.fY, radius);
642 * @param radius The radius of a circle to add as a closed contour to the
647 void addCircle(SkScalar x, SkScalar y, SkScalar radius,
661 * @param rx The x-radius of the rounded corners on the round-rectangle
662 * @param ry The y-radius of the rounded corners on the round-rectangle
671 * two radius values [X, Y]. The corners are ordered top-left, top-right,
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp75 SkScalar radius; member in class:SkDrawCornerPathEffect
387 SK_MEMBER(radius, Float)
395 fType(type), radius(0) {
402 return SkCornerPathEffect::Create(radius);
/external/chromium_org/ui/webui/resources/css/
H A Doverlay.css33 -webkit-border-radius: 3px;
165 border-radius: 8px;
/external/freetype/include/
H A Dftstroke.h90 * limit value and the border radius), then a bevel join (see
102 * miter limit value and the border radius. This prevents
262 * radius ::
263 * The border radius.
277 * The radius is expressed in the same units as the outline
282 FT_Fixed radius,
687 * depending on how large of a radius was used to stroke the glyph. You
729 * depending on how large of a radius was used to stroke the glyph. You
/external/skia/include/core/
H A DSkPath.h471 SkScalar radius);
476 void arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { argument
477 this->arcTo(p1.fX, p1.fY, p2.fX, p2.fY, radius);
642 * @param radius The radius of a circle to add as a closed contour to the
647 void addCircle(SkScalar x, SkScalar y, SkScalar radius,
661 * @param rx The x-radius of the rounded corners on the round-rectangle
662 * @param ry The y-radius of the rounded corners on the round-rectangle
671 * two radius values [X, Y]. The corners are ordered top-left, top-right,
/external/skia/src/animator/
H A DSkDrawExtraPathEffect.cpp75 SkScalar radius; member in class:SkDrawCornerPathEffect
387 SK_MEMBER(radius, Float)
395 fType(type), radius(0) {
402 return SkCornerPathEffect::Create(radius);
/external/chromium_org/third_party/libyuv/source/
H A Dplanar_functions.cc1613 // aligned to 16 byte boundary. height can be radius * 2 + 2 to save memory
1619 int width, int height, int radius) {
1637 if (radius > height) {
1638 radius = height;
1640 if (radius > (width / 2 - 1)) {
1641 radius = width / 2 - 1;
1643 if (radius <= 0) {
1656 width, radius);
1658 src_argb = src_argb + radius * src_stride_argb;
1659 cumsum_bot_row = &dst_cumsum[(radius
1616 ARGBBlur(const uint8* src_argb, int src_stride_argb, uint8* dst_argb, int dst_stride_argb, int32* dst_cumsum, int dst_stride32_cumsum, int width, int height, int radius) argument
[all...]
/external/chromium_org/chrome/browser/resources/about_welcome_android/
H A Dabout_welcome_android.css45 border-radius: 2px;

Completed in 876 milliseconds

<<11121314151617181920