/external/icu/icu4c/source/layoutex/ |
D | RunArrays.cpp | 79 : RunArray(initialCapacity), fFonts(NULL) in FontRuns() 82 fFonts = LE_NEW_ARRAY(const LEFontInstance *, initialCapacity); in FontRuns() 89 LE_DELETE_ARRAY(fFonts); in ~FontRuns() 90 fFonts = NULL; in ~FontRuns() 97 fFonts = LE_NEW_ARRAY(const LEFontInstance *, capacity); in init() 103 fFonts = (const LEFontInstance **) LE_GROW_ARRAY(fFonts, capacity); in grow() 111 LEFontInstance **fonts = (LEFontInstance **) fFonts; in add() 125 return fFonts[run]; in getFont()
|
/external/icu/icu4c/source/layoutex/layout/ |
D | RunArrays.h | 382 const LEFontInstance **fFonts; variable 386 : RunArray(0), fFonts(NULL) in FontRuns() 392 : RunArray(0), fFonts(NULL) in FontRuns() 398 : RunArray(limits, count), fFonts(fonts) in FontRuns()
|
/external/skqp/src/ports/ |
D | SkFontMgr_android_parser.cpp | 207 FontFileInfo& file = self->fCurrentFamily->fFonts.push_back(); in __anonff2e0a7e0202() 247 self->fCurrentFontInfo = &(*fallbackFamily)->fFonts.emplace_back(file); in __anonff2e0a7e0202() 248 self->fCurrentFamily->fFonts.pop_back(); in __anonff2e0a7e0202() 368 for (int i = 0; i < targetFamily->fFonts.count(); i++) { in __anonff2e0a7e0902() 369 if (targetFamily->fFonts[i].fWeight == weight) { in __anonff2e0a7e0902() 370 family->fFonts.push_back(targetFamily->fFonts[i]); in __anonff2e0a7e0902() 409 FontFileInfo& newFileInfo = currentFamily.fFonts.push_back(); in __anonff2e0a7e0c02() 423 if (currentFamily.fFonts.count() > 1 && currentFamily.fVariant != prevVariant) { in __anonff2e0a7e0c02() 433 showWarning = (currentFamily.fFonts.count() > 1); in __anonff2e0a7e0c02()
|
D | SkFontMgr_android_parser.h | 96 SkTArray<FontFileInfo, true> fFonts; member
|
D | SkFontMgr_android.cpp | 184 for (int i = 0; i < family.fFonts.count(); ++i) { in SkFontStyleSet_Android() 185 const FontFileInfo& fontFile = family.fFonts[i]; in SkFontStyleSet_Android()
|
/external/skia/src/ports/ |
D | SkFontMgr_android_parser.cpp | 207 FontFileInfo& file = self->fCurrentFamily->fFonts.push_back(); in __anon5cafed470202() 247 self->fCurrentFontInfo = &(*fallbackFamily)->fFonts.emplace_back(file); in __anon5cafed470202() 248 self->fCurrentFamily->fFonts.pop_back(); in __anon5cafed470202() 368 for (int i = 0; i < targetFamily->fFonts.count(); i++) { in __anon5cafed470902() 369 if (targetFamily->fFonts[i].fWeight == weight) { in __anon5cafed470902() 370 family->fFonts.push_back(targetFamily->fFonts[i]); in __anon5cafed470902() 409 FontFileInfo& newFileInfo = currentFamily.fFonts.push_back(); in __anon5cafed470c02() 423 if (currentFamily.fFonts.count() > 1 && currentFamily.fVariant != prevVariant) { in __anon5cafed470c02() 433 showWarning = (currentFamily.fFonts.count() > 1); in __anon5cafed470c02()
|
D | SkFontMgr_android_parser.h | 96 SkTArray<FontFileInfo, true> fFonts; member
|
D | SkFontMgr_android.cpp | 184 for (int i = 0; i < family.fFonts.count(); ++i) { in SkFontStyleSet_Android() 185 const FontFileInfo& fontFile = family.fFonts[i]; in SkFontStyleSet_Android()
|
/external/skqp/tools/fonts/ |
D | create_test_font.cpp | 44 SkSpan<const FontDesc> const fFonts; member 297 for (const FontDesc& font : family.fFonts) { in generate_fonts() 323 for (const FontDesc& font : family.fFonts) { in generate_index() 351 for (const FontDesc& font : family.fFonts) { in generate_index() 366 for (const FontDesc& font : family.fFonts) { in generate_index() 421 generate_index(kFamilies, &kFamilies[1].fFonts[0]); in main()
|
/external/skia/tools/fonts/ |
D | create_test_font.cpp | 44 SkSpan<const FontDesc> const fFonts; member 297 for (const FontDesc& font : family.fFonts) { in generate_fonts() 323 for (const FontDesc& font : family.fFonts) { in generate_index() 351 for (const FontDesc& font : family.fFonts) { in generate_index() 366 for (const FontDesc& font : family.fFonts) { in generate_index() 421 generate_index(kFamilies, &kFamilies[1].fFonts[0]); in main()
|
/external/skia/tests/ |
D | FontMgrAndroidParserTest.cpp | 50 !strcmp(fontFamilies[0]->fFonts[0].fFileName.c_str(), firstExpectedFile)); in ValidateLoadedFonts() 69 for (int j = 0; j < family.fFonts.count(); ++j) { in ValidateLoadedFonts() 70 FontFileInfo& file = family.fFonts[j]; in ValidateLoadedFonts() 79 for (int j = 0; j < fontFamily.fFonts.count(); ++j) { in DumpFiles() 80 const FontFileInfo& ffi = fontFamily.fFonts[j]; in DumpFiles()
|
/external/skqp/tests/ |
D | FontMgrAndroidParserTest.cpp | 50 !strcmp(fontFamilies[0]->fFonts[0].fFileName.c_str(), firstExpectedFile)); in ValidateLoadedFonts() 69 for (int j = 0; j < family.fFonts.count(); ++j) { in ValidateLoadedFonts() 70 FontFileInfo& file = family.fFonts[j]; in ValidateLoadedFonts() 79 for (int j = 0; j < fontFamily.fFonts.count(); ++j) { in DumpFiles() 80 const FontFileInfo& ffi = fontFamily.fFonts[j]; in DumpFiles()
|
/external/skqp/modules/skottie/src/ |
D | SkottieTextLayer.cpp | 151 fFonts.set(SkString(jname->begin(), jname->size()), in parseFonts() 211 fFonts.foreach([&](const SkString& name, FontInfo* finfo) { in parseFonts() 230 if (const auto* font = fFonts.find(font_name)) { in findFont()
|
D | SkottiePriv.h | 202 SkTHashMap<SkString, FontInfo> fFonts; variable
|
/external/skia/modules/skottie/src/ |
D | SkottieTextLayer.cpp | 151 fFonts.set(SkString(jname->begin(), jname->size()), in parseFonts() 211 fFonts.foreach([&](const SkString& name, FontInfo* finfo) { in parseFonts() 230 if (const auto* font = fFonts.find(font_name)) { in findFont()
|
D | SkottiePriv.h | 208 SkTHashMap<SkString, FontInfo> fFonts; variable
|