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

1 2 3 4 5 67 8 91011>>

  /external/skia/src/effects/
SkGpuBlurUtils.cpp 31 static float adjust_sigma(float sigma, int *scaleFactor, int *radius) {
37 *radius = static_cast<int>(ceilf(sigma * 3.0f));
38 GrAssert(*radius <= GrConvolutionEffect::kMaxKernelRadius);
47 int radius,
54 texture, direction, radius, sigma, useBounds, bounds));
65 int radius,
71 direction, radius, sigma, false, bounds);
78 SkScalar rad = SkIntToScalar(radius);
100 if (radius >= size * SK_ScalarHalf) {
101 // Blur radius covers srcRect; use bounds over entire dra
    [all...]
  /external/chromium_org/third_party/opus/src/doc/
customdoxygen.css 163 border-radius: 0.5em;
164 -webkit-border-radius: .5em;
165 -moz-border-radius: .5em;
435 border-top-right-radius: 8px;
436 border-top-left-radius: 8px;
439 -moz-border-radius-topright: 8px;
440 -moz-border-radius-topleft: 8px;
443 -webkit-border-top-right-radius: 8px;
444 -webkit-border-top-left-radius: 8px;
459 border-bottom-left-radius: 8px
    [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/angle_dx11/samples/gles2_book/Common/
esShapes.c 53 int ESUTIL_API esGenSphere ( int numSlices, float radius, GLfloat **vertices, GLfloat **normals,
84 (*vertices)[vertex + 0] = radius * sinf ( angleStep * (float)i ) *
86 (*vertices)[vertex + 1] = radius * cosf ( angleStep * (float)i );
87 (*vertices)[vertex + 2] = radius * sinf ( angleStep * (float)i ) *
93 (*normals)[vertex + 0] = (*vertices)[vertex + 0] / radius;
94 (*normals)[vertex + 1] = (*vertices)[vertex + 1] / radius;
95 (*normals)[vertex + 2] = (*vertices)[vertex + 2] / radius;
  /external/chromium_org/ui/base/gestures/
gesture_point.cc 199 int radius; local
201 // Ignore this TouchEvent if it has a radius larger than the maximum
202 // allowed radius size.
207 // If the device provides at least one of the radius values, take the larger
208 // of the two and use this as both the x radius and the y radius of the
209 // touch region. Otherwise use the default radius value.
214 radius = std::max(event.radius_x(), event.radius_y());
216 radius = GestureConfiguration::default_radius();
218 gfx::Rect rect(event.location().x() - radius,
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
AbstractHeightMap.java 444 * Smooth the terrain. For each node, its X(determined by radius) neighbors heights
455 public void smooth(float np, int radius) {
459 if (radius == 0)
460 radius = 1;
466 for (int rx = -radius; rx <= radius; rx++) {
467 for (int ry = -radius; ry <= radius; ry++) {
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestPhysicsCar.java 126 float radius = 0.5f; local
132 Cylinder wheelMesh = new Cylinder(16, 16, radius, radius * 0.6f, true);
140 wheelDirection, wheelAxle, restLength, radius, true);
148 wheelDirection, wheelAxle, restLength, radius, true);
156 wheelDirection, wheelAxle, restLength, radius, false);
164 wheelDirection, wheelAxle, restLength, radius, false);
  /external/wpa_supplicant_8/src/ap/
accounting.c 2 * hostapd / RADIUS Accounting
14 #include "radius/radius.h"
15 #include "radius/radius_client.h"
45 radius_client_get_id(hapd->radius));
47 printf("Could not create net RADIUS packet\n");
85 /* Use RADIUS ACL identity if 802.1X provides no identity */
91 /* Use STA MAC if neither 802.1X nor RADIUS ACL provided
222 if (!hapd->conf->radius->acct_server)
234 radius_client_send(hapd->radius, msg, RADIUS_ACCT, sta->addr) < 0
    [all...]
  /external/chromium_org/content/browser/android/
touch_point.cc 49 // size to a radius and then scale up to avoid truncating away all of the
54 const int radius = static_cast<int>( local
56 wtp.radiusX = radius / dpi_scale;
57 wtp.radiusY = radius / dpi_scale;
  /external/skia/gm/
ninepatchstretch.cpp 41 const SkScalar radius = SkIntToScalar(kFixed) - strokeWidth/2; local
49 canvas.drawRoundRect(r, radius, radius, paint);
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 162 border-radius: 0.5em;
163 -webkit-border-radius: .5em;
164 -moz-border-radius: .5em;
425 border-top-right-radius: 8px;
426 border-top-left-radius: 8px;
429 -moz-border-radius-topright: 8px;
430 -moz-border-radius-topleft: 8px;
433 -webkit-border-top-right-radius: 8px;
434 -webkit-border-top-left-radius: 8px;
449 border-bottom-left-radius: 8px
    [all...]
  /cts/suite/pts/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/chromium/chrome/browser/resources/gpu_internals/
tab_control.css 45 border-top-right-radius: 8px;
46 border-top-left-radius: 8px;
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.css 37 border-top-right-radius: 8px;
38 border-top-left-radius: 8px;
  /external/chromium/chrome/browser/resources/options/
subpages_tab_controls.css 17 border-top-left-radius: 3px;
18 border-top-right-radius: 3px;
  /external/chromium_org/chrome/browser/resources/chromeos/
slow.css 18 border-radius: 3px;
39 border-radius: 2px;
  /external/chromium_org/chrome/browser/resources/options/
search_page.css 28 border-radius: 2px;
37 border-radius: 2px;
subpages_tab_controls.css 15 border-top-left-radius: 3px;
16 border-top-right-radius: 3px;
  /external/chromium_org/chrome/browser/resources/ssl/
fancy_firefox.css 25 border-radius: 3px;
54 border-radius: 3px;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.css 34 border-radius: 2px;
58 border-radius: 5px;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/
plugin_list.css 16 border-radius: 2px;
52 border-radius: 5px;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
Path.idl 57 [Default=Undefined] optional float radius);
64 [Default=Undefined] optional float radius,
  /external/chromium_org/third_party/skia/include/effects/
SkBlurDrawLooper.h 28 The blur layer's dx/dy/radius aren't affected by the canvas
38 SkBlurDrawLooper(SkScalar radius, SkScalar dx, SkScalar dy, SkColor color,
  /external/chromium_org/third_party/skia/src/animator/
SkDrawGradient.h 62 SkScalar radius; member in class:SkDrawRadialGradient
  /external/chromium_org/third_party/skia/src/core/
SkStrokerPriv.h 34 SkScalar radius, SkScalar invMiterLimit,

Completed in 2288 milliseconds

1 2 3 4 5 67 8 91011>>