Searched refs:radius (Results 226 - 246 of 246) sorted by relevance

12345678910

/external/opencv/cv/include/
H A Dcv.h751 CvPoint2D32f* center, float* radius );
/external/ImageMagick/MagickCore/
H A Dmorphology.c588 % Gaussian:{radius},{sigma}
595 % NOTE: that the 'radius' is optional, but if provided can limit (clip)
596 % the final size of the resulting kernel to a square 2*radius+1 in size.
597 % The radius should be at least 2 times that of the sigma value, or
599 % radius will be determined so as to produce the best minimal error
602 % LoG:{radius},{sigma}
609 % DoG:{radius},{sigma1},{sigma2}
615 % Blur:{radius},{sigma}[,{angle}]
617 % (current restricted to orthogonal angles). If a 'radius' is given the
618 % kernel is clipped to a width of 2*radius
1733 { ssize_t radius=u*u+v*v; local
[all...]
/external/libyuv/files/unit_test/
H A Dplanar_test.cc1847 int radius) {
1867 invert * height, radius);
1872 invert * height, radius);
1840 TestBlur(int width, int height, int benchmark_iterations, int disable_cpu_flags, int benchmark_cpu_info, int invert, int off, int radius) argument
/external/skia/src/core/
H A DSkPath.cpp1042 // Chrome will sometimes create 0 radius round rects. Having degenerate
1306 // is 0 and sweepAngle is very small and radius is huge, the expected
1468 void SkPath::arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius) { argument
1469 if (radius == 0) {
1494 SkScalar dist = SkScalarAbs(radius * (1 - cosh) / sinh);
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/opencv/cxcore/include/
H A Dcxcore.h1297 /* Draws a circle with specified center and radius.
1299 CVAPI(void) cvCircle( CvArr* img, CvPoint center, int radius,
/external/ImageMagick/coders/
H A Dsvg.c172 radius;
1566 svg_info->radius.x=
1576 svg_info->radius.y=
2404 if ((svg_info->radius.x == 0.0) && (svg_info->radius.y == 0.0))
2413 if (svg_info->radius.x == 0.0)
2414 svg_info->radius.x=svg_info->radius.y;
2415 if (svg_info->radius.y == 0.0)
2416 svg_info->radius
170 radius; member in struct:_SVGInfo
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c35 #include "radius/radius_client.h"
36 #include "radius/radius_server.h"
2476 res = radius_client_get_mib(hapd->radius,
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 460 milliseconds

12345678910