Home
last modified time | relevance | path

Searched refs:Subset (Results 1 - 25 of 27) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DsubstitutionTypesInIndexedAccessTypes.js8 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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethod.java17 import java.lang.Character.Subset;
44 public void setCharacterSubsets(Subset[] subsets) { in setCharacterSubsets()
/third_party/skia/tests/
H A DSpecialSurfaceTest.cpp20 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/third_party/externals/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc42 void SubsetUtil::Subset(const char *input_file_path, in Subset() function in sfntly::SubsetUtil
81 font_builder.Attach(subsetter->Subset()); in Subset()
H A Dsubset_util.h27 void Subset(const char* input_file_path, const char* output_file_path);
H A Dmain.cc37 subset_util.Subset(argv[1], argv[2]); in main()
/third_party/googletest/googlemock/src/
H A Dgmock-matchers.cc302 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/sfntly/tools/subsetter/
H A Dsubsetter.cc54 CALLER_ATTACH Font::Builder* Subsetter::Subset() { in Subset() function in sfntly::Subsetter
74 bool handled = (*table_subsetter)->Subset(this, font_, font_builder); in Subset()
H A Dglyph_table_subsetter.h30 virtual bool Subset(Subsetter* subsetter,
H A Dtable_subsetter.h31 virtual bool Subset(Subsetter* subsetter, Font* font,
H A Dsubsetter.h55 virtual CALLER_ATTACH Font::Builder* Subset();
H A Dglyph_table_subsetter.cc35 bool GlyphTableSubsetter::Subset(Subsetter* subsetter, in Subset() function in sfntly::GlyphTableSubsetter
/third_party/skia/src/gpu/ops/
H A DTextureOp.cpp49 using Subset = skgpu::v1::QuadPerEdgeAA::Subset;
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 in TextureOpImpl()
[all...]
H A DQuadPerEdgeAA.h32 enum class Subset : bool { kNo = false, kYes = true }; class
68 Subset subset, GrAAType aa, bool coverageAsAlpha, in VertexSpec()
H A DFillRectOp.cpp32 using Subset = skgpu::v1::QuadPerEdgeAA::Subset;
195 fHelper.usesLocalCoords(), Subset::kNo, fHelper.aaType(), in vertexSpec()
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.h68 CALLER_ATTACH Font* Subset(const IntegerSet& glyph_ids,
H A Dsubsetter_impl.cc685 new_font.Attach(Subset(glyph_id_processed, glyph_table, loca_table)); in SubsetFont()
749 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, in Subset() function in sfntly::SubsetterImpl
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
H A Dsubsetter.h33 virtual CALLER_ATTACH sfntly::Font* Subset();
H A Ddebug_main.cc51 new_font.Attach(subsetter->Subset()); in main()
H A Dsubsetter.cc45 CALLER_ATTACH Font* Subsetter::Subset() { in Subset() function in subtly::Subsetter
H A Dsubsetter_main.cc69 new_font.Attach(subsetter->Subset()); in main()
/third_party/skia/samplecode/
H A DSampleDegenerateQuads.cpp21 using Subset = skgpu::v1::QuadPerEdgeAA::Subset;
417 GrQuad::Type::kAxisAligned, false, Subset::kNo,
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
H A DTransliteratorInputMethod.java305 public void setCharacterSubsets(Character.Subset[] subsets) { in setCharacterSubsets()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3560 Subset = 1 << 1, enumerator
3561 ExactMatch = Superset | Subset,
4919 internal::UnorderedMatcherRequire::Subset, first, last); in IsSubsetOf()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java200 public static final class UnicodeBlock extends Character.Subset

Completed in 30 milliseconds

12