HomeSort by relevance Sort by last modified time
    Searched refs:radius (Results 76 - 100 of 171) sorted by null

1 2 34 5 6 7

  /external/quake/quake/src/WinQuake/
cl_tent.cpp 201 dl->radius = 350;
257 dl->radius = 350;
284 dl->radius = 350;
r_main.cpp 577 add = cl_dlights[lnum].radius - Length(dist);
646 if (!dl->radius)
648 if (!dl->radius)
654 add = dl->radius - Length(dist);
696 if (d <= -clmodel->radius)
699 if (d <= clmodel->radius)
799 (!cl_dlights[k].radius))
client.h 75 float radius; member in struct:__anon5242
model.h 315 float radius; member in struct:model_s
  /frameworks/base/graphics/java/android/graphics/
Path.java 389 * @param radius The radius of a circle to add to the path
392 public void addCircle(float x, float y, float radius, Direction dir) {
393 native_addCircle(mNativePath, x, y, radius, dir.nativeInt);
414 * @param rx The x-radius of the rounded corners on the round-rectangle
415 * @param ry The y-radius of the rounded corners on the round-rectangle
427 * two radius values [X, Y]. The corners are ordered top-left, top-right,
576 float radius, int dir);
Matrix.java 513 * Return the mean radius of a circle after it has been mapped by
517 public float mapRadius(float radius) {
518 return native_mapRadius(native_instance, radius);
666 float radius);
  /cts/tools/host/src/res/
cts_result.css 47 -moz-border-radius:5px;
48 border-radius:5px;
  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 85 SkScalar radius; member in class:SkDrawCornerPathEffect
392 SK_MEMBER(radius, Float)
400 fType(type), radius(0) {
407 return new SkCornerPathEffect(radius);
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 127 void setShadow(int radius, int dx, int dy, SkColor c) {
128 // cut the radius in half, to visually match the effect seen in
130 mShadow.mBlur = SkScalarHalf(SkIntToScalar(radius));
451 const SkScalar radius = SkScalarHalf(diameter); local
459 bounds.set(x, y - radius, x + SkIntToScalar(idx), y + radius);
460 x += radius;
465 bounds.set(x - radius, y, x + radius, y + SkIntToScalar(idy));
466 y += radius;
    [all...]
  /external/quake/quake/src/QW/client/
cl_ents.c 85 void CL_NewDlight (int key, float x, float y, float z, float radius, float time,
94 dl->radius = radius;
134 if (dl->die < cl.time || !dl->radius)
137 dl->radius -= host_frametime*dl->decay;
138 if (dl->radius < 0)
139 dl->radius = 0;
532 dl->radius = 200;
r_main.c 594 add = cl_dlights[lnum].radius - Length(dist);
663 if (!dl->radius)
665 if (!dl->radius)
671 add = dl->radius - Length(dist);
709 if (d <= -clmodel->radius)
712 if (d <= clmodel->radius)
812 (!cl_dlights[k].radius))
model.h 326 float radius; member in struct:model_s
  /external/tcpdump/
Android.mk 85 print-radius.c\
  /external/webkit/WebCore/css/
view-source.css 129 -webkit-border-radius: 9px;
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 130 IntSize radius(m_rect.height() / 2, m_rect.height() / 2);
131 context.fillRoundedRect(m_rect, radius, radius, radius, radius, Color(sliderGutterColor), DeviceColorSpace);
  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 761 int radius = topLeftRadius.width(); local
770 FloatRect bottomGradient(r.x() + radius, r.y() + r.height() / 2.0f, r.width() - 2.0f * radius, r.height() / 2.0f);
779 RetainPtr<CGShadingRef> leftShading(AdoptCF, CGShadingCreateAxial(cspace.get(), CGPointMake(r.x(), r.y()), CGPointMake(r.x() + radius, r.y()), mainFunction.get(), false, false));
781 RetainPtr<CGShadingRef> rightShading(AdoptCF, CGShadingCreateAxial(cspace.get(), CGPointMake(r.right(), r.y()), CGPointMake(r.right() - radius, r.y()), mainFunction.get(), false, false));
    [all...]
  /external/wpa_supplicant/
eapol_test.c 30 #include "radius.h"
53 struct radius_client_data *radius; member in struct:eapol_test_data
145 wpa_printf(MSG_DEBUG, "Encapsulating EAP message into a RADIUS "
148 e->radius_identifier = radius_client_get_id(e->radius);
152 printf("Could not create net RADIUS packet\n");
233 wpa_printf(MSG_DEBUG, " Copied RADIUS State "
238 radius_client_send(e->radius, msg, RADIUS_AUTH, e->wpa_s->own_addr);
254 wpa_hexdump(MSG_DEBUG, "TX EAP -> RADIUS", buf, len);
396 radius_client_deinit(e->radius);
492 /* draft-aboba-radius-rfc2869bis-20.txt, Chap. 2.6.3
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
eapol_test.c 29 #include "radius/radius.h"
30 #include "radius/radius_client.h"
58 struct radius_client_data *radius; member in struct:eapol_test_data
179 wpa_printf(MSG_DEBUG, "Encapsulating EAP message into a RADIUS "
182 e->radius_identifier = radius_client_get_id(e->radius);
186 printf("Could not create net RADIUS packet\n");
276 wpa_printf(MSG_DEBUG, " Copied RADIUS State "
281 radius_client_send(e->radius, msg, RADIUS_AUTH, e->wpa_s->own_addr);
297 wpa_hexdump(MSG_DEBUG, "TX EAP -> RADIUS", buf, len)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 387 float radius = 0.25f; local
394 float x = radius * (float) Math.cos(angle);
396 float z = radius * (float) Math.sin(angle);
  /external/skia/src/effects/
SkBlurMask.cpp 249 SkScalar radius, Style style)
254 int rx = SkScalarCeil(radius);
255 int outer_weight = 255 - SkScalarRound((SkIntToScalar(rx) - radius) * 255);
  /external/speex/libspeex/
mdf.c 193 static inline void filter_dc_notch16(const spx_int16_t *in, spx_word16_t radius, spx_word16_t *out, int len, spx_mem_t *mem, int stride)
198 den2 = MULT16_16_Q15(radius,radius) + MULT16_16_Q15(QCONST16(.7,15),MULT16_16_Q15(32767-radius,32767-radius));
200 den2 = radius*radius + .7*(1-radius)*(1-radius);
208 mem[0] = mem[1] + SHL32(SHL32(-EXTEND32(vin),15) + MULT16_32_Q15(radius,vout),1)
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 189 int radius = mDrawRect.width() / 2; local
190 int delta = distanceFromCenter - radius;
205 } else if (distanceFromCenter < radius) {
  /packages/apps/Gallery3D/src/com/cooliris/media/
HighlightView.java 163 int radius = mDrawRect.width() / 2; local
164 int delta = distanceFromCenter - radius;
179 } else if (distanceFromCenter < radius) {
  /external/webkit/WebCore/inspector/front-end/
audits.css 215 -webkit-border-radius: 12px;
259 -webkit-border-radius: 8px;
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.h 157 void addArcTo(const FloatPoint&, const FloatPoint&, float radius);

Completed in 496 milliseconds

1 2 34 5 6 7