Home | History | Annotate | Download | only in gfx

Lines Matching defs:TextRun

22 struct TextRun {
23 TextRun();
24 ~TextRun();
54 DISALLOW_COPY_AND_ASSIGN(TextRun);
97 void LayoutTextRun(internal::TextRun* run);
101 HRESULT ShapeTextRunWithFont(internal::TextRun* run, const Font& font);
104 int CountCharsWithMissingGlyphs(internal::TextRun* run) const;
114 SelectionModel FirstSelectionModelInsideRun(const internal::TextRun* run);
115 SelectionModel LastSelectionModelInsideRun(const internal::TextRun* run);
127 ScopedVector<internal::TextRun> runs_;