Home
last modified time | relevance | path

Searched refs:FontCollection (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp3 #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 DParagraphBuilderImpl.h11 #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 DParagraphBuilderImpl.cpp4 #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 DParagraphImpl.h20 #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 DRun.cpp15 #include "include/FontCollection.h"
110 const auto& config = FontCollection::IsAdapterTextHeightEnabled() ? in findCompressionConfigWithFont()
138 if (!FontCollection::IsAdapterTextHeightEnabled()) { in metricsIncludeFontPadding()
H A DParagraphImpl.cpp92 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 DParagraphBench.cpp17 #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 DParagraphBuilder.h9 #include "modules/skparagraph/include/FontCollection.h"
23 ParagraphBuilder(const ParagraphStyle&, sk_sp<FontCollection>) { } in ParagraphBuilder()
86 sk_sp<FontCollection> fontCollection);
H A DParagraph.h5 #include "modules/skparagraph/include/FontCollection.h"
25 Paragraph(ParagraphStyle style, sk_sp<FontCollection> fonts);
243 sk_sp<FontCollection> fFontCollection;
H A DFontCollection.h24 class FontCollection : public SkRefCnt { class
26 FontCollection();
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp103 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 DTestFontCollection.h2 #include "modules/skparagraph/include/FontCollection.h"
8 class TestFontCollection : public FontCollection {
/third_party/skia/modules/skparagraph/bench/
H A DParagraphBench.cpp8 #include "modules/skparagraph/include/FontCollection.h"
37 auto fontCollection = sk_make_sp<FontCollection>();
/third_party/skia/modules/canvaskit/
H A Dparagraph_bindings.cpp437 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 DFuzzSkParagraph.cpp28 #include "modules/skparagraph/include/FontCollection.h"
64 class ResourceFontCollection : public FontCollection {
/third_party/skia/modules/skparagraph/gm/
H A Dsimple_gm.cpp59 auto collection = sk_make_sp<skia::textlayout::FontCollection>(); in buildParagraph()
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp24 #include "modules/skparagraph/include/FontCollection.h"
92 class ResourceFontCollection : public FontCollection {

Completed in 36 milliseconds