| /external/chromium-trace/catapult/third_party/polymer/components/neon-animation/demo/tiles/ |
| D | circles-page.html | 14 <dom-module id="circles-page"> 48 is: 'circles-page', 58 var circles = Polymer.dom(this.root).querySelectorAll('.circle'); 59 var circlesArray = Array.prototype.slice.call(circles); 93 var circles = Polymer.dom(this.root).querySelectorAll('.circle'); 94 for (var node, index = 0; node = circles[index]; index++) {
|
| D | index.html | 25 <link rel="import" href="circles-page.html"> 49 <circles-page on-circle-click="_onCircleClick"></circles-page>
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/spherical/twod/ |
| D | Vertex.java | 38 /** Circles bound with this vertex. */ 39 private final List<Circle> circles; field in Vertex 48 this.circles = new ArrayList<Circle>(); in Vertex() 62 circles.add(circle); in bindWith() 76 for (final Circle circle1 : circles) { in sharedCircleWith() 77 for (final Circle circle2 : vertex.circles) { in sharedCircleWith()
|
| D | SubCircle.java | 58 // the two circles are aligned or opposite in split() 61 // the two circles intersect each other in split()
|
| /external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/ |
| D | LineDataSet.java | 26 * List representing all colors that are used for the circles 31 * the color of the inner circles 61 * if true, drawing circles is enabled 152 * Sets the radius of the drawn circles. 172 * Sets the hole radius of the drawn circles. 274 * returns all colors specified for the circles 293 * Sets the colors that should be used for the circles of this DataSet. 306 * Sets the colors that should be used for the circles of this DataSet. 319 * ets the colors that should be used for the circles of this DataSet. 365 * Sets the color of the inner circle of the line-circles.
|
| /external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/ |
| D | ILineDataSet.java | 36 * Returns the size of the drawn circles. 41 * Returns the hole radius of the drawn circles. 62 * Returns true if drawing circles for this DataSet is enabled, false if not
|
| /external/skia/gm/ |
| D | wacky_yuv_formats.cpp | 251 SkTDArray<SkRect>* circles, bool takeLongWayRound) { in add_arc() argument 261 if (circles) { in add_arc() 262 circles->push_back(r); in add_arc() 291 SkScalar ratio, int numLobes, SkTDArray<SkRect>* circles) { in create_splat() argument 307 if (circles) { in create_splat() 308 circles->push_back(SkRect::MakeLTRB(o.fX - innerRadius, o.fY - innerRadius, in create_splat() 326 add_arc(&p, top, curV, nextTop, nextV, circles, true); in create_splat() 348 const SkTDArray<SkRect>& circles, bool opaque, bool padWithRed) { in make_bitmap() argument 380 for (int i = 0; i < circles.size(); ++i) { in make_bitmap() 389 SkRect r = circles[i]; in make_bitmap() [all …]
|
| D | backdrop.cpp | 78 * Draws a 2x4 grid of sweep circles. 106 * Draws a 3x4 grid of sweep circles.
|
| D | dashing.cpp | 204 bool circles) { in drawDashedLines() argument 210 if (circles) { in drawDashedLines() 280 // 1on/1off 1x1 circles with phase of 1 - no fast path yet in onDraw() 286 // 1on/1off 3x3 circles with phase of 1 - no fast path yet in onDraw() 337 // a line of squares or circles in onDraw() 381 // Test overlapping circles. in onDraw()
|
| D | drrect.cpp | 33 // like squares/circles, to exercise fast-cases in GPU in onDraw()
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-shaper-syllabic.cc | 45 …(void) buffer->message (font, "skipped inserting dotted-circles because there is no broken syllabl… in hb_syllabic_insert_dotted_circles() 50 !buffer->message (font, "start inserting dotted-circles")) in hb_syllabic_insert_dotted_circles() 97 (void) buffer->message (font, "end inserting dotted-circles"); in hb_syllabic_insert_dotted_circles()
|
| /external/rust/crates/plotters/src/style/ |
| D | shape.rs | 35 The result is a figure with two circles, one of them filled: 66 The result is a figure with two circles, one of them thicker than the other:
|
| /external/skia/src/effects/ |
| D | SkDashPathEffect.cpp | 207 // TODO: this test could be eased up to allow circles in onAsPoints() 212 // TODO: this test could be eased up for circles. Rotations could be allowed. in onAsPoints() 303 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles in onAsPoints() 352 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles in onAsPoints()
|
| /external/skia/include/effects/ |
| D | SkGradientShader.h | 226 * Returns a shader that generates a conical gradient given two circles, or 228 * two circles according to the following HTML spec. 239 * Returns a shader that generates a conical gradient given two circles, or 241 * two circles according to the following HTML spec.
|
| /external/python/cpython3/Lib/turtledemo/ |
| D | yinyang.py | 9 The small circles are drawn by the circle
|
| /external/python/cpython2/Demo/turtle/ |
| D | tdemo_yinyang.py | 9 The small circles are drawn by the circle
|
| /external/rust/crates/plotters/src/drawing/ |
| D | mod.rs | 6 It exposes a set of functions which allows basic shape, such as pixels, lines, rectangles, circles,…
|
| /external/pdfium/testing/resources/pixel/ |
| D | radial_shading_point_at_center.in | 36 /Coords [0.0 0.0 0.0 0.0 0.0 0.005] % Concentric circles
|
| D | bug_1772.in | 77 /Coords [0.0 0.0 0.0 0.0 0.0 0.005] % Concentric circles
|
| /external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/charts/ |
| D | LineChart.java | 12 * Chart that draws lines, surfaces, circles, ...
|
| /external/rust/crates/plotters/examples/ |
| D | pie.rs | 8 root_area.titled("BEST CIRCLES", title_style).unwrap(); in main()
|
| /external/MPAndroidChart/MPChartExample/src/main/res/values/ |
| D | strings.xml | 28 <string name="actionToggleCircles">Toggle Circles</string>
|
| /external/skia/src/gpu/graphite/geom/ |
| D | AnalyticBlurMask.h | 27 * circles.
|
| /external/skia/src/shaders/gradients/ |
| D | SkConicalGradient.h | 39 // this is true, it's as if an aircraft is flying at Mach 1 and all circles (soundwaves)
|
| /external/angle/src/libANGLE/renderer/vulkan/doc/ |
| D | OpenGLLineSegmentRasterization.md | 31 circles indicate intersections that do not exit the diamond. We detect
|