Home
last modified time | relevance | path

Searched refs:circle (Results 1 – 25 of 150) sorted by relevance

123456

/external/walt/hardware/kicad/walt_footprints.pretty/
DTeensy_DIP-28_W15.24mm.kicad_mod14 (pad 1 thru_hole circle (at 0 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
15 (pad 2 thru_hole circle (at 0 2.54) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
16 (pad 3 thru_hole circle (at 0 5.08) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
17 (pad 4 thru_hole circle (at 0 7.62) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
18 (pad 5 thru_hole circle (at 0 10.16) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
19 (pad 6 thru_hole circle (at 0 12.7) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
20 (pad 7 thru_hole circle (at 0 15.24) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
21 (pad 8 thru_hole circle (at 0 17.78) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
22 (pad 9 thru_hole circle (at 0 20.32) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
23 (pad 10 thru_hole circle (at 0 22.86) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
[all …]
DTRRS_SJ_43514.kicad_mod21 (pad 4 thru_hole circle (at 0 0) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask F.SilkS))
22 (pad 2 thru_hole circle (at 5 -0.9) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask F.SilkS))
23 (pad 1 thru_hole circle (at 0 -9.3) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask F.SilkS))
24 (pad 3 thru_hole circle (at 8.1 -6.1) (size 1.8 1.8) (drill 1) (layers *.Cu *.Mask F.SilkS))
25 (pad "" np_thru_hole circle (at 0 -4.5) (size 1 1) (drill 1) (layers *.Cu *.Mask F.SilkS))
26 (pad "" np_thru_hole circle (at 5 -4.5) (size 1 1) (drill 1) (layers *.Cu *.Mask F.SilkS))
DPin_Header_Straight_1x06.kicad_mod18 (pad 1 thru_hole circle (at 0 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
19 (pad 2 thru_hole circle (at 0 2.54) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
20 (pad 3 thru_hole circle (at 0 5.08) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
21 (pad 4 thru_hole circle (at 0 7.62) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
22 (pad 5 thru_hole circle (at 0 10.16) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
23 (pad 6 thru_hole circle (at 0 12.7) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
DPin_Header_Straight_1x05_small_pads.kicad_mod18 (pad 1 thru_hole circle (at 0 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
19 (pad 2 thru_hole circle (at 0 2.54) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
20 (pad 3 thru_hole circle (at 0 5.08) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
21 (pad 4 thru_hole circle (at 0 7.62) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
22 (pad 5 thru_hole circle (at 0 10.16) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
/external/skqp/src/gpu/effects/
DGrCircleEffect.fp14 // The circle uniform is (center.x, center.y, radius + 0.5, 1 / (radius + 0.5)) for regular
16 uniform half4 circle;
42 pdman.set4f(circle, center.fX, center.fY, effectiveRadius,
50 // TODO: Right now the distance to circle caclulation is performed in a space normalized to the
56 d = (length((circle.xy - sk_FragCoord.xy) * circle.w) - 1.0) * circle.z;
58 d = (1.0 - length((circle.xy - sk_FragCoord.xy) * circle.w)) * circle.z;
DGrCircleBlurFragmentProcessor.fp14 // x, y - the center of the circle
25 const SkRect& circle, float sigma);
67 // Applies the 1D half kernel vertically at points along the x axis to a circle centered at the
78 // In the column at x we exit the circle at +y and -y
95 // Apply a Gaussian at point (evalX, 0) to a circle centered at the origin with radius circleR.
118 // Since we applied a half kernel in y we multiply acc by 2 (the circle is symmetric about
123 // This function creates a profile of a blurred circle. It does this by computing a kernel for
125 // an array of vertical applications of the half kernel to the circle along the x axis. The
188 const SkRect& circle,
191 float circleR = circle.width() / 2.0f;
[all …]
DGrCircleBlurFragmentProcessor.cpp166 const SkRect& circle, float sigma, in create_profile_texture() argument
168 float circleR = circle.width() / 2.0f; in create_profile_texture()
242 GrProxyProvider* proxyProvider, const SkRect& circle, float sigma) { in Make() argument
246 create_profile_texture(proxyProvider, circle, sigma, &solidRadius, &textureRadius)); in Make()
251 circle, textureRadius, solidRadius, std::move(profile))); in Make()
348 SkRect circle = SkRect::MakeWH(wh, wh); in TestCreate() local
349 return GrCircleBlurFragmentProcessor::Make(testData->proxyProvider(), circle, sigma); in TestCreate()
/external/skia/src/gpu/effects/
DGrCircleEffect.fp14 // The circle uniform is (center.x, center.y, radius + 0.5, 1 / (radius + 0.5)) for regular
16 uniform half4 circle;
42 pdman.set4f(circle, center.fX, center.fY, effectiveRadius,
50 // TODO: Right now the distance to circle caclulation is performed in a space normalized to the
56 d = half((length((circle.xy - sk_FragCoord.xy) * circle.w) - 1.0) * circle.z);
58 d = half((1.0 - length((circle.xy - sk_FragCoord.xy) * circle.w)) * circle.z);
DGrCircleBlurFragmentProcessor.fp14 // x, y - the center of the circle
25 const SkRect& circle, float sigma);
67 // Applies the 1D half kernel vertically at points along the x axis to a circle centered at the
78 // In the column at x we exit the circle at +y and -y
95 // Apply a Gaussian at point (evalX, 0) to a circle centered at the origin with radius circleR.
118 // Since we applied a half kernel in y we multiply acc by 2 (the circle is symmetric about
123 // This function creates a profile of a blurred circle. It does this by computing a kernel for
125 // an array of vertical applications of the half kernel to the circle along the x axis. The
188 const SkRect& circle,
191 float circleR = circle.width() / 2.0f;
[all …]
DGrCircleBlurFragmentProcessor.cpp166 const SkRect& circle, float sigma, in create_profile_texture() argument
168 float circleR = circle.width() / 2.0f; in create_profile_texture()
242 GrProxyProvider* proxyProvider, const SkRect& circle, float sigma) { in Make() argument
246 create_profile_texture(proxyProvider, circle, sigma, &solidRadius, &textureRadius)); in Make()
251 circle, textureRadius, solidRadius, std::move(profile))); in Make()
347 SkRect circle = SkRect::MakeWH(wh, wh); in TestCreate() local
348 return GrCircleBlurFragmentProcessor::Make(testData->proxyProvider(), circle, sigma); in TestCreate()
/external/skqp/tests/
DTracingTest.cpp160 TracingCircle* circle = new TracingCircle(SkPoint::Make(20, 20), 15); in test_trace_objects() local
161 circle->traceSnapshot(); in test_trace_objects()
170 circle->fCenter.offset(10, 10); in test_trace_objects()
171 circle->traceSnapshot(); in test_trace_objects()
177 TRACE_EVENT1("skia", "Processing Shape", "#shape", circle); in test_trace_objects()
181 delete circle; in test_trace_objects()
/external/skia/tests/
DTracingTest.cpp160 TracingCircle* circle = new TracingCircle(SkPoint::Make(20, 20), 15); in test_trace_objects() local
161 circle->traceSnapshot(); in test_trace_objects()
170 circle->fCenter.offset(10, 10); in test_trace_objects()
171 circle->traceSnapshot(); in test_trace_objects()
177 TRACE_EVENT1("skia", "Processing Shape", "#shape", circle); in test_trace_objects()
181 delete circle; in test_trace_objects()
/external/python/cpython3/Lib/turtledemo/
Dyinyang.py20 circle(radius/2., 180)
21 circle(radius, 180)
23 circle(-radius/2., 180)
32 circle(radius*0.15)
/external/python/cpython2/Demo/turtle/
Dtdemo_yinyang.py20 circle(radius/2., 180)
21 circle(radius, 180)
23 circle(-radius/2., 180)
32 circle(radius*0.125)
/external/llvm/test/YAMLParser/
Dspec-02-24.test6 # tag:clarkevans.com,2002:circle
7 - !circle
19 #CHECK: !<tag:clarkevans.com,2002:circle>
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dspec-02-24.test6 # tag:clarkevans.com,2002:circle
7 - !circle
19 #CHECK: !<tag:clarkevans.com,2002:circle>
/external/skqp/experimental/docs/
DexampleSlides.js1 var circle = { variable
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) ] }
/external/skia/experimental/docs/
DexampleSlides.js1 var circle = { variable
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) ] }
/external/skqp/src/gpu/ops/
DGrOvalOpFactory.cpp1187 for (const auto& circle : fCircles) { in onPrepareDraws() local
1188 SkScalar innerRadius = circle.fInnerRadius; in onPrepareDraws()
1189 SkScalar outerRadius = circle.fOuterRadius; in onPrepareDraws()
1190 GrVertexColor color(circle.fColor, fWideColor); in onPrepareDraws()
1191 const SkRect& bounds = circle.fDevBounds; in onPrepareDraws()
1202 if (!circle.fStroked && fClipPlane && fClipPlaneIsect && in onPrepareDraws()
1203 (circle.fClipPlane[0] * circle.fIsectPlane[0] + in onPrepareDraws()
1204 circle.fClipPlane[1] * circle.fIsectPlane[1]) < 0.0f) { in onPrepareDraws()
1209 geoClipPlane.set(circle.fClipPlane[1] - circle.fIsectPlane[1], in onPrepareDraws()
1210 circle.fIsectPlane[0] - circle.fClipPlane[0]); in onPrepareDraws()
[all …]
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1262 for (const auto& circle : fCircles) { in onPrepareDraws() local
1263 SkScalar innerRadius = circle.fInnerRadius; in onPrepareDraws()
1264 SkScalar outerRadius = circle.fOuterRadius; in onPrepareDraws()
1265 GrVertexColor color(circle.fColor, fWideColor); in onPrepareDraws()
1266 const SkRect& bounds = circle.fDevBounds; in onPrepareDraws()
1277 if (!circle.fStroked && fClipPlane && fClipPlaneIsect && in onPrepareDraws()
1278 (circle.fClipPlane[0] * circle.fIsectPlane[0] + in onPrepareDraws()
1279 circle.fClipPlane[1] * circle.fIsectPlane[1]) < 0.0f) { in onPrepareDraws()
1284 geoClipPlane.set(circle.fClipPlane[1] - circle.fIsectPlane[1], in onPrepareDraws()
1285 circle.fIsectPlane[0] - circle.fClipPlane[0]); in onPrepareDraws()
[all …]
/external/ImageMagick/PerlMagick/demo/
Dcompose-specials.pl39 my $circle=Image::Magick->new();
40 $circle->Set(size=>'80x80');
41 $circle->Read('xc:black');
42 $circle->Draw(fill=>'white',primitive=>'circle',points=>'39.5,39.5 10,39.5');
99 mask=>$circle,
/external/fonttools/Lib/fontTools/svgLib/path/
Dshapes.py108 def _parse_circle(self, circle): argument
109 cx = float(circle.attrib.get('cx', 0))
110 cy = float(circle.attrib.get('cy', 0))
111 r = float(circle.attrib.get('r'))
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DExample2_24Test.java65 Circle circle = new Circle((Map<String, Integer>) values.get("center"), in construct() local
67 return circle; in construct()
113 Circle circle = (Circle) data; in representData() local
115 map.put("center", circle.getCenter()); in representData()
116 map.put("radius", circle.getRadius()); in representData()
/external/skia/samplecode/
DSampleCircle.cpp45 void circle(SkCanvas* canvas, int width, bool aa) { in circle() function in CircleView
64 circle(canvas, width, false); in drawSix()
66 circle(canvas, width, true); in drawSix()
/external/skqp/samplecode/
DSampleCircle.cpp45 void circle(SkCanvas* canvas, int width, bool aa) { in circle() function in CircleView
64 circle(canvas, width, false); in drawSix()
66 circle(canvas, width, true); in drawSix()

123456