/third_party/skia/modules/skottie/tests/ |
H A D | Expression.cpp | 142 "nm": "Fill", in DEF_TEST() 144 "mn": "ADBE Fill", in DEF_TEST() 150 "nm": "Fill Mask", in DEF_TEST() 151 "mn": "ADBE Fill-0001", in DEF_TEST() 162 "mn": "ADBE Fill-0007", in DEF_TEST() 173 "mn": "ADBE Fill-0002", in DEF_TEST() 190 "mn": "ADBE Fill-0006", in DEF_TEST() 201 "mn": "ADBE Fill-0003", in DEF_TEST() 212 "mn": "ADBE Fill-0004", in DEF_TEST() 223 "mn": "ADBE Fill in DEF_TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FormatCommon.h | 23 char Fill; member 26 char Fill = ' ') in FmtAlign() 27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in FmtAlign() 71 S << Fill; in fill() local
|
H A D | FormatAdapters.h | 31 char Fill; member in llvm::detail::final 34 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() argument 36 Fill(Fill) {} in AlignAdapter() 40 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); in format() 86 char Fill = ' ') { in fmt_align() 87 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill); in fmt_align()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_test.cc | 129 static void Fill(Container* v, int len, int offset = 0) { in Fill() function 135 static IntVec Fill(int len, int offset = 0) { in Fill() function 137 Fill(&v, len, offset); in Fill() 146 Fill(&v, len); in TEST() 207 Fill(&v, len); in TEST() 238 Fill(&v, len); in TEST() 253 Fill(&v, 10); in TEST() 445 Fill(&std_v, len); in TEST() 447 Fill(&v, len); in TEST() 457 Fill( in TEST() [all...] |
H A D | fixed_array_exception_safety_test.cc | 160 TEST(FixedArrayExceptionSafety, Fill) { in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | pool_urbg.cc | 63 void Fill(uint8_t* out, size_t bytes) ABSL_LOCKS_EXCLUDED(mu_); 120 void RandenPoolEntry::Fill(uint8_t* out, size_t bytes) { in Fill() function in absl::random_internal::__anon19294::RandenPoolEntry 240 void RandenPool<T>::Fill(absl::Span<result_type> data) { in Fill() function in absl::random_internal::RandenPool 242 pool->Fill(reinterpret_cast<uint8_t*>(data.data()), in Fill()
|
H A D | pool_urbg.h | 53 // Fill data with random values. 54 static void Fill(absl::Span<result_type> data); 115 PoolType::Fill(SpanType(reinterpret_cast<unsigned_type*>(state_ + next_), in operator ()()
|
H A D | nonsecure_base.h | 116 RandenPool<uint32_t>::Fill(target); in generate_impl() 126 RandenPool<uint32_t>::Fill(absl::MakeSpan(data.begin(), data.end())); in generate_impl()
|
H A D | pool_urbg_test.cc | 40 // MyFill either calls RandenPool::Fill() or std::generate(..., rng) 50 rng.Fill(data); in MyFill() 112 // Fill a using Fill or generate, depending on the engine type. in TYPED_TEST() 118 // Fill b using std::generate(). in TYPED_TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 21 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() argument 29 OS << Fill; in printLine() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 214 void writeFill(ELFYAML::Fill &Fill, ContiguousBlobAccumulator &CBA); 412 if (auto S = dyn_cast<ELFYAML::Fill>(D.get())) { in initSectionHeaders() 690 DenseMap<StringRef, ELFYAML::Fill *> NameToFill; in getPhdrFragments() 692 if (auto S = dyn_cast<ELFYAML::Fill>(D.get())) in getPhdrFragments() 704 if (ELFYAML::Fill *Fill = NameToFill.lookup(SecName.Section)) { in getPhdrFragments() 705 Ret.push_back({Fill->ShOffset, Fill->Size, llvm::ELF::SHT_PROGBITS, in getPhdrFragments() 1311 void ELFState<ELFT>::writeFill(ELFYAML::Fill argument [all...] |
H A D | ELFYAML.cpp | 1128 static void fillMapping(IO &IO, ELFYAML::Fill &Fill) { in fillMapping() argument 1129 IO.mapOptional("Name", Fill.Name, StringRef()); in fillMapping() 1130 IO.mapOptional("Pattern", Fill.Pattern); in fillMapping() 1131 IO.mapRequired("Size", Fill.Size); in fillMapping() 1185 // special type named "Fill". See comments for Fill. in mapping() 1188 if (StrType == "Fill") { in mapping() 1189 Section.reset(new ELFYAML::Fill()); in mapping() 1190 fillMapping(IO, *cast<ELFYAML::Fill>(Sectio in mapping() [all...] |
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
H A D | canvas_perf.js | 57 ctx.paint.setStyle(CanvasKit.PaintStyle.Fill); 80 ctx.paint.setStyle(CanvasKit.PaintStyle.Fill); 104 ctx.paint.setStyle(CanvasKit.PaintStyle.Fill); 127 ctx.paint.setStyle(CanvasKit.PaintStyle.Fill); 155 ctx.paint.setStyle(CanvasKit.PaintStyle.Fill); 278 // Fill the canvas using the gradient shader. 280 paint.setStyle(CanvasKit.PaintStyle.Fill); 666 ctx.paint.setStyle(CanvasKit.PaintStyle.Fill);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | seed_sequences.cc | 24 random_internal::RandenPool<uint32_t>::Fill(absl::MakeSpan(seed_material)); in MakeSeedSeq()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 153 Fill, member in llvm::ELFYAML::Chunk::ChunkKind 180 static bool classof(const Chunk *S) { return S->Kind != ChunkKind::Fill; } in classof() 201 // Fill is a block of data which is placed outside of sections. It is 204 struct Fill : Chunk { struct 213 Fill() : Chunk(ChunkKind::Fill) {} in Fill() function 215 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_pseudocolor.c | 99 typedef struct Fill { struct 101 } Fill; typedef 111 const Fill *fills; 123 static const Fill spec1_fills[] = {{{0.5f, 0.f, .5f, 1.f}}, {{-1.f, -1.f, -1.f, 1.f}}, {{1.f, 0.f, 0.f, 1.f}}}; 124 static const Fill spec2_fills[] = {{{0.5f, 0.f, .5f, 1.f}}, {{0.f, 1.f, 1.f, 1.f}}, {{-1.f, -1.f, -1.f, 1.f}}, {{1.f, 1.f, 0.f, 1.f}}, {{1.f, 0.f, 0.f, 1.f}}}; 125 static const Fill shadows_fills[] = {{{0.8f, 0.4f, .8f, 1.f}}, {{-1.f, -1.f, -1.f, 1.f}}}; 126 static const Fill highlights_fills[] = {{{-1.f, -1.f, -1.f, 1.f}}, {{1.f, 0.3f, 0.6f, 1.f}}, {{1.f, 0.2f, .5f, 1.f}}}; 657 const Fill fill = presets[s->preset].fills[seg]; in config_input()
|
/third_party/skia/src/codec/ |
H A D | SkSampler.h | 48 * Fill the remainder of the destination with 0. 68 static void Fill(const SkImageInfo& info, void* dst, size_t rowBytes,
|
H A D | SkSampler.cpp | 13 void SkSampler::Fill(const SkImageInfo& info, void* dst, size_t rowBytes, in Fill() function in SkSampler
|
/third_party/lzma/CPP/Windows/ |
H A D | SystemInfo.cpp | 488 void Fill();
499 void CCpuName::Fill()
in Fill() function in CCpuName 875 cpuName.Fill();
in GetCpuName() 887 cpuName.Fill();
in GetCpuName_MultiLine()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc.c | 231 static WEBP_INLINE void Fill(uint8_t* dst, int value, int size) { in Fill() function 244 Fill(dst, 127, size); in VerticalPred() 256 Fill(dst, 129, size); in HorizontalPred() 285 Fill(dst, 129, size); in TrueMotion() 310 Fill(dst, DC, size); in DCMode() 380 Fill(dst, dc >> 3, 4); in DC4()
|
/third_party/skia/demos.skia.org/demos/path_performance/ |
H A D | shared.js | 118 this.paint.setStyle(CanvasKit.PaintStyle.Fill);
|
/third_party/skia/tests/ |
H A D | SwizzlerTest.cpp | 35 SkSampler::Fill(fillInfo, imageStart, rowBytes, SkCodec::kNo_ZeroInitialized); in check_fill() 65 // Test Fill() with different combinations of dimensions, alignment, and padding 70 // In order to call Fill(), there must be at least one row to fill in DEF_TEST()
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGNode.cpp | 102 || PARSE_AND_SET("fill" , Fill) in parseAndSetAttribute()
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGNode.h | 124 SVG_PRES_ATTR(Fill , SkSVGPaint , true)
|
/third_party/node/deps/v8/src/objects/ |
H A D | elements.h | 142 V8_WARN_UNUSED_RESULT virtual MaybeHandle<Object> Fill(
|