/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))
|
D | SJ-43514-SMT-TR.kicad_mod | 20 (pad ~ thru_hole circle (at -3.5 0) (size 1.8 1.8) (drill 1.7) (layers *.Cu *.Mask F.SilkS)) 21 (pad ~ thru_hole circle (at 3.5 0) (size 1.8 1.8) (drill 1.7) (layers *.Cu *.Mask F.SilkS))
|
/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 vec4 circle; 28 pdman.set4f(circle, center.fX, center.fY, effectiveRadius, 36 // TODO: Right now the distance to circle caclulation is performed in a space normalized to the 42 d = (length((circle.xy - sk_FragCoord.xy) * circle.w) - 1.0) * circle.z; 44 d = (1.0 - length((circle.xy - sk_FragCoord.xy) * circle.w)) * circle.z;
|
D | GrCircleEffect.cpp | 56 UniformHandle& circle = fCircleVar; in onSetData() local 57 (void)circle; in onSetData() 66 pdman.set4f(circle, center.fX, center.fY, effectiveRadius, in onSetData()
|
/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)
|
D | tdemo_lindenmayer_indian.py | 88 circle(10,90) 95 circle(l, 270)
|
/external/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 856 for (const auto& circle : fCircles) { in onPrepareDraws() local 857 SkScalar innerRadius = circle.fInnerRadius; in onPrepareDraws() 858 SkScalar outerRadius = circle.fOuterRadius; in onPrepareDraws() 859 GrColor color = circle.fColor; in onPrepareDraws() 860 const SkRect& bounds = circle.fDevBounds; in onPrepareDraws() 927 memcpy(v0->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 928 memcpy(v1->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 929 memcpy(v2->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 930 memcpy(v3->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() 931 memcpy(v4->fHalfPlanes[0], circle.fClipPlane, 3 * sizeof(SkScalar)); in onPrepareDraws() [all …]
|
/external/skia/src/effects/ |
D | GrCircleBlurFragmentProcessor.fp | 7 // x, y - the center of the circle 22 const SkRect& circle, float sigma); 64 // Applies the 1D half kernel vertically at points along the x axis to a circle centered at the 75 // In the column at x we exit the circle at +y and -y 92 // Apply a Gaussian at point (evalX, 0) to a circle centered at the origin with radius circleR. 115 // Since we applied a half kernel in y we multiply acc by 2 (the circle is symmetric about 120 // This function creates a profile of a blurred circle. It does this by computing a kernel for 122 // 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 …]
|
D | GrCircleBlurFragmentProcessor.cpp | 146 const SkRect& circle, float sigma, in create_profile_texture() argument 148 float circleR = circle.width() / 2.0f; in create_profile_texture() 207 const SkRect& circle, in Make() argument 212 create_profile_texture(resourceProvider, circle, sigma, &solidRadius, &textureRadius)); in Make() 217 circle, textureRadius, solidRadius, std::move(profile), resourceProvider)); in Make() 291 SkRect circle = SkRect::MakeWH(wh, wh); in TestCreate() local 292 return GrCircleBlurFragmentProcessor::Make(testData->resourceProvider(), circle, sigma); in TestCreate()
|
/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/llvm/test/YAMLParser/ |
D | spec-02-24.test | 6 # tag:clarkevans.com,2002:circle 7 - !circle 19 #CHECK: !<tag:clarkevans.com,2002:circle>
|
/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/resources/pyyaml/ |
D | spec-02-24.data | 4 # tag:clarkevans.com,2002:circle 5 - !circle
|
/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/skia/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()
|
/external/skia/gm/ |
D | dashcircle.cpp | 46 SkPath circle; in onDraw() local 47 circle.addCircle(0, 0, radius); in onDraw() 88 canvas->drawPath(circle, p); in onDraw()
|
D | manypaths.cpp | 54 SkRect circle = SkRect::MakeXYWH(x, y, w, w); in onDraw() local 56 canvas->drawOval(circle, paint); in onDraw()
|
/external/walt/hardware/kicad/ |
D | WALTsm.kicad_pcb | 509 (pad 1 thru_hole circle (at 0 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS) 511 (pad 2 thru_hole circle (at 0 2.54) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS) 513 (pad 3 thru_hole circle (at 0 5.08) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS) 515 (pad 4 thru_hole circle (at 0 7.62) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS) 517 (pad 5 thru_hole circle (at 0 10.16) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS) 519 (pad 6 thru_hole circle (at 0 12.7) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS) 521 (pad 7 thru_hole circle (at 0 15.24) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS) 523 (pad 8 thru_hole circle (at 0 17.78) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS) 525 (pad 9 thru_hole circle (at 0 20.32) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS) 527 (pad 10 thru_hole circle (at 0 22.86) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS) [all …]
|
/external/clang/test/Analysis/ |
D | array-struct-region.c | 62 struct circle { struct point o; int r; }; argument 63 struct circle get_circle() { in get_circle() 64 struct circle result; in get_circle() 71 struct circle c; in struct_in_struct()
|
/external/fmtlib/doc/bootstrap/ |
D | glyphicons.less | 70 .glyphicon-play-circle { &:before { content: "\e029"; } } 128 .glyphicon-remove-circle { &:before { content: "\e088"; } } 129 .glyphicon-ok-circle { &:before { content: "\e089"; } } 130 .glyphicon-ban-circle { &:before { content: "\e090"; } } 168 .glyphicon-circle-arrow-right { &:before { content: "\e131"; } } 169 .glyphicon-circle-arrow-left { &:before { content: "\e132"; } } 170 .glyphicon-circle-arrow-up { &:before { content: "\e133"; } } 171 .glyphicon-circle-arrow-down { &:before { content: "\e134"; } }
|