/external/skia/gm/ |
D | scaledemoji_rendering.cpp | 33 sk_sp<SkTypeface> typefaces[4]; member in skiagm::ScaledEmojiRenderingGM 36 typefaces[0] = MakeResourceAsTypeface("fonts/colr.ttf"); in onOnceBeforeDraw() 37 typefaces[1] = MakeResourceAsTypeface("fonts/sbix.ttf"); in onOnceBeforeDraw() 38 typefaces[2] = MakeResourceAsTypeface("fonts/cbdt.ttf"); in onOnceBeforeDraw() 39 typefaces[3] = ToolUtils::create_portable_typeface("Emoji", SkFontStyle()); in onOnceBeforeDraw() 53 for (const auto& typeface: typefaces) { in onDraw()
|
/external/skqp/gm/ |
D | scaledemoji_rendering.cpp | 24 sk_sp<SkTypeface> typefaces[4]; member in skiagm::ScaledEmojiRenderingGM 27 typefaces[0] = MakeResourceAsTypeface("fonts/colr.ttf"); in onOnceBeforeDraw() 28 typefaces[1] = MakeResourceAsTypeface("fonts/sbix.ttf"); in onOnceBeforeDraw() 29 typefaces[2] = MakeResourceAsTypeface("fonts/cbdt.ttf"); in onOnceBeforeDraw() 30 typefaces[3] = sk_tool_utils::create_portable_typeface("Emoji", SkFontStyle()); in onOnceBeforeDraw() 46 for (const auto& typeface: typefaces) { in onDraw()
|
/external/skia/modules/skparagraph/src/ |
D | FontCollection.cpp | 78 std::vector<sk_sp<SkTypeface>> typefaces; in findTypefaces() local 82 typefaces.emplace_back(std::move(match)); in findTypefaces() 86 if (typefaces.empty()) { in findTypefaces() 89 typefaces.emplace_back(std::move(match)); in findTypefaces() 93 fTypefaces.set(familyKey, typefaces); in findTypefaces() 94 return typefaces; in findTypefaces()
|
D | OneLineShaper.cpp | 394 …std::vector<sk_sp<SkTypeface>> typefaces = fParagraph->fFontCollection->findTypefaces(textStyle.ge… in matchResolvedFonts() local 396 for (const auto& typeface : typefaces) { in matchResolvedFonts() 475 std::vector<sk_sp<SkTypeface>> typefaces = fParagraph->fFontCollection->findTypefaces( in iterateThroughShapingRegions() local 478 sk_sp<SkTypeface> typeface = typefaces.size() ? typefaces.front() : nullptr; in iterateThroughShapingRegions()
|
D | ParagraphImpl.cpp | 462 …std::vector<sk_sp<SkTypeface>> typefaces = fFontCollection->findTypefaces(strutStyle.getFontFamili… in resolveStrut() local 463 if (typefaces.empty()) { in resolveStrut() 468 SkFont font(typefaces.front(), strutStyle.getFontSize()); in resolveStrut() 1129 auto typefaces = fontCollection()->findTypefaces( in computeEmptyMetrics() local 1131 auto typeface = typefaces.empty() ? nullptr : typefaces.front(); in computeEmptyMetrics()
|
/external/skqp/bench/ |
D | SkGlyphCacheBench.cpp | 92 sk_sp<SkTypeface> typefaces[] = in onDraw() local 101 font.setTypeface(typefaces[threadIndex % 2]); in onDraw()
|
/external/perfetto/ui/ |
D | BUILD.gn | 321 "src/assets/typefaces.scss", 354 "../buildtools/typefaces/MaterialIcons.woff2", 355 "../buildtools/typefaces/Raleway-Regular.woff2", 356 "../buildtools/typefaces/Raleway-Thin.woff2", 357 "../buildtools/typefaces/RobotoCondensed-Light.woff2", 358 "../buildtools/typefaces/RobotoCondensed-Regular.woff2", 359 "../buildtools/typefaces/RobotoMono-Regular.woff2",
|
/external/perfetto/buildtools/ |
D | .gitignore | 29 typefaces/
|
/external/skia/experimental/docs/ |
D | exampleSlides.js | 275 var typefaces = { variable
|
D | canvasBackend.js | 134 var typeface = typefaces[paint.typeface];
|
D | svgBackend.js | 198 var typeface = typefaces[paint.typeface];
|
/external/skqp/experimental/docs/ |
D | exampleSlides.js | 275 var typefaces = { variable
|
D | canvasBackend.js | 134 var typeface = typefaces[paint.typeface];
|
D | svgBackend.js | 198 var typeface = typefaces[paint.typeface];
|
/external/skia/bench/ |
D | SkGlyphCacheBench.cpp | 93 sk_sp<SkTypeface> typefaces[] = { in onDraw() local 102 font.setTypeface(typefaces[threadIndex % 2]); in onDraw()
|
/external/perfetto/ui/src/assets/ |
D | perfetto.scss | 15 @import 'typefaces';
|
/external/skqp/include/core/ |
D | SkPicture.h | 214 void serialize(SkWStream*, const SkSerialProcs*, class SkRefCntSet* typefaces) const;
|
/external/skia/src/core/ |
D | SkPicture.cpp | 157 SkTypefacePlayback* typefaces) { in MakeFromStream() argument 173 SkPictureData::CreateFromStream(stream, info, procs, typefaces)); in MakeFromStream()
|
/external/skqp/src/core/ |
D | SkPicture.cpp | 156 SkTypefacePlayback* typefaces) { in MakeFromStream() argument 172 SkPictureData::CreateFromStream(stream, info, procs, typefaces)); in MakeFromStream()
|
/external/skia/include/core/ |
D | SkPicture.h | 240 void serialize(SkWStream*, const SkSerialProcs*, class SkRefCntSet* typefaces,
|
/external/google-fonts/fraunces/ |
D | README.md | 5 …e" soft-serif typeface inspired by the mannerisms of early 20th century typefaces such as [Windsor…
|
/external/skia/site/user/ |
D | tips.md | 114 positioned glyphs with the apropriate typefaces.
|
/external/skqp/site/user/ |
D | tips.md | 114 positioned glyphs with the apropriate typefaces.
|
/external/skia/site/user/release/ |
D | release_notes.md | 94 * SkTextBlob::Iter to discover the glyph indices and typefaces in each run
|
/external/skia/ |
D | RELEASE_NOTES.txt | 129 * SkTextBlob::Iter to discover the glyph indices and typefaces in each run
|