/external/ImageMagick/coders/ |
D | gradient.c | 183 *stops; in ReadGRADIENTImage() local 228 stops=(StopInfo *) AcquireQuantumMemory(2,sizeof(*stops)); in ReadGRADIENTImage() 229 if (stops == (StopInfo *) NULL) in ReadGRADIENTImage() 231 stops[0].offset=0.0; in ReadGRADIENTImage() 232 stops[1].offset=1.0; in ReadGRADIENTImage() 233 status=QueryColorCompliance(start_color,AllCompliance,&stops[0].color, in ReadGRADIENTImage() 236 status=QueryColorCompliance(stop_color,AllCompliance,&stops[1].color, in ReadGRADIENTImage() 240 stops=(StopInfo *) RelinquishMagickMemory(stops); in ReadGRADIENTImage() 244 (void) SetImageColorspace(image,stops[0].color.colorspace,exception); in ReadGRADIENTImage() 245 if ((stops[0].color.alpha_trait != UndefinedPixelTrait) || in ReadGRADIENTImage() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Tabber.java | 60 private List stops = new ArrayList(); field in Tabber.MonoTabber 65 stops.clear(); in clear() 74 for (int i = 0; i < stops.size(); ++i) { in toString() 79 .append(stops.get(i)); in toString() 90 stops.add(new Integer(tabPos)); in addAbsolute() 100 int last = getStop(stops.size() - 1); in add() 101 stops.add(new Integer(last + fieldWidth)); in add() 108 if (fieldNumber >= stops.size()) fieldNumber = stops.size() - 1; in getStop() 109 return ((Integer) stops.get(fieldNumber)).intValue(); in getStop() 114 if (fieldNumber >= stops.size()) return LEFT; in getType()
|
/external/skqp/src/compute/skc/ |
D | styling.c | 267 float const stops[], in skc_styling_layer_fill_gradient_encoder() argument 318 float ds_prev = stops[1] - stops[0]; in skc_styling_layer_fill_gradient_encoder() 327 float const ds_curr = stops[ii+1] - stops[ii]; in skc_styling_layer_fill_gradient_encoder() 358 if (stops[ii+1] > stops[ii]) in skc_styling_layer_fill_gradient_encoder()
|
/external/skia/modules/skottie/src/layers/shapelayer/ |
D | Gradient.cpp | 131 std::vector<sksg::Gradient::ColorStop> stops; in onSync() local 132 stops.reserve(c_count); in onSync() 170 stops.push_back(current_stop); in onSync() 181 stops.shrink_to_fit(); in onSync() 182 fGradient->setColorStops(std::move(stops)); in onSync()
|
/external/icu/icu4c/source/data/brkitr/dictionaries/ |
D | thaidict.txt | 15997 # วี.ดี. # TODO: why do these have full stops? 16382 # ส.ธรนินทร์ -- TODO: why do these have full stops?
|
/external/fonttools/Lib/fontTools/varLib/ |
D | plot.py | 15 def stops(support, count=10): function 82 for x in stops(Xs): 107 for x in stops(Xs): 115 for y in stops(Ys):
|
/external/strace/ |
D | README-linux-ptrace | 28 ptrace commands from the tracer is called ptrace-stop. Ptrace-stops can 122 The following kinds of ptrace-stops exist: signal-delivery-stops, 123 group-stop, PTRACE_EVENT stops, syscall-stops [, SINGLESTEP, SYSEMU, 147 ptrace-stop - see "Syscall-stops" and "execve" sections below for 215 is returned by some other classes of ptrace-stops, therefore the 240 1.x.x PTRACE_EVENT stops 242 If tracer sets TRACE_O_TRACEfoo options, tracee will enter ptrace-stops 243 called PTRACE_EVENT stops. 245 PTRACE_EVENT stops are observed by tracer as waitpid returning with 263 For all four stops described above: stop occurs in parent, not in newly [all …]
|
/external/fmtlib/doc/bootstrap/mixins/ |
D | gradients.less | 7 // Creates two color stops, start and end, by specifying a color and position for each color stop. 8 // Color stops are not available in IE9 and below. 19 // Creates two color stops, start and end, by specifying a color and position for each color stop. 20 // Color stops are not available in IE9 and below.
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 495 std::vector<SkScalar>& stops, in colrv1_configure_skpaint() 498 stops.resize(num_color_stops); in colrv1_configure_skpaint() 504 stops[index] = color_stop.stop_offset / float(1 << 14); in colrv1_configure_skpaint() 554 std::vector<SkScalar> stops; in colrv1_configure_skpaint() local 556 … fetch_color_stops(colrv1_paint.u.linear_gradient.colorline.color_stop_iterator, stops, colors); in colrv1_configure_skpaint() 559 line_positions, colors.data(), stops.data(), stops.size(), in colrv1_configure_skpaint() 579 std::vector<SkScalar> stops; in colrv1_configure_skpaint() local 581 … fetch_color_stops(colrv1_paint.u.radial_gradient.colorline.color_stop_iterator, stops, colors); in colrv1_configure_skpaint() 587 start, radius, end, end_radius, colors.data(), stops.data(), stops.size(), in colrv1_configure_skpaint() 597 std::vector<SkScalar> stops; in colrv1_configure_skpaint() local [all …]
|
/external/skqp/src/gpu/gradients/ |
D | GrUnrolledBinaryGradientColorizer.fp | 126 // Depending on how the positions resolve into hard stops or regular stops, the number of 130 // stops has 16 colors. 147 // Already reached kMaxIntervals, and haven't run out of color stops so this 157 // that have repeated hard stops at the very beginning that are effectively unreachable.
|
/external/skia/src/gpu/gradients/ |
D | GrUnrolledBinaryGradientColorizer.fp | 126 // Depending on how the positions resolve into hard stops or regular stops, the number of 130 // stops has 16 colors. 147 // Already reached kMaxIntervals, and haven't run out of color stops so this 157 // that have repeated hard stops at the very beginning that are effectively unreachable.
|
/external/python/cpython2/Lib/ |
D | mailbox.py | 840 starts, stops = [], [] 847 if len(stops) < len(starts): 849 stops.append(line_pos - len(os.linesep)) 854 stops.append(line_pos) 859 stops.append(line_pos - len(os.linesep)) 861 stops.append(line_pos) 867 self._toc = dict(enumerate(zip(starts, stops))) 890 starts, stops = [], [] 904 stops.append(line_pos - len(os.linesep)) 907 stops.append(line_pos) [all …]
|
/external/python/cpython3/Lib/ |
D | mailbox.py | 858 starts, stops = [], [] 865 if len(stops) < len(starts): 867 stops.append(line_pos - len(linesep)) 872 stops.append(line_pos) 877 stops.append(line_pos - len(linesep)) 879 stops.append(line_pos) 885 self._toc = dict(enumerate(zip(starts, stops))) 908 starts, stops = [], [] 922 stops.append(line_pos - len(linesep)) 925 stops.append(line_pos) [all …]
|
/external/fonttools/Tests/colorLib/ |
D | builder_test.py | 323 stops = [(0.0, 0), (0.5, 1), (1.0, 2)] 325 cline = _build(ot.ColorLine, {"ColorStop": stops}) 328 assert [(cs.StopOffset, cs.Color.PaletteIndex) for cs in cline.ColorStop] == stops 330 cline = _build(ot.ColorLine, {"Extend": "pad", "ColorStop": stops}) 334 ot.ColorLine, {"ColorStop": stops, "Extend": builder.ExtendMode.REPEAT} 339 ot.ColorLine, {"ColorStop": stops, "Extend": builder.ExtendMode.REFLECT} 344 ot.ColorLine, {"ColorStop": [_build(ot.ColorStop, s) for s in stops]} 346 assert [(cs.StopOffset, cs.Color.PaletteIndex) for cs in cline.ColorStop] == stops 350 stops = [ 354 cline = _build(ot.VarColorLine, {"ColorStop": stops}) [all …]
|
/external/skia/experimental/docs/ |
D | canvasBackend.js | 108 var stopLen = g.stops.length; 110 var stop = g.stops[index];
|
/external/icu/icu4c/source/data/translit/ |
D | und_FONIPA_ar.txt | 66 # Nasal stops 71 # Non-nasal stops
|
D | und_FONIPA_fa.txt | 59 # Nasal stops 64 # Non-nasal stops
|
/external/skqp/experimental/docs/ |
D | canvasBackend.js | 108 var stopLen = g.stops.length; 110 var stop = g.stops[index];
|
/external/ImageMagick/MagickCore/ |
D | paint.c | 404 const GradientType type,const SpreadMethod method,const StopInfo *stops, in GradientImage() argument 426 assert(stops != (const StopInfo *) NULL); in GradientImage() 602 gradient->stops=(StopInfo *) AcquireQuantumMemory(gradient->number_stops, in GradientImage() 603 sizeof(*gradient->stops)); in GradientImage() 604 if (gradient->stops == (StopInfo *) NULL) in GradientImage() 607 (void) memcpy(gradient->stops,stops,(size_t) number_stops*sizeof(*stops)); in GradientImage()
|
D | draw.c | 353 if (draw_info->gradient.stops != (StopInfo *) NULL) in CloneDrawInfo() 359 clone_info->gradient.stops=(StopInfo *) AcquireQuantumMemory((size_t) in CloneDrawInfo() 360 number_stops,sizeof(*clone_info->gradient.stops)); in CloneDrawInfo() 361 if (clone_info->gradient.stops == (StopInfo *) NULL) in CloneDrawInfo() 364 (void) memcpy(clone_info->gradient.stops,draw_info->gradient.stops, in CloneDrawInfo() 365 (size_t) number_stops*sizeof(*clone_info->gradient.stops)); in CloneDrawInfo() 1000 if (draw_info->gradient.stops != (StopInfo *) NULL) in DestroyDrawInfo() 1001 draw_info->gradient.stops=(StopInfo *) RelinquishMagickMemory( in DestroyDrawInfo() 1002 draw_info->gradient.stops); in DestroyDrawInfo() 2038 qsort(gradient->stops,gradient->number_stops,sizeof(StopInfo), in DrawGradientImage() [all …]
|
/external/autotest/client/tests/profiler_test/ |
D | control | 9 stops it, generates the profiler report and removes it).
|
/external/skia/src/shaders/gradients/ |
D | SkGradientShader.cpp | 513 std::vector<float> stops; // TODO: SkSTArray? in onProgram() local 514 stops.reserve(fColorCount); in onProgram() 532 stops.push_back(t_lo); in onProgram() 533 fb[stops.size()] = {f,b}; in onProgram() 540 stops.push_back(t_lo); in onProgram() 541 fb[stops.size()] = { 0.0f, color_lo }; in onProgram() 551 ix = trunc(clamp01(t) * uniformF(stops.size() - 1) + 1.0f); in onProgram() 556 for (float stop : stops) { in onProgram()
|
/external/curl/docs/cmdline-opts/ |
D | expect100-timeout.d | 12 curl stops waiting, it will continue as if the response has been received.
|
/external/skqp/modules/skottie/src/ |
D | SkottieShapeLayer.cpp | 150 const skjson::ObjectValue* stops = jgrad["g"]; in AttachGradient() local 151 if (!stops) in AttachGradient() 154 const auto stopCount = ParseDefault<int>((*stops)["p"], -1); in AttachGradient() 173 abuilder->bindProperty<VectorValue>((*stops)["k"], ascope, in AttachGradient() 174 [adapter](const VectorValue& stops) { in AttachGradient() argument 175 adapter->setColorStops(stops); in AttachGradient()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ExperimentalTakeWhileDataset.pbtxt | 17 summary: "Creates a dataset that stops iteration when predicate` is false."
|