Searched refs:FontCollection (Results 1 - 17 of 17) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | FontCollection.cpp | 3 #include "modules/skparagraph/include/FontCollection.h" 35 bool FontCollection::fIsAdpaterTextHeightEnabled = false; 38 bool FontCollection::FamilyKey::operator==(const FontCollection::FamilyKey& other) const { in operator ==() 44 size_t FontCollection::FamilyKey::Hasher::operator()(const FontCollection::FamilyKey& key) const { in operator ()() 62 FontCollection::FontCollection() in FontCollection() function in skia::textlayout::FontCollection 66 size_t FontCollection::getFontManagersCount() const { in getFontManagersCount() 72 void FontCollection [all...] |
H A D | ParagraphBuilderImpl.h | 11 #include "modules/skparagraph/include/FontCollection.h" 26 sk_sp<FontCollection> fontCollection, 30 ParagraphBuilderImpl(const ParagraphStyle& style, sk_sp<FontCollection> fontCollection); 88 sk_sp<FontCollection> fontCollection, 93 sk_sp<FontCollection> fontCollection); 107 sk_sp<FontCollection> fFontCollection;
|
H A D | ParagraphBuilderImpl.cpp | 4 #include "modules/skparagraph/include/FontCollection.h" 24 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) { in make() 29 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) { in make() 34 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unicode) { in make() 42 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection, std::unique_ptr<SkUnicode> unicode) in ParagraphBuilderImpl() 57 const ParagraphStyle& style, sk_sp<FontCollection> fontCollection) in ParagraphBuilderImpl()
|
H A D | ParagraphImpl.h | 20 #include "modules/skparagraph/include/FontCollection.h" 106 sk_sp<FontCollection> fonts, 113 sk_sp<FontCollection> fonts, 177 sk_sp<FontCollection> fontCollection() const { return fFontCollection; } in fontCollection()
|
H A D | Run.cpp | 15 #include "include/FontCollection.h" 110 const auto& config = FontCollection::IsAdapterTextHeightEnabled() ? in findCompressionConfigWithFont() 138 if (!FontCollection::IsAdapterTextHeightEnabled()) { in metricsIncludeFontPadding()
|
H A D | ParagraphImpl.cpp | 92 Paragraph::Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts) in Paragraph() 115 sk_sp<FontCollection> fonts, in ParagraphImpl() 139 sk_sp<FontCollection> fonts, in ParagraphImpl()
|
/third_party/skia/bench/ |
H A D | ParagraphBench.cpp | 17 #include "modules/skparagraph/include/FontCollection.h" 23 sk_sp<skia::textlayout::FontCollection> fFontCollection; 43 fFontCollection = sk_make_sp<skia::textlayout::FontCollection>();
|
/third_party/skia/modules/skparagraph/include/ |
H A D | ParagraphBuilder.h | 9 #include "modules/skparagraph/include/FontCollection.h" 23 ParagraphBuilder(const ParagraphStyle&, sk_sp<FontCollection>) { } in ParagraphBuilder() 86 sk_sp<FontCollection> fontCollection);
|
H A D | Paragraph.h | 5 #include "modules/skparagraph/include/FontCollection.h" 25 Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts); 243 sk_sp<FontCollection> fFontCollection;
|
H A D | FontCollection.h | 24 class FontCollection : public SkRefCnt { class 26 FontCollection();
|
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 103 auto fontCollection = sk_make_sp<FontCollection>(); in drawTest() 205 auto fontCollection = sk_make_sp<FontCollection>(); in drawCode() 334 auto fontCollection = sk_make_sp<FontCollection>(); in drawLine() 457 auto fontCollection = sk_make_sp<FontCollection>(); in drawLine() 1139 auto fontCollection = sk_make_sp<FontCollection>(); in drawText() 1218 auto fontCollection = sk_make_sp<FontCollection>(); 1466 auto fontCollection = sk_make_sp<FontCollection>(); 1495 auto fontCollection = sk_make_sp<FontCollection>(); 1593 auto fontCollection = sk_make_sp<FontCollection>(); 1954 auto fontCollection = sk_make_sp<FontCollection>(); [all...] |
/third_party/skia/modules/skparagraph/utils/ |
H A D | TestFontCollection.h | 2 #include "modules/skparagraph/include/FontCollection.h" 8 class TestFontCollection : public FontCollection {
|
/third_party/skia/modules/skparagraph/bench/ |
H A D | ParagraphBench.cpp | 8 #include "modules/skparagraph/include/FontCollection.h" 37 auto fontCollection = sk_make_sp<FontCollection>();
|
/third_party/skia/modules/canvaskit/ |
H A D | paragraph_bindings.cpp | 437 auto fc = sk_make_sp<para::FontCollection>(); in EMSCRIPTEN_BINDINGS() 451 auto fc = sk_make_sp<para::FontCollection>(); in EMSCRIPTEN_BINDINGS() 467 auto fc = sk_make_sp<para::FontCollection>(); in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/fuzz/ |
H A D | FuzzSkParagraph.cpp | 28 #include "modules/skparagraph/include/FontCollection.h" 64 class ResourceFontCollection : public FontCollection {
|
/third_party/skia/modules/skparagraph/gm/ |
H A D | simple_gm.cpp | 59 auto collection = sk_make_sp<skia::textlayout::FontCollection>(); in buildParagraph()
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 24 #include "modules/skparagraph/include/FontCollection.h" 92 class ResourceFontCollection : public FontCollection {
|
Completed in 37 milliseconds