Searched refs:circle (Results 1 - 25 of 112) sorted by relevance

12345

/external/skia/src/effects/
H A DGrCircleBlurFragmentProcessor.h21 // This FP handles the special case of a blurred circle. It uses a 1D
22 // profile that is just rotated about the origin of the circle.
38 const SkRect& circle, float sigma) {
42 circle,
48 return new GrCircleBlurFragmentProcessor(circle, sigma, offset, blurProfile);
51 const SkRect& circle() const { return fCircle; } function in class:GrCircleBlurFragmentProcessor
57 GrCircleBlurFragmentProcessor(const SkRect& circle, float sigma,
66 // fOffset is computed from the circle width and the sigma
67 return this->circle().width() == cbfp.circle()
37 Create(GrTextureProvider*textureProvider, const SkRect& circle, float sigma) argument
[all...]
H A DGrCircleBlurFragmentProcessor.cpp40 // x,y - the center of the circle
76 const SkRect& circle = cbfp.circle(); local
79 // x,y - the center of the circle
82 pdman.set4f(fDataUniform, circle.centerX(), circle.centerY(), cbfp.offset(),
88 GrCircleBlurFragmentProcessor::GrCircleBlurFragmentProcessor(const SkRect& circle, argument
92 : fCircle(circle)
114 // Evaluate an AA circle function centered at the origin with 'radius' at (x,y)
157 // Apply the half-kernel at 't' away from the center of the circle
221 CreateCircleBlurProfileTexture( GrTextureProvider* textureProvider, const SkRect& circle, float sigma, float* offset) argument
264 SkRect circle = SkRect::MakeWH(wh, wh); local
[all...]
/external/skia/experimental/docs/
H A DexampleSlides.js1 var circle = {
80 { "line": [ 200,200, 200 + circle.radius * Math.cos(-22.5 * Math.PI / 180),
81 200 + circle.radius * Math.sin(-22.5 * Math.PI / 180) ] }
205 "string":"A sector is a wedge of a circle", "x":400, "y":200
456 "range":[-22.5 * Math.PI / 180, (-22.5 - 360) * Math.PI / 180], "params":"circle",
460 "range":[-22.5 * Math.PI / 180, (-22.5 - 360) * Math.PI / 180], "params":"circle",
/external/opencv3/samples/cpp/tutorial_code/ml/introduction_to_svm/
H A Dintroduction_to_svm.cpp58 circle( image, Point(501, 10), 5, Scalar( 0, 0, 0), thickness, lineType );
59 circle( image, Point(255, 10), 5, Scalar(255, 255, 255), thickness, lineType );
60 circle( image, Point(501, 255), 5, Scalar(255, 255, 255), thickness, lineType );
61 circle( image, Point( 10, 501), 5, Scalar(255, 255, 255), thickness, lineType );
73 circle( image, Point( (int) v[0], (int) v[1]), 6, Scalar(128, 128, 128), thickness, lineType);
/external/opencv3/modules/photo/misc/java/test/
H A DPhotoTest.java14 Imgproc.circle(gray255, p, 2, colorBlack, Core.FILLED);
15 Imgproc.circle(gray0, p, 2, colorWhite, Core.FILLED);
/external/opencv3/samples/cpp/
H A Dhoughcircles.cpp12 cout << "\nThis program demonstrates circle finding with the Hough transform.\n"
41 circle( cimg, Point(c[0], c[1]), c[2], Scalar(0,0,255), 3, LINE_AA);
42 circle( cimg, Point(c[0], c[1]), 2, Scalar(0,255,0), 3, LINE_AA);
H A Dminarea.cpp11 cout << "This program demonstrates finding the minimum enclosing box, triangle or circle of a set\n"
50 // Find the minimum area enclosing circle
60 circle( img, points[i], 3, Scalar(0, 0, 255), FILLED, LINE_AA );
70 // Draw the circle
71 circle(img, center, cvRound(radius), Scalar(0, 255, 255), 1, LINE_AA);
73 imshow( "Rectangle, triangle & circle", img );
H A Dem.cpp55 circle( img, Point(j, i), 1, c*0.75, FILLED );
63 circle( img, pt, 1, colors[labels.at<int>(i)], FILLED );
H A Dgrabcut.cpp120 circle( res, *it, radius, BLUE, thickness );
122 circle( res, *it, radius, RED, thickness );
124 circle( res, *it, radius, LIGHTBLUE, thickness );
126 circle( res, *it, radius, PINK, thickness );
166 circle( mask, p, radius, bvalue, thickness );
171 circle( mask, p, radius, fvalue, thickness );
/external/opencv3/samples/python2/
H A Dhoughcircles.py28 cv2.circle(cimg, (circles[0][i][0], circles[0][i][1]), circles[0][i][2], (0, 0, 255), 3, cv2.LINE_AA)
29 cv2.circle(cimg, (circles[0][i][0], circles[0][i][1]), 2, (0, 255, 0), 3, cv2.LINE_AA) # draw center of circle
H A Dkmeans.py40 cv2.circle(img, (x, y), 1, c, -1)
H A Dgrabcut.py84 cv2.circle(img,(x,y),thickness,value['color'],-1)
85 cv2.circle(mask,(x,y),thickness,value['val'],-1)
89 cv2.circle(img,(x,y),thickness,value['color'],-1)
90 cv2.circle(mask,(x,y),thickness,value['val'],-1)
95 cv2.circle(img,(x,y),thickness,value['color'],-1)
96 cv2.circle(mask,(x,y),thickness,value['val'],-1)
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
H A Dshape-handler.js24 var circle = scope.consumeToken(/^circle/, input);
25 if (circle && circle[0]) {
26 return ['circle'].concat(scope.consumeList([
32 ], circle[1]));
58 if (left[0] == 'circle') {
60 'circle(',
/external/chromium-trace/catapult/third_party/polymer/components/paper-spinner/
H A Dpaper-spinner.css18 * ARCSIZE = 270 degrees (amount of circle the arc takes up)
213 * Patch the gap that appear between the two adjacent div.circle-clipper while the
230 .gap-patch .circle {
235 .circle-clipper {
244 .circle-clipper .circle {
248 .circle {
260 .circle-clipper.left .circle {
266 .circle
[all...]
/external/opencv3/modules/features2d/misc/java/test/
H A DSTARFeatureDetectorTest.java37 Imgproc.circle(img, new Point(center - offset, center), radius, color, -1);
38 Imgproc.circle(img, new Point(center + offset, center), radius, color, -1);
39 Imgproc.circle(img, new Point(center, center - offset), radius, color, -1);
40 Imgproc.circle(img, new Point(center, center + offset), radius, color, -1);
41 Imgproc.circle(img, new Point(center, center), radius, color, -1);
/external/skia/gm/
H A Ddashcircle.cpp35 SkPath circle; local
36 circle.addCircle(0, 0, radius);
72 canvas->drawPath(circle, p);
/external/skia/samplecode/
H A DSampleCircle.cpp17 // reconstruct the edges of the circle.
48 void circle(SkCanvas* canvas, int width, bool aa) { function in class:CircleView
67 circle(canvas, width, false);
69 circle(canvas, width, true);
/external/opencv3/samples/android/tutorial-2-mixedprocessing/jni/
H A Djni_part.cpp24 circle(mRgb, Point(kp.pt.x, kp.pt.y), 10, Scalar(255,0,0,255));
/external/skia/src/gpu/
H A DGrOvalRenderer.h49 const SkRect& circle,
/external/opencv3/samples/cpp/tutorial_code/ImgTrans/
H A DHoughCircle_Demo.cpp42 // circle center
43 circle( display, center, 3, Scalar(0,255,0), -1, 8, 0 );
44 // circle outline
45 circle( display, center, radius, Scalar(0,0,255), 3, 8, 0 );
78 // Reduce the noise so we avoid false circle detection
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DExample2_24Test.java43 this.yamlConstructors.put(new Tag("tag:clarkevans.com,2002:circle"),
65 Circle circle = new Circle((Map<String, Integer>) values.get("center"),
67 return circle;
113 Circle circle = (Circle) data;
115 map.put("center", circle.getCenter());
116 map.put("radius", circle.getRadius());
117 return representMapping(new Tag("!circle"), map, Boolean.FALSE);
/external/opencv3/samples/cpp/tutorial_code/ml/non_linear_svms/
H A Dnon_linear_svms.cpp116 circle(I, Point( (int) px, (int) py ), 3, Scalar(0, 255, 0), thick, lineType);
123 circle(I, Point( (int) px, (int) py ), 3, Scalar(255, 0, 0), thick, lineType);
136 circle( I, Point( (int) v[0], (int) v[1]), 6, Scalar(128, 128, 128), thick, lineType);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
H A Ddot.stg68 node [fontsize=11, shape = <if(useBox)>box<else>circle, fixedsize=true, width=.4<endif>]; <name>
/external/opencv3/modules/features2d/test/
H A Dtest_agast.cpp85 cv::circle(image1, kp.pt, cvRound(kp.size/2), Scalar(255, 0, 0));
91 cv::circle(image2, kp.pt, cvRound(kp.size/2), Scalar(255, 0, 0));
H A Dtest_fast.cpp85 cv::circle(image1, kp.pt, cvRound(kp.size/2), Scalar(255, 0, 0));
91 cv::circle(image2, kp.pt, cvRound(kp.size/2), Scalar(255, 0, 0));

Completed in 2841 milliseconds

12345