/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/tests/ |
D | CFF2-1.tests | 1 ../fonts/AdobeVFPrototype-Subset.otf;--font-size=1000 --ned --remove-default-ignorables --font-func… 2 ../fonts/AdobeVFPrototype-Subset.otf;--font-size=1000 --ned --remove-default-ignorables --font-func… 3 ../fonts/AdobeVFPrototype-Subset.otf;--font-size=1000 --ned --remove-default-ignorables --font-func… 4 ../fonts/AdobeVFPrototype-Subset.otf;--font-size=1000 --ned --remove-default-ignorables --font-func… 5 ../fonts/AdobeVFPrototype-Subset.otf;--font-size=1000 --ned --remove-default-ignorables --font-func… 6 ../fonts/AdobeVFPrototype-Subset.otf;--font-size=1000 --ned --remove-default-ignorables --font-func… 7 ../fonts/AdobeVFPrototype-Subset.otf;--font-size=1000 --ned --remove-default-ignorables --font-func… 8 ../fonts/AdobeVFPrototype-Subset.otf;--font-size=1000 --ned --remove-default-ignorables --font-func… 9 ../fonts/AdobeVFPrototype-Subset.otf;--font-size=1000 --ned --remove-default-ignorables --font-func…
|
/third_party/typescript/tests/baselines/reference/ |
D | substitutionTypesInIndexedAccessTypes.types | 12 type Subset<T, U> = { [key in keyof T]: key extends keyof U ? T[key] : never }; 13 >Subset : Subset<T, U> 15 declare function withBoundary<T extends UserArgs>(args?: Subset<T, UserArgs>): T; 16 >withBoundary : <T extends UserArgs>(args?: Subset<T, UserArgs>) => T 17 >args : Subset<T, UserArgs> | undefined 26 >withBoundary : <T extends UserArgs>(args?: Subset<T, UserArgs> | undefined) => T
|
D | substitutionTypesInIndexedAccessTypes.symbols | 12 type Subset<T, U> = { [key in keyof T]: key extends keyof U ? T[key] : never }; 13 >Subset : Symbol(Subset, Decl(substitutionTypesInIndexedAccessTypes.ts, 4, 2)) 23 declare function withBoundary<T extends UserArgs>(args?: Subset<T, UserArgs>): T; 28 >Subset : Symbol(Subset, Decl(substitutionTypesInIndexedAccessTypes.ts, 4, 2))
|
D | substitutionTypesInIndexedAccessTypes.js | 8 type Subset<T, U> = { [key in keyof T]: key extends keyof U ? T[key] : never }; 10 declare function withBoundary<T extends UserArgs>(args?: Subset<T, UserArgs>): T;
|
/third_party/typescript/tests/cases/compiler/ |
D | substitutionTypesInIndexedAccessTypes.ts | 9 type Subset<T, U> = { [key in keyof T]: key extends keyof U ? T[key] : never }; alias 11 declare function withBoundary<T extends UserArgs>(args?: Subset<T, UserArgs>): T;
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
D | IndicInputMethod.java | 17 import java.lang.Character.Subset; 44 public void setCharacterSubsets(Subset[] subsets) { in setCharacterSubsets()
|
/third_party/googletest/googlemock/src/ |
D | gmock-matchers.cc | 302 case UnorderedMatcherRequire::Subset: in DescribeToImpl() 344 case UnorderedMatcherRequire::Subset: in DescribeNegationToImpl() 416 if (match_flags() & UnorderedMatcherRequire::Subset) { in VerifyMatchMatrix() 453 if ((match_flags() & UnorderedMatcherRequire::Subset) && in FindPairing()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subsetter/ |
D | subset_util.cc | 42 void SubsetUtil::Subset(const char *input_file_path, in Subset() function in sfntly::SubsetUtil 81 font_builder.Attach(subsetter->Subset()); in Subset()
|
D | subset_util.h | 27 void Subset(const char* input_file_path, const char* output_file_path);
|
D | main.cc | 37 subset_util.Subset(argv[1], argv[2]); in main()
|
/third_party/skia/tests/ |
D | SpecialSurfaceTest.cpp | 20 static const SkIRect& Subset(const SkSpecialSurface* surf) { in Subset() function in TestingSpecialSurfaceAccess 36 const SkIRect surfSubset = TestingSpecialSurfaceAccess::Subset(surf.get()); in test_surface()
|
/third_party/skia/src/gpu/ops/ |
D | TextureOp.cpp | 49 using Subset = skgpu::v1::QuadPerEdgeAA::Subset; typedef 354 Subset subset, in Metadata() 388 Subset subset() const { return static_cast<Subset>(fSubset); } in subset() 448 , fMetadata(proxyView.swizzle(), filter, mm, Subset(!!subsetRect), saturate) { in TextureOpImpl() 464 fMetadata.fSubset = static_cast<uint16_t>(Subset::kNo); in TextureOpImpl() 500 Subset::kNo, in TextureOpImpl() 509 Subset netSubset = Subset::kNo; in TextureOpImpl() 604 netSubset = Subset::kYes; in TextureOpImpl() 810 Subset subset = Subset::kNo; in characterize() 824 if (op.fMetadata.subset() == Subset::kYes) { in characterize() [all …]
|
D | QuadPerEdgeAA.h | 32 enum class Subset : bool { kNo = false, kYes = true }; enum 68 Subset subset, GrAAType aa, bool coverageAsAlpha, in VertexSpec()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/ |
D | subsetter.cc | 54 CALLER_ATTACH Font::Builder* Subsetter::Subset() { in Subset() function in sfntly::Subsetter 74 bool handled = (*table_subsetter)->Subset(this, font_, font_builder); in Subset()
|
D | glyph_table_subsetter.h | 30 virtual bool Subset(Subsetter* subsetter,
|
D | table_subsetter.h | 31 virtual bool Subset(Subsetter* subsetter, Font* font,
|
D | subsetter.h | 55 virtual CALLER_ATTACH Font::Builder* Subset();
|
D | glyph_table_subsetter.cc | 35 bool GlyphTableSubsetter::Subset(Subsetter* subsetter, in Subset() function in sfntly::GlyphTableSubsetter
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips.td | 105 "Subset of MIPS-III that is also in MIPS32 " 108 "Subset of MIPS-III that is also in MIPS32r2 " 116 "Subset of MIPS-IV that is also in MIPS32 " 119 "Subset of MIPS-IV that is also in MIPS32r2 " 126 "Subset of MIPS-V that is also in MIPS32r2 "
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_portability_subset.txt | 39 1.0 Portability Subset. 42 of the Vulkan 1.0 Portability Subset, and not on conformant implementations
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.h | 68 CALLER_ATTACH Font* Subset(const IntegerSet& glyph_ids,
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
D | subsetter.h | 33 virtual CALLER_ATTACH sfntly::Font* Subset();
|
D | debug_main.cc | 51 new_font.Attach(subsetter->Subset()); in main()
|
D | subsetter.cc | 45 CALLER_ATTACH Font* Subsetter::Subset() { in Subset() function in subtly::Subsetter
|
D | subsetter_main.cc | 69 new_font.Attach(subsetter->Subset()); in main()
|