Searched defs:circle (Results 1 - 17 of 17) sorted by relevance

/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/skia/gm/
H A Dmanypaths.cpp54 SkRect circle = SkRect::MakeXYWH(x, y, w, w); variable
56 canvas->drawOval(circle, paint);
H A Ddashcircle.cpp46 SkPath circle; variable
47 circle.addCircle(0, 0, radius);
88 canvas->drawPath(circle, p);
H A Dhairlines.cpp148 SkRect circle = SkRect::MakeLTRB(-kRad, -kRad, kRad, kRad); variable
149 bug->addArc(circle, kStartAngle, kSweepAngle);
/external/skia/samplecode/
H A DSampleCircle.cpp16 // reconstruct the edges of the circle.
47 void circle(SkCanvas* canvas, int width, bool aa) { function in class:CircleView
66 circle(canvas, width, false);
68 circle(canvas, width, true);
H A DSampleClipDrawMatch.cpp58 SkRRect circle; local
59 circle.setOval(create_rect(offset));
60 return circle;
/external/clang/test/Analysis/
H A Darray-struct-region.c62 struct circle { struct point o; int r; }; struct
63 struct circle get_circle() {
64 struct circle result;
71 struct circle c;
/external/skia/src/effects/
H A DGrCircleBlurFragmentProcessor.cpp38 // x,y - the center of the circle
73 const SkRect& circle = cbfp.fCircle; local
76 // x,y - the center of the circle
79 pdman.set4f(fDataUniform, circle.centerX(), circle.centerY(), cbfp.fSolidRadius,
86 const SkRect& circle,
91 , fCircle(circle)
141 // Applies the 1D half kernel vertically at points along the x axis to a circle centered at the
152 // In the column at x we exit the circle at +y and -y
169 // Apply a Gaussian at point (evalX, 0) to a circle centere
85 GrCircleBlurFragmentProcessor(GrResourceProvider* resourceProvider, const SkRect& circle, float textureRadius, float solidRadius, sk_sp<GrTextureProxy> blurProfile) argument
263 create_profile_texture(GrResourceProvider* resourceProvider, const SkRect& circle, float sigma, float* solidRadius, float* textureRadius) argument
334 Make(GrResourceProvider* resourceProvider, const SkRect& circle, float sigma) argument
357 SkRect circle = SkRect::MakeWH(wh, wh); local
[all...]
/external/skia/src/gpu/ops/
H A DGrShadowRRectOp.cpp19 // We have two possible cases for geometry for a circle:
21 // In the case of a normal fill, we draw geometry for the circle as an octagon.
198 const Circle& circle = fCircles[i]; variable
200 GrColor color = circle.fColor;
201 SkScalar outerRadius = circle.fOuterRadius;
202 SkScalar innerRadius = circle.fInnerRadius;
203 SkScalar blurRadius = circle.fBlurRadius;
205 const SkRect& bounds = circle.fDevBounds;
270 if (circle.fStroked) {
284 SkScalar r = circle
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dbezier.c400 thing by a semi circle */
450 float circle[3][2]; local
492 circle[0][0] = b->x1 + normals[0][0]*offset;
493 circle[0][1] = b->y1 + normals[0][1]*offset;
495 circle[1][0] = 0.5*(b->x1 + b->x4) + normals[1][0]*offset;
496 circle[1][1] = 0.5*(b->y1 + b->y4) + normals[1][1]*offset;
498 circle[2][0] = b->x4 + normals[2][0]*offset;
499 circle[2][1] = b->y4 + normals[2][1]*offset;
504 o->x1 = circle[i][0];
505 o->y1 = circle[
[all...]
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp79 // construct circle from quads
80 const QuadPts circle[8] = {{{{ r, 0}, { r, -s}, { m, -m}}}, local
90 cQuad.debugSet(circle[octant].fPts);
H A DPathTest.cpp1559 path.addCircle(0, 0, SkIntToScalar(10)); // 2nd circle
1737 // kBaseRect is used to construct most our test paths: a rect, a circle, and a round-rect.
1740 // A circle that bounds kBaseRect (with a significant amount of slop)
3338 // TODO: a rotated circle whose rotated angle is not a multiple of 90
3403 // circle at origin
3414 // circle at an offset at (10, 10)
3442 SkPath circle; local
3449 circle.addCircle(0, 0, SkIntToScalar(10), kCircleDir);
3457 // the path a circle, most mark it as a non-circle fo
[all...]
/external/robolectric/v1/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
/external/robolectric/v3/runtime/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
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-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.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 642 milliseconds