/external/walt/hardware/kicad/walt_footprints.pretty/ |
D | Teensy_DIP-28_W15.24mm.kicad_mod | 14 (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 …]
|
D | TRRS_SJ_43514.kicad_mod | 21 (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))
|
D | Pin_Header_Straight_1x06.kicad_mod | 18 (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))
|
D | Pin_Header_Straight_1x05_small_pads.kicad_mod | 18 (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/ |
D | GrCircleEffect.fp | 14 // 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;
|
/external/skia/src/gpu/effects/ |
D | GrCircleEffect.fp | 14 // 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;
|
/external/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 1162 for (const auto& circle : fCircles) { in onPrepareDraws() local 1163 SkScalar innerRadius = circle.fInnerRadius; in onPrepareDraws() 1164 SkScalar outerRadius = circle.fOuterRadius; in onPrepareDraws() 1165 GrColor color = circle.fColor; in onPrepareDraws() 1166 const SkRect& bounds = circle.fDevBounds; in onPrepareDraws() 1233 memcpy(v0->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 1234 memcpy(v1->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 1235 memcpy(v2->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 1236 memcpy(v3->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 1237 memcpy(v4->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() [all …]
|
/external/skqp/tests/ |
D | TracingTest.cpp | 160 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/ |
D | TracingTest.cpp | 160 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/skqp/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 855 for (const auto& circle : fCircles) { in onPrepareDraws() local 856 SkScalar innerRadius = circle.fInnerRadius; in onPrepareDraws() 857 SkScalar outerRadius = circle.fOuterRadius; in onPrepareDraws() 858 GrColor color = circle.fColor; in onPrepareDraws() 859 const SkRect& bounds = circle.fDevBounds; in onPrepareDraws() 926 memcpy(v0->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 927 memcpy(v1->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 928 memcpy(v2->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 929 memcpy(v3->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 930 memcpy(v4->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() [all …]
|
/external/python/cpython3/Lib/turtledemo/ |
D | yinyang.py | 20 circle(radius/2., 180) 21 circle(radius, 180) 23 circle(-radius/2., 180) 32 circle(radius*0.15)
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_yinyang.py | 20 circle(radius/2., 180) 21 circle(radius, 180) 23 circle(-radius/2., 180) 32 circle(radius*0.125)
|
/external/skqp/src/effects/ |
D | GrCircleBlurFragmentProcessor.fp | 14 // 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 191 const SkRect& circle, 194 float circleR = circle.width() / 2.0f; [all …]
|
D | GrCircleBlurFragmentProcessor.cpp | 170 const SkRect& circle, float sigma, in create_profile_texture() argument 172 float circleR = circle.width() / 2.0f; in create_profile_texture() 244 GrProxyProvider* proxyProvider, const SkRect& circle, float sigma) { in Make() argument 248 create_profile_texture(proxyProvider, circle, sigma, &solidRadius, &textureRadius)); in Make() 253 circle, textureRadius, solidRadius, std::move(profile))); in Make() 346 SkRect circle = SkRect::MakeWH(wh, wh); in TestCreate() local 347 return GrCircleBlurFragmentProcessor::Make(testData->proxyProvider(), circle, sigma); in TestCreate()
|
/external/skia/src/effects/ |
D | GrCircleBlurFragmentProcessor.fp | 14 // 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 191 const SkRect& circle, 194 float circleR = circle.width() / 2.0f; [all …]
|
D | GrCircleBlurFragmentProcessor.cpp | 170 const SkRect& circle, float sigma, in create_profile_texture() argument 172 float circleR = circle.width() / 2.0f; in create_profile_texture() 244 GrProxyProvider* proxyProvider, const SkRect& circle, float sigma) { in Make() argument 248 create_profile_texture(proxyProvider, circle, sigma, &solidRadius, &textureRadius)); in Make() 253 circle, textureRadius, solidRadius, std::move(profile))); in Make() 346 SkRect circle = SkRect::MakeWH(wh, wh); in TestCreate() local 347 return GrCircleBlurFragmentProcessor::Make(testData->proxyProvider(), circle, sigma); in TestCreate()
|
/external/llvm/test/YAMLParser/ |
D | spec-02-24.test | 6 # tag:clarkevans.com,2002:circle 7 - !circle 19 #CHECK: !<tag:clarkevans.com,2002:circle>
|
/external/skia/experimental/docs/ |
D | exampleSlides.js | 1 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/experimental/docs/ |
D | exampleSlides.js | 1 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/ImageMagick/PerlMagick/demo/ |
D | compose-specials.pl | 39 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/v8/tools/turbolizer/ |
D | turbo-visualizer.css | 126 circle.bubbleStyle { 133 circle.bubbleStyle:hover { 137 circle.filledBubbleStyle { 143 circle.filledBubbleStyle:hover { 148 circle.halfFilledBubbleStyle { 154 circle.halfFilledBubbleStyle:hover {
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
D | XMLTokener.java | 308 char[] circle = new char[n]; in skipPast() local 320 circle[i] = c; in skipPast() 332 if (circle[j] != to.charAt(i)) { in skipPast() 358 circle[offset] = c; in skipPast()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | Example2_24Test.java | 65 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/snakeyaml/src/test/resources/pyyaml/ |
D | spec-02-24.data | 4 # tag:clarkevans.com,2002:circle 5 - !circle
|
/external/skqp/samplecode/ |
D | SampleCircle.cpp | 47 void circle(SkCanvas* canvas, int width, bool aa) { in circle() function in CircleView 66 circle(canvas, width, false); in drawSix() 68 circle(canvas, width, true); in drawSix()
|