Lines Matching refs:TextLine
37 class TextLine {
71 TextLine() = default;
72 TextLine(const TextLine&) = delete;
73 TextLine& operator=(const TextLine&) = delete;
74 TextLine(TextLine&&) = default;
75 TextLine& operator=(TextLine&&) = default;
76 ~TextLine() = default;
78 TextLine(ParagraphImpl* owner,
199 TextLine CloneSelf();
320 template <> struct is_bitmask_enum<skia::textlayout::TextLine::TextAdjustment> : std::true_type {};