Home
last modified time | relevance | path

Searched refs:FontResolvedText (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/experimental/sktext/include/
DText.h22 class FontResolvedText; variable
37 std::unique_ptr<FontResolvedText> resolveFonts(SkSpan<FontBlock> blocks);
93 class FontResolvedText {
105 FontResolvedText() = default;
106 virtual ~FontResolvedText() = default;
152 friend class FontResolvedText;
DSkText.md15 It also has a method <b>resolveFonts</b> that creates a FontResolvedText object.
19 Class <b>FontResolvedText</b> contains the results in a form of a list of text blocks with a single…
/third_party/skia/experimental/sktext/editor/
DTexts.h47 std::unique_ptr<FontResolvedText> fFontResolvedText;
125 std::unique_ptr<FontResolvedText> fFontResolvedText;
/third_party/skia/experimental/sktext/
DBUILD.gn51 "tests/FontResolvedText.cpp",
/third_party/skia/experimental/sktext/src/
DText.cpp63 std::unique_ptr<FontResolvedText> UnicodeText::resolveFonts(SkSpan<FontBlock> blocks) { in resolveFonts()
65 auto fontResolvedText = std::make_unique<FontResolvedText>(); in resolveFonts()
100 bool FontResolvedText::resolveChain(UnicodeText* unicodeText, TextRange textRange, const FontChain&… in resolveChain()
225 std::unique_ptr<ShapedText> FontResolvedText::shape(UnicodeText* unicodeText, in shape()