/third_party/skia/gm/ |
D | fillrect_gradient.cpp | 51 void drawGradient(SkCanvas* canvas, std::initializer_list<GradientStop> stops) { in drawGradient() argument 54 colors.reserve(stops.size()); in drawGradient() 55 positions.reserve(stops.size()); in drawGradient() 57 for (const GradientStop& stop : stops) { in drawGradient()
|
/third_party/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()
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 502 std::vector<SkScalar>& stops, in colrv1_configure_skpaint() 541 stops.resize(num_color_stops); in colrv1_configure_skpaint() 544 stops[i] = sorted_stops[i].stop_pos; in colrv1_configure_skpaint() 596 std::vector<SkScalar> stops; in colrv1_configure_skpaint() local 599 if (!fetch_color_stops(linear_gradient.colorline.color_stop_iterator, stops, colors) || in colrv1_configure_skpaint() 600 stops.empty()) { in colrv1_configure_skpaint() 604 if (stops.size() == 1) { in colrv1_configure_skpaint() 616 new_p0_offset.scale(stops.front()); in colrv1_configure_skpaint() 618 new_p1_offset.scale(stops.back()); in colrv1_configure_skpaint() 623 SkScalar scale_factor = 1 / (stops.back() - stops.front()); in colrv1_configure_skpaint() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | texturedspenc.c | 180 int stops[4]; in match_colors() local 205 stops[y] = color[0 + y * 4] * dirr + in match_colors() 219 c0_point = (stops[1] + stops[3]) >> 1; in match_colors() 220 half_point = (stops[3] + stops[2]) >> 1; in match_colors() 221 c3_point = (stops[2] + stops[0]) >> 1; in match_colors()
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/dictionaries/ |
D | thaidict.txt | 15997 # วี.ดี. # TODO: why do these have full stops? 16382 # ส.ธรนินทร์ -- TODO: why do these have full stops?
|
/third_party/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?
|
/third_party/python/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 …]
|
/third_party/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()
|
/third_party/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
|
/third_party/skia/experimental/docs/ |
D | canvasBackend.js | 108 var stopLen = g.stops.length; 110 var stop = g.stops[index];
|
D | svgBackend.js | 113 var stopLen = g.stops.length; 115 var stop = g.stops[index];
|
/third_party/skia/third_party/externals/icu/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
|
/third_party/node/deps/v8/tools/system-analyzer/view/ |
D | helper.mjs | 310 const stops = []; 315 stops.push(`${color} ${lastHeight}${kUnit} ${height}${kUnit}`) 318 return stops;
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color-colr-table.hh | 270 for (const auto &stop : stops.iter ()) in closurev1() 282 …if (!c->serializer->check_assign (out->stops.len, stops.len, HB_SERIALIZE_ERROR_ARRAY_OVERFLOW)) r… in subset() 284 for (const auto& stop : stops.iter ()) in subset() 295 stops.sanitize (c)); in sanitize() 299 Array16Of<Var<ColorStop>> stops; member 301 DEFINE_SIZE_ARRAY_SIZED (3, stops);
|
/third_party/curl/docs/cmdline-opts/ |
D | expect100-timeout.md | 22 curl stops waiting, it continues as if the response has been received.
|
/third_party/skia/src/gpu/gradients/ |
D | README.md | 8 the definition of specific color stops and how to wrap, tile, or clamp out 23 stops. Both of these top-level effects delegate calculating the t interpolant to
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_MAXFILESIZE.md | 36 Since 8.4.0, this option also stops ongoing transfers if they reach this
|
D | CURLOPT_MAXFILESIZE_LARGE.md | 36 Since 8.4.0, this option also stops ongoing transfers if they reach this
|
D | CURLOPT_IGNORE_CONTENT_LENGTH.md | 32 curl cannot accurately report progress, and it instead stops the download when
|
/third_party/openssl/demos/certs/apps/ |
D | apps.cnf | 5 # This definition stops the following lines choking if HOME or CN
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
D | loadimage_etc.cpp | 732 int stops[2]; in matchBC1Bits() local 735 stops[i] = decodedColors[i][0] * direction[0] + decodedColors[i][1] * direction[1] + in matchBC1Bits() 762 (static_cast<float>(dot - stops[1]) / (stops[0] - stops[1])) * 2 + in matchBC1Bits() 796 (static_cast<float>(dot - stops[1]) / (stops[0] - stops[1])) * 3 + in matchBC1Bits()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_bignum_core.misc.data | 431 Fill random core: 1 byte, RNG stops at 0 449 Fill random core: 8 bytes, RNG stops before 470 Fill random core: 42 bytes, RNG stops before
|
/third_party/openssl/test/smime-certs/ |
D | ca.cnf | 8 # This definition stops the following lines choking if HOME or CN
|