Searched defs:placeholders (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.h | 171 SkSpan<Placeholder> placeholders() { in placeholders() function in skia::textlayout::final
|
H A D | ParagraphImpl.cpp | 111 ParagraphImpl(const SkString& text, ParagraphStyle style, SkTArray<Block, true> blocks, SkTArray<Placeholder, true> placeholders, sk_sp<FontCollection> fonts, std::shared_ptr<SkUnicode> unicode) ParagraphImpl() argument 135 ParagraphImpl(const std::u16string& utf16text, ParagraphStyle style, SkTArray<Block, true> blocks, SkTArray<Placeholder, true> placeholders, sk_sp<FontCollection> fonts, std::shared_ptr<SkUnicode> unicode) ParagraphImpl() argument
|
Completed in 10 milliseconds