/frameworks/base/graphics/java/android/graphics/ |
D | Typeface.java | 212 FontFamily[] families = {fontFamily}; in createFromResources() local 213 typeface = createFromFamiliesWithDefault(families, DEFAULT_FAMILY, in createFromResources() 597 FontFamily[] families = { fontFamily }; in build() local 598 return createFromFamiliesWithDefault(families, mFallbackFamilyName, mWeight, in build() 619 FontFamily[] families = { fontFamily }; in build() local 620 typeface = createFromFamiliesWithDefault(families, mFallbackFamilyName, in build() 634 FontFamily[] families = { fontFamily }; in build() local 635 return createFromFamiliesWithDefault(families, mFallbackFamilyName, mWeight, in build() 661 FontFamily[] families = { fontFamily }; in build() local 662 return createFromFamiliesWithDefault(families, mFallbackFamilyName, mWeight, in build() [all …]
|
D | FontListParser.java | 53 List<FontConfig.Family> families = new ArrayList<>(); in readFamilies() local 61 families.add(readFamily(parser)); in readFamilies() 68 return new FontConfig(families.toArray(new FontConfig.Family[families.size()]), in readFamilies()
|
/frameworks/base/core/jni/android/graphics/ |
D | Typeface.cpp | 98 ScopedLongArrayRO families(env, familyArray); in Typeface_createFromArray() local 100 familyVec.reserve(families.size()); in Typeface_createFromArray() 101 for (size_t i = 0; i < families.size(); i++) { in Typeface_createFromArray() 102 FontFamilyWrapper* family = reinterpret_cast<FontFamilyWrapper*>(families[i]); in Typeface_createFromArray()
|
/frameworks/base/libs/hwui/hwui/ |
D | Typeface.cpp | 125 Typeface* Typeface::createFromFamilies(std::vector<std::shared_ptr<minikin::FontFamily>>&& families, in createFromFamilies() argument 128 result->fFontCollection.reset(new minikin::FontCollection(families)); in createFromFamilies() 135 const minikin::MinikinFont* mf = families.empty() ? nullptr in createFromFamilies() 136 : families[0]->getClosestMatch(defaultStyle).font->typeface().get(); in createFromFamilies()
|
D | Typeface.h | 78 std::vector<std::shared_ptr<minikin::FontFamily>>&& families, int weight, int italic);
|
/frameworks/minikin/tests/perftests/ |
D | FontCollection.cpp | 35 std::vector<std::shared_ptr<FontFamily>> families = in BM_FontCollection_construct() local 38 std::make_shared<FontCollection>(families); in BM_FontCollection_construct()
|
/frameworks/minikin/tests/util/ |
D | FontTestUtils.cpp | 54 std::vector<std::shared_ptr<FontFamily>> families; in getFontFamilies() local 114 families.push_back(family); in getFontFamilies() 117 return families; in getFontFamilies()
|
/frameworks/base/core/java/android/text/ |
D | FontConfig.java | 38 public FontConfig(@NonNull Family[] families, @NonNull Alias[] aliases) { in FontConfig() argument 39 mFamilies = families; in FontConfig()
|
/frameworks/minikin/libs/minikin/ |
D | FontCollection.cpp | 486 std::vector<std::shared_ptr<FontFamily>> families; in createCollectionWithVariation() local 490 families.push_back(newFamily); in createCollectionWithVariation() 492 families.push_back(family); in createCollectionWithVariation() 496 return std::shared_ptr<FontCollection>(new FontCollection(families)); in createCollectionWithVariation()
|
/frameworks/minikin/tests/unittest/ |
D | FontCollectionItemizeTest.cpp | 727 std::vector<std::shared_ptr<FontFamily>> families; in TEST() local 728 families.push_back(buildFontFamily(kLatinFont)); in TEST() 729 families.push_back(buildFontFamily(kVSTestFont)); in TEST() 731 std::shared_ptr<FontCollection> collection(new FontCollection(families)); in TEST() 923 std::vector<std::shared_ptr<FontFamily>> families; in TEST() local 932 families.push_back(firstFamily); in TEST() 947 families.push_back(family); in TEST() 950 std::shared_ptr<FontCollection> collection(new FontCollection(families)); in TEST() 1520 std::vector<std::shared_ptr<FontFamily>> families = {dummyFamily, familyA, familyB}; in TEST() local 1523 std::shared_ptr<FontCollection> collection(new FontCollection(families)); in TEST() [all …]
|
/frameworks/base/tools/fonts/ |
D | fontchain_linter.py | 218 families = tree.findall('family') 222 assert len(families) < 254, ( 224 for family in families: 239 for family in families:
|
/frameworks/base/libs/hwui/tests/unit/ |
D | TypefaceTests.cpp | 421 std::vector<std::shared_ptr<minikin::FontFamily>> families = { in TEST() local 425 std::move(families), RESOLVE_BY_FONT_TABLE, RESOLVE_BY_FONT_TABLE)); in TEST() 431 std::vector<std::shared_ptr<minikin::FontFamily>> families = { in TEST() local 434 std::move(families), RESOLVE_BY_FONT_TABLE, RESOLVE_BY_FONT_TABLE)); in TEST()
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 278 // Radio access families
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 1520 // families.
|
/frameworks/support/work/integration-tests/testapp/src/main/assets/ |
D | advs.txt | 334 seriously compromise one of the reigning families of Europe. To speak 3073 families and to have led retired lives, though both the McCarthys 3077 That is as much as I have been able to gather about the families. Now 7037 the last survivor of one of the oldest Saxon families in England, the 10091 last few years, and there are many noble families to whom we have
|
D | mems.txt | 3765 manners. He was indeed a scion of one of the very oldest families in 7745 families in the kingdom that for many years it will be impossible to
|
D | case.txt | 5227 families to an extent which would mean consternation in many exalted 8071 families or the reputation of famous forebears may not be touched,
|
D | retn.txt | 2439 Dear, dear, one of the oldest families in the County of Norfolk, and 5917 million, ruined half the county families of Cornwall, and Neligan
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 3368 … queueFamilyIndexCount /// Number of queue families to share across
|