Home
last modified time | relevance | path

Searched refs:stops (Results 1 – 25 of 205) sorted by relevance

123456789

/third_party/skia/gm/
Dfillrect_gradient.cpp51 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/
DGradient.cpp131 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/
DSkFontHost_FreeType_common.cpp502 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/
Dtexturedspenc.c180 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/
Dthaidict.txt15997 # วี.ดี. # TODO: why do these have full stops?
16382 # ส.ธรนินทร์ -- TODO: why do these have full stops?
/third_party/icu/icu4c/source/data/brkitr/dictionaries/
Dthaidict.txt15997 # วี.ดี. # TODO: why do these have full stops?
16382 # ส.ธรนินทร์ -- TODO: why do these have full stops?
/third_party/python/Lib/
Dmailbox.py858 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/
DSkGradientShader.cpp513 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/
Dund_FONIPA_ar.txt66 # Nasal stops
71 # Non-nasal stops
Dund_FONIPA_fa.txt59 # Nasal stops
64 # Non-nasal stops
/third_party/skia/experimental/docs/
DcanvasBackend.js108 var stopLen = g.stops.length;
110 var stop = g.stops[index];
DsvgBackend.js113 var stopLen = g.stops.length;
115 var stop = g.stops[index];
/third_party/skia/third_party/externals/icu/source/data/translit/
Dund_FONIPA_ar.txt66 # Nasal stops
71 # Non-nasal stops
Dund_FONIPA_fa.txt59 # Nasal stops
64 # Non-nasal stops
/third_party/node/deps/v8/tools/system-analyzer/view/
Dhelper.mjs310 const stops = [];
315 stops.push(`${color} ${lastHeight}${kUnit} ${height}${kUnit}`)
318 return stops;
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-colr-table.hh270 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/
Dexpect100-timeout.md22 curl stops waiting, it continues as if the response has been received.
/third_party/skia/src/gpu/gradients/
DREADME.md8 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/
DCURLOPT_MAXFILESIZE.md36 Since 8.4.0, this option also stops ongoing transfers if they reach this
DCURLOPT_MAXFILESIZE_LARGE.md36 Since 8.4.0, this option also stops ongoing transfers if they reach this
DCURLOPT_IGNORE_CONTENT_LENGTH.md32 curl cannot accurately report progress, and it instead stops the download when
/third_party/openssl/demos/certs/apps/
Dapps.cnf5 # This definition stops the following lines choking if HOME or CN
/third_party/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp732 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/
Dtest_suite_bignum_core.misc.data431 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/
Dca.cnf8 # This definition stops the following lines choking if HOME or CN

123456789